Skip to content

Commit

Permalink
chore: bump typescript-bindings version (#1075)
Browse files Browse the repository at this point in the history
Description
---

Motivation and Context
---

How Has This Been Tested?
---

What process can a PR reviewer use to test or verify this change?
---


Breaking Changes
---

- [x] None
- [ ] Requires data directory to be deleted
- [ ] Other - Please specify

---------

Co-authored-by: Stan Bondi <[email protected]>
  • Loading branch information
mrnaveira and sdbondi authored Jul 10, 2024
1 parent 565ed6a commit 67f07ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@ jobs:
node-version: "20"
- run: npm ci
- uses: JS-DevTools/npm-publish@v3
id: publish
with:
token: ${{ secrets.NPM_TOKEN }}
package: bindings
- if: ${{ steps.publish.outputs.type }}
run: echo "Published to NPM registry '${{ steps.publish.outputs.name }}' version '${{ steps.publish.outputs.version }}'"

# Publish the Tari Wallet Daemon client to the NPM registry
publish-wallet-daemon-client:
runs-on: ubuntu-latest
needs: publish-typescript-bindings
defaults:
run:
working-directory: clients/javascript/wallet_daemon_client
Expand All @@ -41,10 +39,7 @@ jobs:
node-version: "20"
- run: npm ci
- uses: JS-DevTools/npm-publish@v3
id: publish
with:
token: ${{ secrets.NPM_TOKEN }}
package: clients/javascript/wallet_daemon_client
- if: ${{ steps.publish.outputs.type }}
run: echo "Published to NPM registry '${{ steps.publish.outputs.name }}' version '${{ steps.publish.outputs.version }}'"

2 changes: 1 addition & 1 deletion bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tariproject/typescript-bindings",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions clients/javascript/wallet_daemon_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tariproject/wallet_jrpc_client",
"version": "1.0.5",
"version": "1.0.6",
"description": "Tari wallet JSON-RPC client library",
"scripts": {
"build": "tsc",
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@tariproject/typescript-bindings": "1.0.1"
"@tariproject/typescript-bindings": "1.0.2"
},
"devDependencies": {
"typescript": "^5.3.3"
Expand Down

0 comments on commit 67f07ad

Please sign in to comment.