diff --git a/bindings/package.json b/bindings/package.json index 03333e16f..5586f71e8 100644 --- a/bindings/package.json +++ b/bindings/package.json @@ -1,6 +1,6 @@ { "name": "@tariproject/typescript-bindings", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.ts", "scripts": { diff --git a/clients/javascript/wallet_daemon_client/package-lock.json b/clients/javascript/wallet_daemon_client/package-lock.json index ba1de90ab..db6c859b0 100644 --- a/clients/javascript/wallet_daemon_client/package-lock.json +++ b/clients/javascript/wallet_daemon_client/package-lock.json @@ -1,28 +1,29 @@ { "name": "@tariproject/wallet_jrpc_client", - "version": "1.0.0", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@tariproject/wallet_jrpc_client", - "version": "1.0.0", + "version": "1.0.4", "license": "ISC", "dependencies": { - "@tariproject/typescript-bindings": "file:../../../bindings" + "@tariproject/typescript-bindings": "1.0.1" }, "devDependencies": { "typescript": "^5.3.3" } }, - "../../../../../../../bindings": { + "../../../../../bindings": { "extraneous": true }, "../../../../bindings": { "extraneous": true }, "../../../bindings": { - "version": "1.0.0", + "name": "@tariproject/typescript-bindings", + "version": "1.0.1", "license": "ISC", "devDependencies": { "shx": "^0.3.4", diff --git a/clients/javascript/wallet_daemon_client/package.json b/clients/javascript/wallet_daemon_client/package.json index b8e6d4fda..da27d2eb1 100644 --- a/clients/javascript/wallet_daemon_client/package.json +++ b/clients/javascript/wallet_daemon_client/package.json @@ -1,6 +1,6 @@ { "name": "@tariproject/wallet_jrpc_client", - "version": "1.0.0", + "version": "1.0.5", "description": "Tari wallet JSON-RPC client library", "scripts": { "build": "tsc", @@ -14,9 +14,9 @@ "author": "", "license": "ISC", "dependencies": { - "@tariproject/typescript-bindings": "file:../../../bindings" + "@tariproject/typescript-bindings": "1.0.1" }, "devDependencies": { "typescript": "^5.3.3" } -} +} \ No newline at end of file