diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 93e0a0c4..21aa983f 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.0.0", + "version": "1.0.2", "description": "React hooks for @snort/system", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -9,15 +9,15 @@ "license": "GPL-3.0-or-later", "private": false, "scripts": { - "build": "tsc" + "build": "rm -rf dist && tsc" }, "files": [ "src", "dist" ], "dependencies": { - "@snort/system": "", - "@snort/shared": "", + "@snort/system": "^1.0.7", + "@snort/shared": "^1.0.1", "react": "^18.2.0" } } diff --git a/packages/system/package.json b/packages/system/package.json index 56d16768..5b6b4ed6 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.0.5", + "version": "1.0.7", "description": "Snort nostr system package", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -25,7 +25,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "@snort/shared": "", + "@snort/shared": "^1.0.1", "@noble/curves": "^1.0.0", "@scure/base": "^1.1.1", "@stablelib/xchacha20": "^1.0.1",