@dfinity/cmc 3.0.2 → 3.0.3-next-2024-03-25

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 044cfd5 (2024-01-25 tags: release-2024-01-25_14-09+p2p-con) 'rs/nns/cmc/cmc.did' by import-candid
1
+ // Generated from IC repo commit c3c5dc8 (2024-03-15 tags: release-2024-03-14_23-01-p2p) 'rs/nns/cmc/cmc.did' by import-candid
2
2
  type Cycles = nat;
3
3
  type BlockIndex = nat64;
4
4
  type log_visibility = variant {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfinity/cmc",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-next-2024-03-25",
4
4
  "description": "A library for interfacing with the cycle minting canister.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/cjs/index.cjs.js",
@@ -36,9 +36,9 @@
36
36
  ],
37
37
  "homepage": "https://github.com/dfinity/ic-js#readme",
38
38
  "peerDependencies": {
39
- "@dfinity/agent": "^1.0.1",
40
- "@dfinity/candid": "^1.0.1",
41
- "@dfinity/principal": "^1.0.1",
42
- "@dfinity/utils": "^2.1.2"
39
+ "@dfinity/agent": "*",
40
+ "@dfinity/candid": "*",
41
+ "@dfinity/principal": "*",
42
+ "@dfinity/utils": "*"
43
43
  }
44
- }
44
+ }