@bitgo-beta/sdk-coin-coredao 1.0.1-alpha.143 → 1.0.1-alpha.145

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.
package/.mocharc.yml CHANGED
@@ -1,4 +1,4 @@
1
- require: 'ts-node/register'
1
+ require: 'tsx'
2
2
  timeout: '120000'
3
3
  reporter: 'min'
4
4
  reporter-option:
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
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.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.4.5...@bitgo/sdk-coin-coredao@2.5.0) (2025-08-22)
7
+
8
+ ### Features
9
+
10
+ - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
11
+
12
+ ## [2.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.4.4...@bitgo/sdk-coin-coredao@2.4.5) (2025-08-22)
13
+
14
+ **Note:** Version bump only for package @bitgo/sdk-coin-coredao
15
+
16
+ ## [2.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.4.3...@bitgo/sdk-coin-coredao@2.4.4) (2025-08-19)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-coredao
19
+
6
20
  ## [2.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-coredao@2.4.2...@bitgo/sdk-coin-coredao@2.4.3) (2025-08-14)
7
21
 
8
22
  **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.143",
3
+ "version": "1.0.1-alpha.145",
4
4
  "description": "BitGo SDK coin library for Coredao",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
19
19
  "license": "MIT",
20
20
  "engines": {
21
- "node": ">=18 <23"
21
+ "node": ">=20 <23"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -40,16 +40,16 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.380",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.380",
45
- "@bitgo-beta/statics": "10.0.1-alpha.380",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.382",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.382",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.382",
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.380",
52
- "@bitgo-beta/sdk-test": "^9.0.2"
51
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.382",
52
+ "@bitgo-beta/sdk-test": "^9.0.5"
53
53
  },
54
- "gitHead": "98835ba153149d8942cc407122f4dbfde52b328b"
54
+ "gitHead": "9da2c7d0ae9cbf83612543939c3cf88bac200a79"
55
55
  }