diff --git a/.changeset/green-tips-accept.md b/.changeset/green-tips-accept.md deleted file mode 100644 index b512e1aeb..000000000 --- a/.changeset/green-tips-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/toolkit": patch ---- - -remove peer dependencies in toolkit diff --git a/.changeset/kind-pandas-train.md b/.changeset/kind-pandas-train.md deleted file mode 100644 index bffd1641c..000000000 --- a/.changeset/kind-pandas-train.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@ckb-lumos/experiment-tx-assembler": minor -"@ckb-lumos/transaction-manager": minor -"@ckb-lumos/common-scripts": minor -"@ckb-lumos/config-manager": minor -"@ckb-lumos/light-client": minor -"@ckb-lumos/ckb-indexer": minor -"@ckb-lumos/debugger": minor -"@ckb-lumos/e2e-test": minor -"@ckb-lumos/hd-cache": minor -"@ckb-lumos/molecule": minor -"@ckb-lumos/helpers": minor -"@ckb-lumos/testkit": minor -"@ckb-lumos/toolkit": minor -"@ckb-lumos/runner": minor -"@ckb-lumos/codec": minor -"@ckb-lumos/lumos": minor -"@ckb-lumos/utils": minor -"@ckb-lumos/base": minor -"@ckb-lumos/rpc": minor -"@ckb-lumos/bi": minor -"@ckb-lumos/hd": minor ---- - -upgrade to typescript 5 diff --git a/.changeset/new-foxes-heal.md b/.changeset/new-foxes-heal.md deleted file mode 100644 index 3c102ca39..000000000 --- a/.changeset/new-foxes-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/rpc": minor ---- - -make `fetch` customizable diff --git a/.changeset/old-houses-smell.md b/.changeset/old-houses-smell.md deleted file mode 100644 index 3d18193ae..000000000 --- a/.changeset/old-houses-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/rpc": minor ---- - -`unknown` and `rejected` are available in the `TransactionWithStatus` diff --git a/.changeset/orange-flowers-sort.md b/.changeset/orange-flowers-sort.md deleted file mode 100644 index 3030628b1..000000000 --- a/.changeset/orange-flowers-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/common-scripts": patch ---- - -enable ACP to work with sUDT cells with more than 16 bytes of data diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 48abd30e3..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "@ckb-lumos/base": "0.20.0", - "@ckb-lumos/bi": "0.20.0", - "@ckb-lumos/ckb-indexer": "0.20.0", - "@ckb-lumos/codec": "0.20.0", - "@ckb-lumos/common-scripts": "0.20.0", - "@ckb-lumos/config-manager": "0.20.0", - "@ckb-lumos/debugger": "0.20.0", - "@ckb-lumos/e2e-test": "0.20.0", - "@ckb-lumos/experiment-tx-assembler": "0.20.0", - "@ckb-lumos/hd": "0.20.0", - "@ckb-lumos/hd-cache": "0.20.0", - "@ckb-lumos/helpers": "0.20.0", - "@ckb-lumos/light-client": "0.20.0", - "@ckb-lumos/lumos": "0.20.0", - "@ckb-lumos/molecule": "0.20.0", - "@ckb-lumos/rpc": "0.20.0", - "@ckb-lumos/runner": "0.20.0", - "@ckb-lumos/testkit": "0.20.0", - "@ckb-lumos/toolkit": "0.20.0", - "@ckb-lumos/transaction-manager": "0.20.0", - "@ckb-lumos/utils": "0.20.0" - }, - "changesets": [ - "green-tips-accept", - "kind-pandas-train", - "old-houses-smell", - "orange-flowers-sort", - "red-rings-approve", - "small-trees-appear", - "smart-bags-fetch", - "ten-keys-argue", - "two-brooms-draw" - ] -} diff --git a/.changeset/red-rings-approve.md b/.changeset/red-rings-approve.md deleted file mode 100644 index 23c231c2a..000000000 --- a/.changeset/red-rings-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/rpc": minor ---- - -Replace the HTTP client `axios` with the native supported `fetch` to avoid the modifying the default adapter of axios diff --git a/.changeset/small-trees-appear.md b/.changeset/small-trees-appear.md deleted file mode 100644 index 4a70f3910..000000000 --- a/.changeset/small-trees-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/rpc": minor ---- - -Supporting CKB2023, please check out [nervosnetwork/ckb#3980](https://github.com/nervosnetwork/ckb/pull/3980) and [nervosnetwork/ckb#3963](https://github.com/nervosnetwork/ckb/pull/3963) for more details diff --git a/.changeset/smart-bags-fetch.md b/.changeset/smart-bags-fetch.md deleted file mode 100644 index 9c26e1a45..000000000 --- a/.changeset/smart-bags-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/common-scripts": patch ---- - -fix incorrect `TX_HASH` when generate a deployment transaction diff --git a/.changeset/ten-keys-argue.md b/.changeset/ten-keys-argue.md deleted file mode 100644 index f0cd3f57f..000000000 --- a/.changeset/ten-keys-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/rpc": minor ---- - -Supporting different return values when passing in different verbosity on `getBlock`, `getBlockByNumber`, `getHeader` and `getHeaderByNumber` with typescript diff --git a/.changeset/two-brooms-draw.md b/.changeset/two-brooms-draw.md deleted file mode 100644 index 4a04ed9fc..000000000 --- a/.changeset/two-brooms-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ckb-lumos/config-manager": minor ---- - -supported generate `ScriptConfig` from a genesis block diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 05975837c..693dda551 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/base +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/base/package.json b/packages/base/package.json index 3b72d0299..615965e47 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/base", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Base data structures and utilities used in lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -44,9 +44,9 @@ ] }, "dependencies": { - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", - "@ckb-lumos/toolkit": "0.21.0-next.3", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/codec": "0.21.0", + "@ckb-lumos/toolkit": "0.21.0", "@types/blake2b": "^2.1.0", "@types/lodash.isequal": "^4.5.5", "blake2b": "^2.1.3", diff --git a/packages/bi/CHANGELOG.md b/packages/bi/CHANGELOG.md index 1f2923acf..60fc2a839 100644 --- a/packages/bi/CHANGELOG.md +++ b/packages/bi/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/bi +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/bi/package.json b/packages/bi/package.json index 20a4d508b..6557f40c4 100644 --- a/packages/bi/package.json +++ b/packages/bi/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/bi", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Bigint support in lumos", "author": "", "homepage": "https://github.com/ckb-js/lumos#readme", diff --git a/packages/ckb-indexer/CHANGELOG.md b/packages/ckb-indexer/CHANGELOG.md index 94377ae49..f4420ea81 100644 --- a/packages/ckb-indexer/CHANGELOG.md +++ b/packages/ckb-indexer/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/ckb-indexer +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/ckb-indexer/package.json b/packages/ckb-indexer/package.json index b52c039d2..e0dca033b 100644 --- a/packages/ckb-indexer/package.json +++ b/packages/ckb-indexer/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/ckb-indexer", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "CKB Indexer", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,16 +19,16 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", - "@ckb-lumos/toolkit": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/codec": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", + "@ckb-lumos/toolkit": "0.21.0", "cross-fetch": "^3.1.5", "events": "^3.3.0" }, "devDependencies": { - "@ckb-lumos/testkit": "0.21.0-next.3", + "@ckb-lumos/testkit": "0.21.0", "@types/lodash.uniqby": "^4.7.7", "@types/request": "^2.48.8", "@types/sinon": "^10.0.6", diff --git a/packages/codec/CHANGELOG.md b/packages/codec/CHANGELOG.md index f0fc4165b..d01af8449 100644 --- a/packages/codec/CHANGELOG.md +++ b/packages/codec/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/codec +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/codec/package.json b/packages/codec/package.json index de5bf5785..48062a3c4 100644 --- a/packages/codec/package.json +++ b/packages/codec/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/codec", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Make your own molecule binding in JavaScript(TypeScript)", "author": "", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -28,7 +28,7 @@ "clean": "rm -rf lib" }, "dependencies": { - "@ckb-lumos/bi": "0.21.0-next.3" + "@ckb-lumos/bi": "0.21.0" }, "publishConfig": { "access": "public" diff --git a/packages/common-scripts/CHANGELOG.md b/packages/common-scripts/CHANGELOG.md index 1d2e11530..c93ed6e78 100644 --- a/packages/common-scripts/CHANGELOG.md +++ b/packages/common-scripts/CHANGELOG.md @@ -1,5 +1,17 @@ # @ckb-lumos/common-scripts +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + +### Patch Changes + +- [#549](https://github.com/ckb-js/lumos/pull/549) [`5d1862f`](https://github.com/ckb-js/lumos/commit/5d1862fca2de473ef047cef3044f0cb5a2d9b2d7) Thanks [@homura](https://github.com/homura)! - enable ACP to work with sUDT cells with more than 16 bytes of data + +- [#552](https://github.com/ckb-js/lumos/pull/552) [`1cb43fe`](https://github.com/ckb-js/lumos/commit/1cb43fe72dc95c4b3283acccb5120b7bcaeb9346) Thanks [@homura](https://github.com/homura)! - fix incorrect `TX_HASH` when generate a deployment transaction + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/common-scripts/package.json b/packages/common-scripts/package.json index 04a786757..ae91e6e74 100644 --- a/packages/common-scripts/package.json +++ b/packages/common-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/common-scripts", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Common script support in lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,13 +19,13 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", - "@ckb-lumos/config-manager": "0.21.0-next.3", - "@ckb-lumos/helpers": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", - "@ckb-lumos/toolkit": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/codec": "0.21.0", + "@ckb-lumos/config-manager": "0.21.0", + "@ckb-lumos/helpers": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", + "@ckb-lumos/toolkit": "0.21.0", "immutable": "^4.3.0" }, "repository": { @@ -53,8 +53,8 @@ ] }, "devDependencies": { - "@ckb-lumos/debugger": "0.21.0-next.3", - "@ckb-lumos/hd": "0.21.0-next.3", + "@ckb-lumos/debugger": "0.21.0", + "@ckb-lumos/hd": "0.21.0", "@types/keccak": "^3.0.1", "keccak": "^3.0.1" }, diff --git a/packages/config-manager/CHANGELOG.md b/packages/config-manager/CHANGELOG.md index 76aa4ff50..0ae6271c7 100644 --- a/packages/config-manager/CHANGELOG.md +++ b/packages/config-manager/CHANGELOG.md @@ -1,5 +1,13 @@ # @ckb-lumos/config-manager +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + +- [#552](https://github.com/ckb-js/lumos/pull/552) [`1cb43fe`](https://github.com/ckb-js/lumos/commit/1cb43fe72dc95c4b3283acccb5120b7bcaeb9346) Thanks [@homura](https://github.com/homura)! - supported generate `ScriptConfig` from a genesis block + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/config-manager/package.json b/packages/config-manager/package.json index 8c08584a4..6fffefc84 100644 --- a/packages/config-manager/package.json +++ b/packages/config-manager/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/config-manager", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Config manager for lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -34,9 +34,9 @@ "url": "https://github.com/ckb-js/lumos/issues" }, "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/codec": "0.21.0", "@types/deep-freeze-strict": "^1.1.0", "deep-freeze-strict": "^1.1.1" }, diff --git a/packages/debugger/CHANGELOG.md b/packages/debugger/CHANGELOG.md index c44ca98f6..6f32cbd9c 100644 --- a/packages/debugger/CHANGELOG.md +++ b/packages/debugger/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/debugger +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/debugger/package.json b/packages/debugger/package.json index 7c06e3805..0b23fe529 100644 --- a/packages/debugger/package.json +++ b/packages/debugger/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@ckb-lumos/debugger", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "ckb-standard-debugger wrapper for lumos, check tx without launching a full node", "author": "", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -21,12 +21,12 @@ "contracts" ], "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", - "@ckb-lumos/config-manager": "0.21.0-next.3", - "@ckb-lumos/helpers": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/codec": "0.21.0", + "@ckb-lumos/config-manager": "0.21.0", + "@ckb-lumos/helpers": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", "@types/download": "^8.0.1", "@types/object-hash": "^2.2.1", "debug": "^4.3.4", @@ -35,9 +35,9 @@ "object-hash": "^3.0.0" }, "devDependencies": { - "@ckb-lumos/common-scripts": "0.21.0-next.3", - "@ckb-lumos/experiment-tx-assembler": "0.21.0-next.3", - "@ckb-lumos/hd": "0.21.0-next.3" + "@ckb-lumos/common-scripts": "0.21.0", + "@ckb-lumos/experiment-tx-assembler": "0.21.0", + "@ckb-lumos/hd": "0.21.0" }, "bin": { "download-ckb-debugger": "bin/download-ckb-debugger.js" diff --git a/packages/e2e-test/CHANGELOG.md b/packages/e2e-test/CHANGELOG.md index 5a7742276..dd2cdfd90 100644 --- a/packages/e2e-test/CHANGELOG.md +++ b/packages/e2e-test/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/e2e-test +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/e2e-test/package.json b/packages/e2e-test/package.json index 487d883a7..ad7e5258a 100644 --- a/packages/e2e-test/package.json +++ b/packages/e2e-test/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/e2e-test", - "version": "0.21.0-next.3", + "version": "0.21.0", "private": true, "description": "CKB E2E test", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -30,25 +30,25 @@ ] }, "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/ckb-indexer": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", - "@ckb-lumos/common-scripts": "0.21.0-next.3", - "@ckb-lumos/config-manager": "0.21.0-next.3", - "@ckb-lumos/hd": "0.21.0-next.3", - "@ckb-lumos/helpers": "0.21.0-next.3", - "@ckb-lumos/light-client": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", - "@ckb-lumos/runner": "0.21.0-next.3", - "@ckb-lumos/toolkit": "0.21.0-next.3", - "@ckb-lumos/utils": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/ckb-indexer": "0.21.0", + "@ckb-lumos/codec": "0.21.0", + "@ckb-lumos/common-scripts": "0.21.0", + "@ckb-lumos/config-manager": "0.21.0", + "@ckb-lumos/hd": "0.21.0", + "@ckb-lumos/helpers": "0.21.0", + "@ckb-lumos/light-client": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", + "@ckb-lumos/runner": "0.21.0", + "@ckb-lumos/toolkit": "0.21.0", + "@ckb-lumos/utils": "0.21.0", "@types/kill-port": "^2.0.0", "events": "^3.3.0", "kill-port": "^2.0.1" }, "devDependencies": { - "@ckb-lumos/testkit": "0.21.0-next.3", + "@ckb-lumos/testkit": "0.21.0", "@types/request": "^2.48.8", "@types/sinon": "^10.0.6", "find-process": "^1.4.7", diff --git a/packages/experiment-tx-assembler/CHANGELOG.md b/packages/experiment-tx-assembler/CHANGELOG.md index 24787b35d..db75db5ee 100644 --- a/packages/experiment-tx-assembler/CHANGELOG.md +++ b/packages/experiment-tx-assembler/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/experiment-tx-assembler +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/experiment-tx-assembler/package.json b/packages/experiment-tx-assembler/package.json index abe9b9f09..4373dd4ce 100644 --- a/packages/experiment-tx-assembler/package.json +++ b/packages/experiment-tx-assembler/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/experiment-tx-assembler", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -21,11 +21,11 @@ "access": "public" }, "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/config-manager": "0.21.0-next.3", - "@ckb-lumos/helpers": "0.21.0-next.3", - "@ckb-lumos/toolkit": "0.21.0-next.3" + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/config-manager": "0.21.0", + "@ckb-lumos/helpers": "0.21.0", + "@ckb-lumos/toolkit": "0.21.0" }, "repository": { "type": "git", diff --git a/packages/hd-cache/CHANGELOG.md b/packages/hd-cache/CHANGELOG.md index f23cff42e..7017a7981 100644 --- a/packages/hd-cache/CHANGELOG.md +++ b/packages/hd-cache/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/hd-cache +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/hd-cache/package.json b/packages/hd-cache/package.json index e04773237..2f7305700 100644 --- a/packages/hd-cache/package.json +++ b/packages/hd-cache/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/hd-cache", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "HD wallet cache in lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,12 +19,12 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/ckb-indexer": "0.21.0-next.3", - "@ckb-lumos/config-manager": "0.21.0-next.3", - "@ckb-lumos/hd": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/ckb-indexer": "0.21.0", + "@ckb-lumos/config-manager": "0.21.0", + "@ckb-lumos/hd": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", "immutable": "^4.3.0" }, "devDependencies": { diff --git a/packages/hd/CHANGELOG.md b/packages/hd/CHANGELOG.md index 3565a3585..43cce5d8c 100644 --- a/packages/hd/CHANGELOG.md +++ b/packages/hd/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/hd +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/hd/package.json b/packages/hd/package.json index 48cf70520..faca82b5b 100644 --- a/packages/hd/package.json +++ b/packages/hd/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/hd", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "HD wallet manager in lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -19,8 +19,8 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", "bn.js": "^5.1.3", "elliptic": "^6.5.4", "scrypt-js": "^3.0.1", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index e9a53e544..b29de64f2 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/helpers +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/helpers/package.json b/packages/helpers/package.json index c064f96c7..7b1f1d9bc 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/helpers", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Helper functions for working with CKB", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -35,11 +35,11 @@ "url": "https://github.com/ckb-js/lumos/issues" }, "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", - "@ckb-lumos/config-manager": "0.21.0-next.3", - "@ckb-lumos/toolkit": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/codec": "0.21.0", + "@ckb-lumos/config-manager": "0.21.0", + "@ckb-lumos/toolkit": "0.21.0", "bech32": "^2.0.0", "immutable": "^4.3.0" }, diff --git a/packages/light-client/CHANGELOG.md b/packages/light-client/CHANGELOG.md index 34d6ea798..020dadb7d 100644 --- a/packages/light-client/CHANGELOG.md +++ b/packages/light-client/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/light-client +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/light-client/package.json b/packages/light-client/package.json index 42345e095..185f75397 100644 --- a/packages/light-client/package.json +++ b/packages/light-client/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/light-client", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "CKB light client", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -18,14 +18,14 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/ckb-indexer": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/ckb-indexer": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", "cross-fetch": "^3.1.5", "events": "^3.3.0" }, "devDependencies": { - "@ckb-lumos/testkit": "0.21.0-next.3", + "@ckb-lumos/testkit": "0.21.0", "@types/request": "^2.48.8", "@types/sinon": "^10.0.6", "jest": "^28.1.3", diff --git a/packages/lumos/CHANGELOG.md b/packages/lumos/CHANGELOG.md index b19dd44dd..469ad69e1 100644 --- a/packages/lumos/CHANGELOG.md +++ b/packages/lumos/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/lumos +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/lumos/package.json b/packages/lumos/package.json index b9522578e..c0d942cac 100644 --- a/packages/lumos/package.json +++ b/packages/lumos/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/lumos", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "A root package for Lumos", "author": "Xuejie Xiao ", "homepage": "https://github.com/ckb-js/lumos#readme", @@ -34,15 +34,15 @@ "url": "https://github.com/ckb-js/lumos/issues" }, "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/ckb-indexer": "0.21.0-next.3", - "@ckb-lumos/common-scripts": "0.21.0-next.3", - "@ckb-lumos/config-manager": "0.21.0-next.3", - "@ckb-lumos/hd": "0.21.0-next.3", - "@ckb-lumos/helpers": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", - "@ckb-lumos/toolkit": "0.21.0-next.3" + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/ckb-indexer": "0.21.0", + "@ckb-lumos/common-scripts": "0.21.0", + "@ckb-lumos/config-manager": "0.21.0", + "@ckb-lumos/hd": "0.21.0", + "@ckb-lumos/helpers": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", + "@ckb-lumos/toolkit": "0.21.0" }, "devDependencies": { "buffer": "^6.0.3", diff --git a/packages/molecule/CHANGELOG.md b/packages/molecule/CHANGELOG.md index 42a4d0056..15aa6078b 100644 --- a/packages/molecule/CHANGELOG.md +++ b/packages/molecule/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/molecule +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/molecule/package.json b/packages/molecule/package.json index 85463eb80..7ac5729d0 100644 --- a/packages/molecule/package.json +++ b/packages/molecule/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/molecule", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Molecule parser for CKB", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -45,14 +45,14 @@ "clean": "rm -rf lib" }, "dependencies": { - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/codec": "0.21.0", "@types/nearley": "^2.11.2", "moo": "^0.5.1", "nearley": "^2.20.1" }, "devDependencies": { - "@ckb-lumos/base": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", "jsbi": "^4.1.0" } } diff --git a/packages/rpc/CHANGELOG.md b/packages/rpc/CHANGELOG.md index 8d858f113..e9b104559 100644 --- a/packages/rpc/CHANGELOG.md +++ b/packages/rpc/CHANGELOG.md @@ -1,5 +1,21 @@ # @ckb-lumos/rpc +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + +- [#574](https://github.com/ckb-js/lumos/pull/574) [`ce8eead`](https://github.com/ckb-js/lumos/commit/ce8eeade744dd6f45088b771685128a87b602827) Thanks [@homura](https://github.com/homura)! - make `fetch` customizable + +- [#527](https://github.com/ckb-js/lumos/pull/527) [`7160760`](https://github.com/ckb-js/lumos/commit/7160760b4d7b1c831c6de847f16f8cae67db4c65) Thanks [@homura](https://github.com/homura)! - `unknown` and `rejected` are available in the `TransactionWithStatus` + +- [#564](https://github.com/ckb-js/lumos/pull/564) [`93ff1b4`](https://github.com/ckb-js/lumos/commit/93ff1b4dc285ab9643b3f8fcec69ffb59b6ecb22) Thanks [@homura](https://github.com/homura)! - Replace the HTTP client `axios` with the native supported `fetch` to avoid the modifying the default adapter of axios + +- [#527](https://github.com/ckb-js/lumos/pull/527) [`7160760`](https://github.com/ckb-js/lumos/commit/7160760b4d7b1c831c6de847f16f8cae67db4c65) Thanks [@homura](https://github.com/homura)! - Supporting CKB2023, please check out [nervosnetwork/ckb#3980](https://github.com/nervosnetwork/ckb/pull/3980) and [nervosnetwork/ckb#3963](https://github.com/nervosnetwork/ckb/pull/3963) for more details + +- [#527](https://github.com/ckb-js/lumos/pull/527) [`7160760`](https://github.com/ckb-js/lumos/commit/7160760b4d7b1c831c6de847f16f8cae67db4c65) Thanks [@homura](https://github.com/homura)! - Supporting different return values when passing in different verbosity on `getBlock`, `getBlockByNumber`, `getHeader` and `getHeaderByNumber` with typescript + ## 0.21.0-next.3 ### Minor Changes diff --git a/packages/rpc/package.json b/packages/rpc/package.json index a32063543..a3335e3ca 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/rpc", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "RPC module for CKB", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -36,8 +36,8 @@ "clean": "rm -rf lib" }, "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.5" }, diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index d1995c4c7..797e4ed12 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/runner +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/runner/package.json b/packages/runner/package.json index a3cd95363..a62afdcd5 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,7 +1,7 @@ { "name": "@ckb-lumos/runner", "private": true, - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "CKB related binary helper", "homepage": "https://github.com/ckb-js/lumos#readme", "bugs": { @@ -41,7 +41,7 @@ ] }, "dependencies": { - "@ckb-lumos/utils": "0.21.0-next.3", + "@ckb-lumos/utils": "0.21.0", "@ltd/j-toml": "^1.38.0", "@types/detect-port": "^1.3.3", "@types/download": "^8.0.1", diff --git a/packages/testkit/CHANGELOG.md b/packages/testkit/CHANGELOG.md index 2ab9639d6..0e1cbe300 100644 --- a/packages/testkit/CHANGELOG.md +++ b/packages/testkit/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/testkit +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/testkit/package.json b/packages/testkit/package.json index 54192cd86..80c038d70 100644 --- a/packages/testkit/package.json +++ b/packages/testkit/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/testkit", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Test toolkit for CKB", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -18,10 +18,10 @@ "src" ], "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/bi": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/bi": "0.21.0", + "@ckb-lumos/codec": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", "@types/body-parser": "^1.19.1", "@types/download": "^8.0.1", "@types/express": "^4.17.17", diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index 1d3342f1f..f69f5230f 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,15 @@ # @ckb-lumos/toolkit +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + +### Patch Changes + +- [#560](https://github.com/ckb-js/lumos/pull/560) [`db34aef`](https://github.com/ckb-js/lumos/commit/db34aefd75604a996f1575de2804b57482bccec0) Thanks [@zhangyouxin](https://github.com/zhangyouxin)! - remove peer dependencies in toolkit + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index e3940a364..db1c53c11 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/toolkit", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "JavaScript toolkits used to build dapps for Nervos CKB", "main": "lib/index.js", "types": "types/index.d.ts", @@ -30,7 +30,7 @@ "access": "public" }, "dependencies": { - "@ckb-lumos/bi": "0.21.0-next.3" + "@ckb-lumos/bi": "0.21.0" }, "devDependencies": { "@babel/plugin-proposal-export-namespace-from": "^7.18.9", diff --git a/packages/transaction-manager/CHANGELOG.md b/packages/transaction-manager/CHANGELOG.md index 83b394bdb..38074ec75 100644 --- a/packages/transaction-manager/CHANGELOG.md +++ b/packages/transaction-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/transaction-manager +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/transaction-manager/package.json b/packages/transaction-manager/package.json index b17c5beea..78b765def 100644 --- a/packages/transaction-manager/package.json +++ b/packages/transaction-manager/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/transaction-manager", - "version": "0.21.0-next.3", + "version": "0.21.0", "description": "Pending Transactions Manager for lumos", "homepage": "https://github.com/ckb-js/lumos#readme", "license": "MIT", @@ -35,11 +35,11 @@ "url": "https://github.com/ckb-js/lumos/issues" }, "dependencies": { - "@ckb-lumos/base": "0.21.0-next.3", - "@ckb-lumos/codec": "0.21.0-next.3", - "@ckb-lumos/ckb-indexer": "0.21.0-next.3", - "@ckb-lumos/rpc": "0.21.0-next.3", - "@ckb-lumos/toolkit": "0.21.0-next.3", + "@ckb-lumos/base": "0.21.0", + "@ckb-lumos/codec": "0.21.0", + "@ckb-lumos/ckb-indexer": "0.21.0", + "@ckb-lumos/rpc": "0.21.0", + "@ckb-lumos/toolkit": "0.21.0", "immutable": "^4.3.0" }, "publishConfig": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 0593cf194..d585e78a5 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @ckb-lumos/utils +## 0.21.0 + +### Minor Changes + +- [#537](https://github.com/ckb-js/lumos/pull/537) [`a49c050`](https://github.com/ckb-js/lumos/commit/a49c050806de8b4c8d5e490fd36022c31382c98c) Thanks [@homura](https://github.com/homura)! - upgrade to typescript 5 + ## 0.21.0-next.3 ## 0.21.0-next.2 diff --git a/packages/utils/package.json b/packages/utils/package.json index 019224c58..e9f25af58 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ckb-lumos/utils", - "version": "0.21.0-next.3", + "version": "0.21.0", "private": true, "description": "Common utilities", "homepage": "https://github.com/ckb-js/lumos#readme", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a16adc971..2d59e0688 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true @@ -114,13 +114,13 @@ importers: packages/base: dependencies: '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@ckb-lumos/toolkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../toolkit '@types/blake2b': specifier: ^2.1.0 @@ -151,19 +151,19 @@ importers: packages/ckb-indexer: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc '@ckb-lumos/toolkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../toolkit cross-fetch: specifier: ^3.1.5 @@ -173,7 +173,7 @@ importers: version: 3.3.0 devDependencies: '@ckb-lumos/testkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../testkit '@types/lodash.uniqby': specifier: ^4.7.7 @@ -200,7 +200,7 @@ importers: packages/codec: dependencies: '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi devDependencies: escape-string-regexp: @@ -213,35 +213,35 @@ importers: packages/common-scripts: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@ckb-lumos/config-manager': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../config-manager '@ckb-lumos/helpers': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../helpers '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc '@ckb-lumos/toolkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../toolkit immutable: specifier: ^4.3.0 version: 4.3.0 devDependencies: '@ckb-lumos/debugger': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../debugger '@ckb-lumos/hd': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../hd '@types/keccak': specifier: ^3.0.1 @@ -253,13 +253,13 @@ importers: packages/config-manager: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@types/deep-freeze-strict': specifier: ^1.1.0 @@ -271,22 +271,22 @@ importers: packages/debugger: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@ckb-lumos/config-manager': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../config-manager '@ckb-lumos/helpers': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../helpers '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc '@types/download': specifier: ^8.0.1 @@ -308,55 +308,55 @@ importers: version: 3.0.0 devDependencies: '@ckb-lumos/common-scripts': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../common-scripts '@ckb-lumos/experiment-tx-assembler': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../experiment-tx-assembler '@ckb-lumos/hd': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../hd packages/e2e-test: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/ckb-indexer': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../ckb-indexer '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@ckb-lumos/common-scripts': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../common-scripts '@ckb-lumos/config-manager': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../config-manager '@ckb-lumos/hd': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../hd '@ckb-lumos/helpers': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../helpers '@ckb-lumos/light-client': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../light-client '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc '@ckb-lumos/runner': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../runner '@ckb-lumos/toolkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../toolkit '@ckb-lumos/utils': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../utils '@types/kill-port': specifier: ^2.0.0 @@ -369,7 +369,7 @@ importers: version: 2.0.1 devDependencies: '@ckb-lumos/testkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../testkit '@types/request': specifier: ^2.48.8 @@ -390,28 +390,28 @@ importers: packages/experiment-tx-assembler: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/config-manager': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../config-manager '@ckb-lumos/helpers': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../helpers '@ckb-lumos/toolkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../toolkit packages/hd: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi bn.js: specifier: ^5.1.3 @@ -442,22 +442,22 @@ importers: packages/hd-cache: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/ckb-indexer': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../ckb-indexer '@ckb-lumos/config-manager': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../config-manager '@ckb-lumos/hd': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../hd '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc immutable: specifier: ^4.3.0 @@ -473,19 +473,19 @@ importers: packages/helpers: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@ckb-lumos/config-manager': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../config-manager '@ckb-lumos/toolkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../toolkit bech32: specifier: ^2.0.0 @@ -497,13 +497,13 @@ importers: packages/light-client: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/ckb-indexer': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../ckb-indexer '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc cross-fetch: specifier: ^3.1.5 @@ -513,7 +513,7 @@ importers: version: 3.3.0 devDependencies: '@ckb-lumos/testkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../testkit '@types/request': specifier: ^2.48.8 @@ -531,31 +531,31 @@ importers: packages/lumos: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/ckb-indexer': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../ckb-indexer '@ckb-lumos/common-scripts': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../common-scripts '@ckb-lumos/config-manager': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../config-manager '@ckb-lumos/hd': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../hd '@ckb-lumos/helpers': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../helpers '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc '@ckb-lumos/toolkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../toolkit devDependencies: buffer: @@ -583,10 +583,10 @@ importers: packages/molecule: dependencies: '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@types/nearley': specifier: ^2.11.2 @@ -599,7 +599,7 @@ importers: version: 2.20.1 devDependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base jsbi: specifier: ^4.1.0 @@ -608,10 +608,10 @@ importers: packages/rpc: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi abort-controller: specifier: ^3.0.0 @@ -639,7 +639,7 @@ importers: packages/runner: dependencies: '@ckb-lumos/utils': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../utils '@ltd/j-toml': specifier: ^1.38.0 @@ -675,16 +675,16 @@ importers: packages/testkit: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc '@types/body-parser': specifier: ^1.19.1 @@ -721,7 +721,7 @@ importers: packages/toolkit: dependencies: '@ckb-lumos/bi': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../bi devDependencies: '@babel/plugin-proposal-export-namespace-from': @@ -734,19 +734,19 @@ importers: packages/transaction-manager: dependencies: '@ckb-lumos/base': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../base '@ckb-lumos/ckb-indexer': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../ckb-indexer '@ckb-lumos/codec': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../codec '@ckb-lumos/rpc': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../rpc '@ckb-lumos/toolkit': - specifier: 0.21.0-next.3 + specifier: 0.21.0 version: link:../toolkit immutable: specifier: ^4.3.0