@bitgo-beta/sdk-coin-icp 1.0.1-beta.97 → 1.0.1-beta.99

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 +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-icp@1.3.0...@bitgo/sdk-coin-icp@1.6.0) (2025-03-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
11
+ - **root:** replace elliptic with noble/curves/secp256k1 ([50a208d](https://github.com/BitGo/BitGoJS/commit/50a208d68d8b313ccb9b8e638212f61617daf92a))
12
+
13
+ ### Features
14
+
15
+ - **sdk-coin-icp:** implemented transaction builder and validations for ICP ([ecf68b8](https://github.com/BitGo/BitGoJS/commit/ecf68b8f671944992a16e0eca77ef200e83c520c))
16
+ - **sdk-coin-icp:** refactor key pair generation to use utility function ([93d84d4](https://github.com/BitGo/BitGoJS/commit/93d84d48a3e6287959626e69bcce1c430d82df7a))
17
+
6
18
  # [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
19
 
8
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-icp",
3
- "version": "1.0.1-beta.97",
3
+ "version": "1.0.1-beta.99",
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.745",
44
- "@bitgo-beta/secp256k1": "1.0.2-beta.771",
45
- "@bitgo-beta/statics": "15.1.1-beta.748",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.747",
44
+ "@bitgo-beta/secp256k1": "1.0.2-beta.773",
45
+ "@bitgo-beta/statics": "15.1.1-beta.750",
46
46
  "@dfinity/agent": "^2.2.0",
47
47
  "@dfinity/candid": "^2.2.0",
48
48
  "@dfinity/principal": "^2.2.0",
@@ -54,8 +54,8 @@
54
54
  "protobufjs": "^7.2.5"
55
55
  },
56
56
  "devDependencies": {
57
- "@bitgo-beta/sdk-api": "1.10.1-beta.744",
58
- "@bitgo-beta/sdk-test": "^8.0.73"
57
+ "@bitgo-beta/sdk-api": "1.10.1-beta.746",
58
+ "@bitgo-beta/sdk-test": "^8.0.74"
59
59
  },
60
- "gitHead": "55cb3211aa16a99416c5d3b203a53bc7f81eb044"
60
+ "gitHead": "e7f190bc185e359be9dc9437692ce1f5761911db"
61
61
  }