@bitgo-beta/sdk-coin-ada 2.2.3-alpha.400 → 2.2.3-alpha.402

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 +16 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [4.15.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@4.15.0...@bitgo/sdk-coin-ada@4.15.1) (2025-09-29)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-ada
9
+
10
+ # [4.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@4.14.0...@bitgo/sdk-coin-ada@4.15.0) (2025-09-25)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **sdk-coin-ada:** verify consolidation txHex ([62876e8](https://github.com/BitGo/BitGoJS/commit/62876e8b2e52902a723f2ab6dcdc4f5b1b80a321))
15
+
16
+ ### Features
17
+
18
+ - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
19
+ - **sdk-coin-ada:** add fingerprint as the contract address ([65f2080](https://github.com/BitGo/BitGoJS/commit/65f2080de3efacde1549974fecefea90201b466b))
20
+ - **sdk-coin-ada:** token build support ([e046c39](https://github.com/BitGo/BitGoJS/commit/e046c3924881da4a0244a9638e7493c7bfa3ec15))
21
+
6
22
  # [4.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@4.13.3...@bitgo/sdk-coin-ada@4.14.0) (2025-09-03)
7
23
 
8
24
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ada",
3
- "version": "2.2.3-alpha.400",
3
+ "version": "2.2.3-alpha.402",
4
4
  "description": "BitGo SDK coin library for Ada",
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": "2.4.1-alpha.401",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.1-alpha.357",
45
- "@bitgo-beta/statics": "10.0.1-alpha.401",
43
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.403",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.1-alpha.359",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.403",
46
46
  "@emurgo/cardano-serialization-lib-browser": "^12.0.1",
47
47
  "@emurgo/cardano-serialization-lib-nodejs": "^12.0.1",
48
48
  "bech32": "^2.0.0",
@@ -54,8 +54,8 @@
54
54
  "tweetnacl": "^1.0.3"
55
55
  },
56
56
  "devDependencies": {
57
- "@bitgo-beta/sdk-api": "1.6.1-alpha.401",
58
- "@bitgo-beta/sdk-test": "0.0.0-alpha.0"
57
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.403",
58
+ "@bitgo-beta/sdk-test": "^9.1.1"
59
59
  },
60
- "gitHead": "28e541a84412c3351b43dad5b22ff8cbb3ab0b81"
60
+ "gitHead": "7570d24e001f6150e41de2c5cca9dd0bca6f7cf5"
61
61
  }