@bitgo-beta/sdk-coin-ada 2.3.14-beta.1003 → 2.3.14-beta.1004

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
+ # [4.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@4.11.5...@bitgo/sdk-coin-ada@4.12.0) (2025-07-10)
7
+
8
+ ### Features
9
+
10
+ - **account-lib:** verify encoded message ([71a7dd6](https://github.com/BitGo/BitGoJS/commit/71a7dd6cf56010c94364483b7c83221d9a26688e))
11
+ - enable message signing for ADA and SOL ([1ee3499](https://github.com/BitGo/BitGoJS/commit/1ee349934b497e3ef3dad8a33664f479f8247dfe))
12
+ - **sdk-coin-ada:** add CIP-8 message builder ([e6814dc](https://github.com/BitGo/BitGoJS/commit/e6814dcb25fff07d359e7ecdad214f78376f33ae))
13
+ - **sdk-coin-ada:** add CIP-8 message builder ([50c53ec](https://github.com/BitGo/BitGoJS/commit/50c53ecc998815ad25a0b08f27a167a9d2d8d948))
14
+ - **sdk-core:** add simple message builder for sol ([d5af5c8](https://github.com/BitGo/BitGoJS/commit/d5af5c8d45f88feb01387b45f9b1e2cfeb70a2e8))
15
+
6
16
  ## [4.11.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@4.11.4...@bitgo/sdk-coin-ada@4.11.5) (2025-07-03)
7
17
 
8
18
  **Note:** Version bump only for package @bitgo/sdk-coin-ada
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ada",
3
- "version": "2.3.14-beta.1003",
3
+ "version": "2.3.14-beta.1004",
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.1005",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.997",
45
- "@bitgo-beta/statics": "15.1.1-beta.1008",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1006",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.998",
45
+ "@bitgo-beta/statics": "15.1.1-beta.1009",
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.1004",
58
- "@bitgo-beta/sdk-test": "^8.0.94"
57
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1005",
58
+ "@bitgo-beta/sdk-test": "^8.0.95"
59
59
  },
60
- "gitHead": "95f08918df59576a40bb2a2abbd14c2b6157ec2a"
60
+ "gitHead": "11f919564fb1e21b9e482e7a0084d208f750fa03"
61
61
  }