@bitgo-beta/sdk-coin-atom 3.1.2-beta.291 → 3.1.2-beta.292

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 +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.4...@bitgo/sdk-coin-atom@12.0.0) (2024-03-28)
7
+
8
+ ### Features
9
+
10
+ - **abstract-cosmos:** added redelegation for cosmos coins ([8ea18ab](https://github.com/BitGo/BitGoJS/commit/8ea18ab0ca115ba9b61335e69d34790f0c046e7b))
11
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ - **root:** Node 16 is no longer supported in bitgojs.
16
+ TICKET: WP-1100
17
+
6
18
  ## [11.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@11.0.3...@bitgo/sdk-coin-atom@11.0.4) (2024-03-19)
7
19
 
8
20
  **Note:** Version bump only for package @bitgo/sdk-coin-atom
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-atom",
3
- "version": "3.1.2-beta.291",
3
+ "version": "3.1.2-beta.292",
4
4
  "description": "BitGo SDK coin library for Cosmos",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,20 +40,20 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-cosmos": "1.0.1-beta.273",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.291",
45
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.283",
46
- "@bitgo-beta/statics": "15.1.1-beta.294",
43
+ "@bitgo-beta/abstract-cosmos": "1.0.1-beta.274",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.292",
45
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.284",
46
+ "@bitgo-beta/statics": "15.1.1-beta.295",
47
47
  "@cosmjs/amino": "^0.29.5",
48
48
  "@cosmjs/encoding": "^0.29.5",
49
49
  "@cosmjs/stargate": "^0.29.5",
50
50
  "bignumber.js": "^9.1.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@bitgo-beta/sdk-api": "1.10.1-beta.291",
54
- "@bitgo-beta/sdk-test": "^8.0.4",
53
+ "@bitgo-beta/sdk-api": "1.10.1-beta.292",
54
+ "@bitgo-beta/sdk-test": "^8.0.5",
55
55
  "@types/lodash": "^4.14.183",
56
56
  "axios": "^1.3.4"
57
57
  },
58
- "gitHead": "b70e8f9cffb139252a0b2a532b4b1e28c26fca53"
58
+ "gitHead": "58acaa8709482a4b305d433cc342927150369af9"
59
59
  }