Skip to content

Commit

Permalink
chore: add versions to npms
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Apr 26, 2024
1 parent f53fb55 commit 735e4e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bindings/package.json
@@ -1,6 +1,6 @@
{
"name": "@tariproject/typescript-bindings",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down
11 changes: 6 additions & 5 deletions clients/javascript/wallet_daemon_client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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",
Expand All @@ -14,9 +14,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@tariproject/typescript-bindings": "file:../../../bindings"
"@tariproject/typescript-bindings": "1.0.1"
},
"devDependencies": {
"typescript": "^5.3.3"
}
}
}

0 comments on commit 735e4e5

Please sign in to comment.