@bitgo-beta/abstract-cosmos 1.0.1-beta.7 → 1.0.1-beta.9
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.
|
@@ -387,8 +387,8 @@
|
|
|
387
387
|
"affectsGlobalScope": false
|
|
388
388
|
},
|
|
389
389
|
"../../statics/dist/src/base.d.ts": {
|
|
390
|
-
"version": "
|
|
391
|
-
"signature": "
|
|
390
|
+
"version": "e36e26530e5e316af6f5090399062fecff96bf32c698773424c34f96847f9429",
|
|
391
|
+
"signature": "e36e26530e5e316af6f5090399062fecff96bf32c698773424c34f96847f9429",
|
|
392
392
|
"affectsGlobalScope": false
|
|
393
393
|
},
|
|
394
394
|
"../../statics/dist/src/map.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.9",
|
|
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,10 +37,10 @@
|
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@bitgo-beta/sdk-core": "8.2.1-beta.
|
|
41
|
-
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.
|
|
42
|
-
"@bitgo-beta/statics": "15.1.1-beta.
|
|
43
|
-
"@bitgo-beta/utxo-lib": "8.0.3-beta.
|
|
40
|
+
"@bitgo-beta/sdk-core": "8.2.1-beta.27",
|
|
41
|
+
"@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.17",
|
|
42
|
+
"@bitgo-beta/statics": "15.1.1-beta.29",
|
|
43
|
+
"@bitgo-beta/utxo-lib": "8.0.3-beta.27",
|
|
44
44
|
"@cosmjs/amino": "^0.29.5",
|
|
45
45
|
"@cosmjs/encoding": "^0.29.5",
|
|
46
46
|
"@cosmjs/proto-signing": "^0.29.5",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/lodash": "^4.14.183"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "7f799ca31c3899f25b2f19bcc1177160965449e6"
|
|
56
56
|
}
|