@bitgo-beta/abstract-cosmos 1.0.1-beta.24 → 1.0.1-beta.26
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 +22 -0
- package/dist/tsconfig.tsbuildinfo +2 -2
- package/package.json +5 -5
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.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.2.1...@bitgo/abstract-cosmos@1.3.0) (2023-06-21)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **bitgo:** update dockerfile ([987140b](https://github.com/BitGo/BitGoJS/commit/987140b2b40e9f2f2c2911eb750a33f2185d43b7))
|
|
11
|
+
|
|
12
|
+
## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.2.0...@bitgo/abstract-cosmos@1.2.1) (2023-06-14)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
15
|
+
|
|
16
|
+
# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.1.1...@bitgo/abstract-cosmos@1.2.0) (2023-06-13)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- **abstract-cosmos:** sdk abstract-cosmos and sdk osmo refactored ([d1bb5f6](https://github.com/BitGo/BitGoJS/commit/d1bb5f614533b1cc119b434510539673061d2c2a))
|
|
21
|
+
- **sdk-coin-tia:** celestia sdk along with testcases ([eb1431a](https://github.com/BitGo/BitGoJS/commit/eb1431a02de539b05f1fc2660c650563f3d7085a))
|
|
22
|
+
- **sdk-coin-tia:** celestia sdk along with testcases ([1d104e0](https://github.com/BitGo/BitGoJS/commit/1d104e0d0ac0c813d16cd6da759b1a904bab4641))
|
|
23
|
+
|
|
24
|
+
## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.1.0...@bitgo/abstract-cosmos@1.1.1) (2023-06-07)
|
|
25
|
+
|
|
26
|
+
**Note:** Version bump only for package @bitgo/abstract-cosmos
|
|
27
|
+
|
|
6
28
|
# 1.1.0 (2023-06-05)
|
|
7
29
|
|
|
8
30
|
### Bug Fixes
|
|
@@ -382,8 +382,8 @@
|
|
|
382
382
|
"affectsGlobalScope": false
|
|
383
383
|
},
|
|
384
384
|
"../../statics/dist/src/networks.d.ts": {
|
|
385
|
-
"version": "
|
|
386
|
-
"signature": "
|
|
385
|
+
"version": "b72a3006500f5a2597d5fa315a1b476ea3d8cda4ece114b7fbdff6cde11ea954",
|
|
386
|
+
"signature": "b72a3006500f5a2597d5fa315a1b476ea3d8cda4ece114b7fbdff6cde11ea954",
|
|
387
387
|
"affectsGlobalScope": false
|
|
388
388
|
},
|
|
389
389
|
"../../statics/dist/src/base.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-cosmos",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.26",
|
|
4
4
|
"description": "BitGo SDK coin library for COSMOS base implementation",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
41
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
42
|
-
"@bitgo-beta/utxo-lib": "8.0.3-beta.
|
|
40
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.44",
|
|
41
|
+
"@bitgo-beta/statics": "15.1.1-beta.46",
|
|
42
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.44",
|
|
43
43
|
"@cosmjs/amino": "^0.29.5",
|
|
44
44
|
"@cosmjs/crypto": "^0.30.1",
|
|
45
45
|
"@cosmjs/encoding": "^0.29.5",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/lodash": "^4.14.183"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "c6fd801368ea24f0a18f79c5e29172875ca2f5ff"
|
|
57
57
|
}
|