@bitgo-beta/sdk-coin-icp 1.0.1-beta.82 → 1.0.1-beta.84

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-icp@1.3.0...@bitgo/sdk-coin-icp@1.5.0) (2025-02-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** replace elliptic with noble/curves/secp256k1 ([50a208d](https://github.com/BitGo/BitGoJS/commit/50a208d68d8b313ccb9b8e638212f61617daf92a))
11
+
12
+ ### Features
13
+
14
+ - **sdk-coin-icp:** refactor key pair generation to use utility function ([93d84d4](https://github.com/BitGo/BitGoJS/commit/93d84d48a3e6287959626e69bcce1c430d82df7a))
15
+
6
16
  # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-icp@1.3.0...@bitgo/sdk-coin-icp@1.4.0) (2025-02-20)
7
17
 
8
18
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-icp",
3
- "version": "1.0.1-beta.82",
3
+ "version": "1.0.1-beta.84",
4
4
  "description": "BitGo SDK coin library for Internet Computer",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-core": "8.2.1-beta.730",
44
- "@bitgo-beta/secp256k1": "1.0.2-beta.756",
45
- "@bitgo-beta/statics": "15.1.1-beta.733",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.732",
44
+ "@bitgo-beta/secp256k1": "1.0.2-beta.758",
45
+ "@bitgo-beta/statics": "15.1.1-beta.735",
46
46
  "@dfinity/agent": "^2.2.0",
47
47
  "@dfinity/candid": "^2.2.0",
48
48
  "@dfinity/principal": "^2.2.0",
@@ -50,8 +50,8 @@
50
50
  "crc-32": "^1.2.2"
51
51
  },
52
52
  "devDependencies": {
53
- "@bitgo-beta/sdk-api": "1.10.1-beta.729",
54
- "@bitgo-beta/sdk-test": "^8.0.72"
53
+ "@bitgo-beta/sdk-api": "1.10.1-beta.731",
54
+ "@bitgo-beta/sdk-test": "^8.0.73"
55
55
  },
56
- "gitHead": "934044cb917ec5d29deee9dc5dc095c58ad9a94d"
56
+ "gitHead": "a68d1866288310719a326b1d448d719b970a2019"
57
57
  }