@bitgo/sdk-coin-osmo 1.6.11 → 1.8.0

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 +22 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-osmo@1.6.0...@bitgo/sdk-coin-osmo@1.8.0) (2023-10-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **abstract-cosmos:** allow valueless transfer for osmosis ([7aa6752](https://github.com/BitGo/BitGoJS/commit/7aa6752711eb604acd0d6e9b0b6f0bdb5e5be991))
11
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
12
+
13
+ ### Features
14
+
15
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
16
+
17
+ # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-osmo@1.6.0...@bitgo/sdk-coin-osmo@1.7.0) (2023-10-18)
18
+
19
+ ### Bug Fixes
20
+
21
+ - **abstract-cosmos:** allow valueless transfer for osmosis ([7aa6752](https://github.com/BitGo/BitGoJS/commit/7aa6752711eb604acd0d6e9b0b6f0bdb5e5be991))
22
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
23
+
24
+ ### Features
25
+
26
+ - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
27
+
6
28
  ## [1.6.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-osmo@1.6.0...@bitgo/sdk-coin-osmo@1.6.11) (2023-09-25)
7
29
 
8
30
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-osmo",
3
- "version": "1.6.11",
3
+ "version": "1.8.0",
4
4
  "description": "BitGo SDK coin library for Osmosis",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,19 +40,19 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/abstract-cosmos": "^1.6.11",
44
- "@bitgo/sdk-core": "^8.24.0",
45
- "@bitgo/sdk-lib-mpc": "^8.13.0",
46
- "@bitgo/statics": "^27.0.0",
43
+ "@bitgo/abstract-cosmos": "^1.8.0",
44
+ "@bitgo/sdk-core": "^8.26.0",
45
+ "@bitgo/sdk-lib-mpc": "^8.15.0",
46
+ "@bitgo/statics": "^29.0.0",
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/sdk-api": "^1.22.0",
54
- "@bitgo/sdk-test": "^1.2.41",
53
+ "@bitgo/sdk-api": "^1.24.0",
54
+ "@bitgo/sdk-test": "^1.2.43",
55
55
  "@types/lodash": "^4.14.183"
56
56
  },
57
- "gitHead": "f2ccfe835a393cc5b17c8c3d9fe5e5637a8d13eb"
57
+ "gitHead": "91ee7cd46469e542f808a9498bede129b5aac19d"
58
58
  }