@bitgo-beta/sdk-coin-world 1.0.0-alpha.74 → 1.0.0-alpha.76

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
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.4.2...@bitgo/sdk-coin-world@1.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
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.4.1...@bitgo/sdk-coin-world@1.4.2) (2025-08-22)
13
+
14
+ **Note:** Version bump only for package @bitgo/sdk-coin-world
15
+
16
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.4.0...@bitgo/sdk-coin-world@1.4.1) (2025-08-19)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-world
19
+
6
20
  # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.3.9...@bitgo/sdk-coin-world@1.4.0) (2025-08-14)
7
21
 
8
22
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-world",
3
- "version": "1.0.0-alpha.74",
3
+ "version": "1.0.0-alpha.76",
4
4
  "description": "BitGo SDK coin library for World",
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,14 +40,14 @@
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
  },
48
48
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.6.1-alpha.380",
50
- "@bitgo-beta/sdk-test": "^9.0.2"
49
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.382",
50
+ "@bitgo-beta/sdk-test": "^9.0.5"
51
51
  },
52
- "gitHead": "98835ba153149d8942cc407122f4dbfde52b328b"
52
+ "gitHead": "9da2c7d0ae9cbf83612543939c3cf88bac200a79"
53
53
  }