@bitgo-beta/sdk-coin-bld 1.0.1-beta.49 → 1.0.1-beta.50
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.
- package/CHANGELOG.md +12 -0
- 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
|
+
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.2.0...@bitgo/sdk-coin-bld@1.4.0) (2023-08-04)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **abstract-cosmos:** add recover functionality for cosmos side chains ([1317831](https://github.com/BitGo/BitGoJS/commit/131783179a9fcd0288cce16326360e56c833f18c))
|
|
11
|
+
- **abstract-cosmos:** add wrw test data for cosmos side chains ([bb8c260](https://github.com/BitGo/BitGoJS/commit/bb8c260507b2eca661b40a7ffa6633f973ae30b6))
|
|
12
|
+
- **abstract-cosmos:** add wrw testcases for cosmos side chains ([db3b5f9](https://github.com/BitGo/BitGoJS/commit/db3b5f9d7ddb68a9a269cb4d1dcee8ab1b4b3702))
|
|
13
|
+
- **abstract-cosmos:** dependency fix ([222d122](https://github.com/BitGo/BitGoJS/commit/222d122f0a76ad79199d4194e25ac4b7d53bec0f))
|
|
14
|
+
- **abstract-cosmos:** unit testcase comments resolved ([9581bbe](https://github.com/BitGo/BitGoJS/commit/9581bbef00e49e518d0518792c87a10412e8e438))
|
|
15
|
+
- **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
|
|
16
|
+
- **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
|
|
17
|
+
|
|
6
18
|
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.2.0...@bitgo/sdk-coin-bld@1.3.0) (2023-07-28)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-bld",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.50",
|
|
4
4
|
"description": "BitGo SDK coin library for Agoric",
|
|
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-beta/abstract-cosmos": "1.0.1-beta.
|
|
44
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
45
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
46
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
+
"@bitgo-beta/abstract-cosmos": "1.0.1-beta.70",
|
|
44
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.88",
|
|
45
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.79",
|
|
46
|
+
"@bitgo-beta/statics": "15.1.1-beta.90",
|
|
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.
|
|
54
|
-
"@bitgo-beta/sdk-test": "^1.2.
|
|
53
|
+
"@bitgo-beta/sdk-api": "1.10.1-beta.88",
|
|
54
|
+
"@bitgo-beta/sdk-test": "^1.2.30",
|
|
55
55
|
"@types/lodash": "^4.14.183"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "12128df775339e01246966776373f51c0c3da9ed"
|
|
58
58
|
}
|