@bitgo-beta/sdk-coin-coredao 1.0.1-alpha.125 → 1.0.1-alpha.126

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
+ ## [2.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.4.0...@bitgo/sdk-coin-coredao@2.4.1) (2025-07-31)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-coredao
9
+
10
+ # [2.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.3.9...@bitgo/sdk-coin-coredao@2.4.0) (2025-07-30)
11
+
12
+ ### Features
13
+
14
+ - **root:** enable passing apiKey for recovery on eth likes ([dc8d3c2](https://github.com/BitGo/BitGoJS/commit/dc8d3c201b5ab82b05e1db69f310a0860e21bf78))
15
+
6
16
  ## [2.3.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.3.7...@bitgo/sdk-coin-coredao@2.3.9) (2025-07-25)
7
17
 
8
18
  **Note:** Version bump only for package @bitgo/sdk-coin-coredao
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-coredao",
3
- "version": "1.0.1-alpha.125",
3
+ "version": "1.0.1-alpha.126",
4
4
  "description": "BitGo SDK coin library for Coredao",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,16 +40,16 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.362",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.362",
45
- "@bitgo-beta/statics": "10.0.1-alpha.362",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.363",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.363",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.363",
46
46
  "@ethereumjs/common": "^2.6.5",
47
47
  "@ethereumjs/tx": "^3.3.0",
48
48
  "bn.js": "^5.2.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@bitgo-beta/sdk-api": "1.6.1-alpha.362",
52
- "@bitgo-beta/sdk-test": "^8.0.98"
51
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.363",
52
+ "@bitgo-beta/sdk-test": "^9.0.0"
53
53
  },
54
- "gitHead": "b69ff87b8125f82410772b85f794ee92d3d9fbb1"
54
+ "gitHead": "351bb6960f635659ff5a7d5f383dd79217cd59a3"
55
55
  }