Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit c913baa

Browse files
committed
chore: Upgrade ckb-sdk-js
1 parent 37636bd commit c913baa

File tree

9 files changed

+19
-18
lines changed

9 files changed

+19
-18
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- develop
10+
- ref/support-esm
1011

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

examples/rgbpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "tsc && eslint --fix --ext .js,.ts . && prettier --write '**/*.{js,ts}'"
1111
},
1212
"dependencies": {
13-
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
13+
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0",
1414
"rgbpp": "^0.4.0"
1515
},
1616
"devDependencies": {

examples/xudt-on-ckb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "tsc && eslint --fix --ext .ts . && prettier --write '**/*.ts'"
1111
},
1212
"dependencies": {
13-
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
13+
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0",
1414
"rgbpp": "^0.4.0"
1515
},
1616
"devDependencies": {

packages/btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@bitcoinerlab/secp256k1": "^1.1.1",
3232
"@ckb-lumos/codec": "0.22.2",
33-
"@nervosnetwork/ckb-types": "^0.109.1",
33+
"@nervosnetwork/ckb-types": "^0.109.2-alpha.0",
3434
"@rgbpp-sdk/ckb": "workspace:^",
3535
"@rgbpp-sdk/service": "workspace:^",
3636
"bip32": "^4.0.0",

packages/ckb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@ckb-lumos/base": "^0.22.2",
3333
"@ckb-lumos/codec": "^0.22.2",
3434
"@spore-sdk/core": "^0.2.0-beta.6",
35-
"@nervosnetwork/ckb-sdk-core": "^0.109.1",
36-
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
37-
"@nervosnetwork/ckb-types": "^0.109.1",
35+
"@nervosnetwork/ckb-sdk-core": "^0.109.2-alpha.0",
36+
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0",
37+
"@nervosnetwork/ckb-types": "^0.109.2-alpha.0",
3838
"@rgbpp-sdk/service": "workspace:^",
3939
"@exact-realty/multipart-parser": "^1.0.13",
4040
"axios": "^1.6.8",

packages/rgbpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@rgbpp-sdk/btc": "workspace:*",
6262
"@rgbpp-sdk/ckb": "workspace:*",
6363
"@rgbpp-sdk/service": "workspace:*",
64-
"@nervosnetwork/ckb-sdk-utils": "^0.109.1"
64+
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0"
6565
},
6666
"publishConfig": {
6767
"access": "public"

packages/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@ckb-lumos/codec": "0.22.2",
3232
"@ckb-lumos/base": "0.22.2",
33-
"@nervosnetwork/ckb-types": "^0.109.1",
33+
"@nervosnetwork/ckb-types": "^0.109.2-alpha.0",
3434
"lodash": "^4.17.21"
3535
},
3636
"publishConfig": {

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/rgbpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"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"
1313
},
1414
"dependencies": {
15-
"@nervosnetwork/ckb-sdk-utils": "^0.109.1",
15+
"@nervosnetwork/ckb-sdk-utils": "^0.109.2-alpha.0",
1616
"rgbpp": "workspace:*",
1717
"zx": "^8.0.2"
1818
},

0 commit comments

Comments
 (0)