@bitgo-beta/sdk-coin-cronos 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.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.2.1...@bitgo/sdk-coin-cronos@1.2.2) (2025-06-18)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-cronos
9
+
10
+ ## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.2.0...@bitgo/sdk-coin-cronos@1.2.1) (2025-06-10)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-cronos
13
+
14
+ # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.4...@bitgo/sdk-coin-cronos@1.2.0) (2025-06-05)
15
+
16
+ ### Features
17
+
18
+ - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
19
+
20
+ ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.3...@bitgo/sdk-coin-cronos@1.1.4) (2025-06-02)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-coin-cronos
23
+
24
+ ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.2...@bitgo/sdk-coin-cronos@1.1.3) (2025-05-28)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-coin-cronos
27
+
28
+ ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.1...@bitgo/sdk-coin-cronos@1.1.2) (2025-05-22)
29
+
30
+ **Note:** Version bump only for package @bitgo/sdk-coin-cronos
31
+
32
+ ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cronos@1.1.0...@bitgo/sdk-coin-cronos@1.1.1) (2025-05-20)
33
+
34
+ **Note:** Version bump only for package @bitgo/sdk-coin-cronos
35
+
6
36
  # 1.1.0 (2025-05-07)
7
37
 
8
38
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-cronos",
3
- "version": "1.0.1-beta.8",
3
+ "version": "1.0.1-beta.80",
4
4
  "description": "BitGo SDK coin library for Cronos",
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,17 +40,17 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-cosmos": "1.0.1-beta.856",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.875",
45
- "@bitgo-beta/statics": "15.1.1-beta.878",
43
+ "@bitgo-beta/abstract-cosmos": "1.0.1-beta.928",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.947",
45
+ "@bitgo-beta/statics": "15.1.1-beta.950",
46
46
  "@cosmjs/amino": "^0.29.5",
47
47
  "@cosmjs/encoding": "^0.29.5",
48
48
  "@cosmjs/stargate": "^0.29.5",
49
49
  "bignumber.js": "^9.1.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@bitgo-beta/sdk-api": "1.10.1-beta.874",
53
- "@bitgo-beta/sdk-test": "^8.0.84"
52
+ "@bitgo-beta/sdk-api": "1.10.1-beta.946",
53
+ "@bitgo-beta/sdk-test": "^8.0.91"
54
54
  },
55
- "gitHead": "9e78a09ed3625cf30993e64bd3a3c67acc33afc0"
55
+ "gitHead": "2c110df13dd3fc8de963cf88bc8638f684a01731"
56
56
  }