@bitgo-beta/sdk-coin-ada 2.3.14-beta.1212 → 2.3.14-beta.1213

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
+ # [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)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-ada:** verify consolidation txHex ([62876e8](https://github.com/BitGo/BitGoJS/commit/62876e8b2e52902a723f2ab6dcdc4f5b1b80a321))
11
+
12
+ ### Features
13
+
14
+ - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
15
+ - **sdk-coin-ada:** add fingerprint as the contract address ([65f2080](https://github.com/BitGo/BitGoJS/commit/65f2080de3efacde1549974fecefea90201b466b))
16
+ - **sdk-coin-ada:** token build support ([e046c39](https://github.com/BitGo/BitGoJS/commit/e046c3924881da4a0244a9638e7493c7bfa3ec15))
17
+
6
18
  # [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
19
 
8
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ada",
3
- "version": "2.3.14-beta.1212",
3
+ "version": "2.3.14-beta.1213",
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": "8.2.1-beta.1214",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1206",
45
- "@bitgo-beta/statics": "15.1.1-beta.1217",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1215",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.1207",
45
+ "@bitgo-beta/statics": "15.1.1-beta.1218",
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.10.1-beta.1213",
58
- "@bitgo-beta/sdk-test": "^9.0.9"
57
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1214",
58
+ "@bitgo-beta/sdk-test": "^9.1.0"
59
59
  },
60
- "gitHead": "79d28955c240e47e67b872b8c110f461c0bd1d78"
60
+ "gitHead": "fe43285aec5efb650432d9914f7f94bc906baba3"
61
61
  }