fix: 📄 Add licenses to both JSR packages
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Test Publish / build (client) (push) Failing after 0s
Test Publish / build (sdk) (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-06-17 19:59:37 +02:00
parent 1f03017327
commit 03940cd8fd
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
"$schema": "https://jsr.io/schema/config-file.v1.json", "$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@versia/client", "name": "@versia/client",
"version": "0.2.0-alpha.4", "version": "0.2.0-alpha.4",
"license": "MIT",
"exports": { "exports": {
".": "./index.ts", ".": "./index.ts",
"./schemas": "./schemas.ts" "./schemas": "./schemas.ts"

View file

@ -2,6 +2,7 @@
"$schema": "https://jsr.io/schema/config-file.v1.json", "$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@versia/sdk", "name": "@versia/sdk",
"version": "0.0.1", "version": "0.0.1",
"license": "MIT",
"exports": { "exports": {
".": "./inbox-processor.ts", ".": "./inbox-processor.ts",
"./http": "./http.ts", "./http": "./http.ts",