Skip to content

Commit

Permalink
chore: Upgrade ckb-sdk-js
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jul 18, 2024
1 parent 37636bd commit c913baa
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- develop
- ref/support-esm

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion examples/rgbpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "tsc && eslint --fix --ext .js,.ts . && prettier --write '**/*.{js,ts}'"
},
"dependencies": {
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0",
"rgbpp": "^0.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/xudt-on-ckb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "tsc && eslint --fix --ext .ts . && prettier --write '**/*.ts'"
},
"dependencies": {
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0",
"rgbpp": "^0.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/btc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@ckb-lumos/codec": "0.22.2",
"@nervosnetwork/ckb-types": "^0.109.1",
"@nervosnetwork/ckb-types": "^0.109.2-alpha.0",
"@rgbpp-sdk/ckb": "workspace:^",
"@rgbpp-sdk/service": "workspace:^",
"bip32": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ckb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@ckb-lumos/base": "^0.22.2",
"@ckb-lumos/codec": "^0.22.2",
"@spore-sdk/core": "^0.2.0-beta.6",
"@nervosnetwork/ckb-sdk-core": "^0.109.1",
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
"@nervosnetwork/ckb-types": "^0.109.1",
"@nervosnetwork/ckb-sdk-core": "^0.109.2-alpha.0",
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0",
"@nervosnetwork/ckb-types": "^0.109.2-alpha.0",
"@rgbpp-sdk/service": "workspace:^",
"@exact-realty/multipart-parser": "^1.0.13",
"axios": "^1.6.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/rgbpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@rgbpp-sdk/btc": "workspace:*",
"@rgbpp-sdk/ckb": "workspace:*",
"@rgbpp-sdk/service": "workspace:*",
"@nervosnetwork/ckb-sdk-utils": "^0.109.1"
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@ckb-lumos/codec": "0.22.2",
"@ckb-lumos/base": "0.22.2",
"@nervosnetwork/ckb-types": "^0.109.1",
"@nervosnetwork/ckb-types": "^0.109.2-alpha.0",
"lodash": "^4.17.21"
},
"publishConfig": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tests/rgbpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"integration:spore": "npx ts-node shared/prepare-utxo.ts && npx ts-node spore/launch/1-prepare-cluster.ts && npx ts-node spore/launch/2-create-cluster.ts && npx ts-node spore/launch/3-create-spores.ts && npx ts-node spore/4-transfer-spore.ts && npx ts-node spore/5-leap-spore-to-ckb.ts"
},
"dependencies": {
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0",
"rgbpp": "workspace:*",
"zx": "^8.0.2"
},
Expand Down

1 comment on commit c913baa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New snapshot version of the rgbpp-sdk packages have been released:

Name Version
@rgbpp-sdk/btc 0.0.0-snap-20240718154610

Please sign in to comment.