@dfinity/cmc 0.0.2-next-2022-10-31 → 0.0.2

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 f818cf1eb89bcbc9aecb1fb73de8c8de6c258c42 'rs/nns/cmc/cmc.did' by import-candid
1
+ // Generated from IC repo commit 1fc0208b9aeed0554b1be2711605e5b54ace9d6a 'rs/nns/cmc/cmc.did' by import-candid
2
2
  type Cycles = nat;
3
3
  type BlockIndex = nat64;
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfinity/cmc",
3
- "version": "0.0.2-next-2022-10-31",
3
+ "version": "0.0.2",
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,8 +36,8 @@
36
36
  "cycle minting canister"
37
37
  ],
38
38
  "peerDependencies": {
39
- "@dfinity/utils": "^0.0.5-next"
39
+ "@dfinity/utils": "^0.0.5"
40
40
  },
41
41
  "homepage": "https://github.com/dfinity/ic-js#readme",
42
42
  "author": ""
43
- }
43
+ }