@bitgo-beta/sdk-coin-world 1.0.1-beta.8 → 1.0.1-beta.80

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 +30 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.5...@bitgo/sdk-coin-world@1.1.6) (2025-06-02)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-world
9
+
10
+ ## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.4...@bitgo/sdk-coin-world@1.1.5) (2025-05-28)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-world
13
+
14
+ ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.3...@bitgo/sdk-coin-world@1.1.4) (2025-05-22)
15
+
16
+ **Note:** Version bump only for package @bitgo/sdk-coin-world
17
+
18
+ ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.2...@bitgo/sdk-coin-world@1.1.3) (2025-05-20)
19
+
20
+ **Note:** Version bump only for package @bitgo/sdk-coin-world
21
+
22
+ ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.1...@bitgo/sdk-coin-world@1.1.2) (2025-05-07)
23
+
24
+ **Note:** Version bump only for package @bitgo/sdk-coin-world
25
+
26
+ ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.0...@bitgo/sdk-coin-world@1.1.1) (2025-04-29)
27
+
28
+ **Note:** Version bump only for package @bitgo/sdk-coin-world
29
+
30
+ # 1.1.0 (2025-04-25)
31
+
32
+ ### Features
33
+
34
+ - **sdk-coin-world:** add transaction builder ([30e888e](https://github.com/BitGo/BitGoJS/commit/30e888ed7bb4a9325f873ad3ce30bbdd39a77893))
35
+
6
36
  ### Bug Fixes
7
37
 
8
38
  **Note:** Version bump only for package @bitgo/sdk-coin-world
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-world",
3
- "version": "1.0.1-beta.8",
3
+ "version": "1.0.1-beta.80",
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 <21"
21
+ "node": ">=18 <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.0.2-beta.1080",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.850",
45
- "@bitgo-beta/statics": "15.1.1-beta.853",
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.1152",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.922",
45
+ "@bitgo-beta/statics": "15.1.1-beta.925",
46
46
  "@ethereumjs/common": "^2.6.5"
47
47
  },
48
48
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.10.1-beta.849",
50
- "@bitgo-beta/sdk-test": "^8.0.81"
49
+ "@bitgo-beta/sdk-api": "1.10.1-beta.921",
50
+ "@bitgo-beta/sdk-test": "^8.0.88"
51
51
  },
52
- "gitHead": "275c8f84c22236c2ccef03ef47c367ade512fdcc"
52
+ "gitHead": "53e9f542aae7808296941076b1473f68cc51b164"
53
53
  }