@dfinity/ckbtc 6.0.1-next-2025-11-26 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- // Generated from IC repo commit 948d5b9 (2025-11-19 tags: release-2025-11-20_03-21-base) 'rs/bitcoin/ckbtc/minter/ckbtc_minter.did' by import-candid
1
+ // Generated from IC repo commit fa06b0e (2025-11-12 tags: release-2025-11-13_03-24-base) 'rs/bitcoin/ckbtc/minter/ckbtc_minter.did' by import-candid
2
2
 
3
3
  // Represents an account on the ckBTC ledger.
4
4
  type Account = record { owner : principal; subaccount : opt blob };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfinity/ckbtc",
3
- "version": "6.0.1-next-2025-11-26",
3
+ "version": "6.0.1",
4
4
  "description": "A library for interfacing with ckBTC.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -51,12 +51,12 @@
51
51
  ],
52
52
  "homepage": "https://github.com/dfinity/icp-js-canisters#readme",
53
53
  "peerDependencies": {
54
- "@dfinity/utils": "next",
55
- "@icp-sdk/core": "*"
54
+ "@dfinity/utils": "^4",
55
+ "@icp-sdk/core": "^4"
56
56
  },
57
57
  "dependencies": {
58
58
  "@noble/hashes": "^1.8.0",
59
59
  "base58-js": "^3.0.3",
60
60
  "bech32": "^2.0.0"
61
61
  }
62
- }
62
+ }