@bitgo-beta/sdk-coin-stt 1.0.1-beta.7 → 1.0.1-beta.71

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-stt@1.1.5...@bitgo/sdk-coin-stt@1.1.6) (2025-06-02)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-stt
9
+
10
+ ## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stt@1.1.4...@bitgo/sdk-coin-stt@1.1.5) (2025-05-28)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-stt
13
+
14
+ ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stt@1.1.3...@bitgo/sdk-coin-stt@1.1.4) (2025-05-22)
15
+
16
+ **Note:** Version bump only for package @bitgo/sdk-coin-stt
17
+
18
+ ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stt@1.1.2...@bitgo/sdk-coin-stt@1.1.3) (2025-05-20)
19
+
20
+ **Note:** Version bump only for package @bitgo/sdk-coin-stt
21
+
22
+ ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stt@1.1.1...@bitgo/sdk-coin-stt@1.1.2) (2025-05-07)
23
+
24
+ **Note:** Version bump only for package @bitgo/sdk-coin-stt
25
+
26
+ ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stt@1.1.0...@bitgo/sdk-coin-stt@1.1.1) (2025-04-29)
27
+
28
+ **Note:** Version bump only for package @bitgo/sdk-coin-stt
29
+
30
+ # 1.1.0 (2025-04-25)
31
+
32
+ ### Features
33
+
34
+ - **sdk-coin-stt:** add transaction builder ([1e77306](https://github.com/BitGo/BitGoJS/commit/1e7730665a74235085d4dfe0c48ddecceb400624))
35
+
6
36
  ### Bug Fixes
7
37
 
8
38
  **Note:** Version bump only for package @bitgo/sdk-coin-stt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-stt",
3
- "version": "1.0.1-beta.7",
3
+ "version": "1.0.1-beta.71",
4
4
  "description": "BitGo SDK coin library for Somnia",
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.1144",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.914",
45
+ "@bitgo-beta/statics": "15.1.1-beta.917",
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.913",
50
+ "@bitgo-beta/sdk-test": "^8.0.88"
51
51
  },
52
- "gitHead": "275c8f84c22236c2ccef03ef47c367ade512fdcc"
52
+ "gitHead": "2a53e01f5f3921011fa90c90e07f98ea77ab9547"
53
53
  }