diff --git a/packages/shared/package.json b/packages/shared/package.json index 6066dc05..db9bf181 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,12 +1,12 @@ { "name": "@snort/shared", - "version": "1.0.5", + "version": "1.0.6", "description": "Shared components for Snort", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://git.v0l.io/Kieran/snort", "author": "Kieran", - "license": "GPL-3.0-or-later", + "license": "MIT", "scripts": { "build": "rm -rf dist && tsc" }, diff --git a/packages/system-query/package.json b/packages/system-query/package.json index f3ce5ed2..84379625 100644 --- a/packages/system-query/package.json +++ b/packages/system-query/package.json @@ -1,7 +1,9 @@ { "name": "@snort/system-query", - "version": "0.1.0", + "version": "1.0.0", "packageManager": "yarn@3.6.3", + "author": "Kieran", + "license": "MIT", "scripts": { "build": "wasm-pack build -t web -s snort" }, diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 312946fd..65bf1db7 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,12 +1,12 @@ { "name": "@snort/system-react", - "version": "1.0.13", + "version": "1.0.14", "description": "React hooks for @snort/system", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://git.v0l.io/Kieran/snort", "author": "Kieran", - "license": "GPL-3.0-or-later", + "license": "MIT", "scripts": { "build": "rm -rf dist && tsc" }, @@ -15,8 +15,8 @@ "dist" ], "dependencies": { - "@snort/shared": "^1.0.5", - "@snort/system": "^1.0.18", + "@snort/shared": "^1.0.6", + "@snort/system": "^1.0.20", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index 434683af..4425d7dc 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,12 +1,12 @@ { "name": "@snort/system", - "version": "1.0.19", + "version": "1.0.20", "description": "Snort nostr system package", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://git.v0l.io/Kieran/snort", "author": "v0l", - "license": "GPL-3.0-or-later", + "license": "MIT", "scripts": { "build": "rm -rf dist && tsc", "test": "jest --runInBand" @@ -33,7 +33,7 @@ "@noble/curves": "^1.2.0", "@noble/hashes": "^1.3.2", "@scure/base": "^1.1.2", - "@snort/shared": "^1.0.5", + "@snort/shared": "^1.0.6", "@stablelib/xchacha20": "^1.0.1", "debug": "^4.3.4", "dexie": "^3.2.4",