@bitgo/utxo-bin 2.1.0-rc.3 → 2.1.0-rc.4

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/dist/bin/index.js CHANGED
File without changes
@@ -762,8 +762,8 @@
762
762
  "affectsGlobalScope": false
763
763
  },
764
764
  "../../statics/dist/src/base.d.ts": {
765
- "version": "e0804791c4401f6c934cf5c8eebb07383a175ff4b5dbbd566419f018d3bf5cd2",
766
- "signature": "e0804791c4401f6c934cf5c8eebb07383a175ff4b5dbbd566419f018d3bf5cd2",
765
+ "version": "cb257b083cd56fc7ba6ea8cd6ec06be908fcd16a58fe9d86c253ffbf0e93268b",
766
+ "signature": "cb257b083cd56fc7ba6ea8cd6ec06be908fcd16a58fe9d86c253ffbf0e93268b",
767
767
  "affectsGlobalScope": false
768
768
  },
769
769
  "../../statics/dist/src/map.d.ts": {
@@ -782,8 +782,8 @@
782
782
  "affectsGlobalScope": false
783
783
  },
784
784
  "../../statics/dist/src/tokenconfig.d.ts": {
785
- "version": "10b1b09442e6f17047634b0208d74044700f638c85cf8981d9ce04ff1f4927dc",
786
- "signature": "10b1b09442e6f17047634b0208d74044700f638c85cf8981d9ce04ff1f4927dc",
785
+ "version": "98cea704d5b32d9845455cee88fea30c3dbbb45696342dd693736e80cff51aa7",
786
+ "signature": "98cea704d5b32d9845455cee88fea30c3dbbb45696342dd693736e80cff51aa7",
787
787
  "affectsGlobalScope": false
788
788
  },
789
789
  "../../statics/dist/src/ofc.d.ts": {
@@ -797,8 +797,8 @@
797
797
  "affectsGlobalScope": false
798
798
  },
799
799
  "../../statics/dist/src/account.d.ts": {
800
- "version": "6fa1f9653d991557e03e0adb1327eea3e7a57ab7282b08ba5635fc64bc0b95ae",
801
- "signature": "6fa1f9653d991557e03e0adb1327eea3e7a57ab7282b08ba5635fc64bc0b95ae",
800
+ "version": "a929c54cf44eeedc4c3ba32c346351de4649c48684c098f09f5c402a69cd2886",
801
+ "signature": "a929c54cf44eeedc4c3ba32c346351de4649c48684c098f09f5c402a69cd2886",
802
802
  "affectsGlobalScope": false
803
803
  },
804
804
  "../../statics/dist/src/index.d.ts": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitgo/utxo-bin",
3
3
  "description": "Command-line utility for BitGo UTXO transactions",
4
- "version": "2.1.0-rc.3",
4
+ "version": "2.1.0-rc.4",
5
5
  "files": [
6
6
  "dist/**/*"
7
7
  ],
@@ -27,7 +27,7 @@
27
27
  "bin": "./dist/bin/index.js",
28
28
  "dependencies": {
29
29
  "@bitgo/blockapis": "^1.0.6-rc.2",
30
- "@bitgo/statics": "^8.0.0-rc.4",
30
+ "@bitgo/statics": "^8.0.0-rc.5",
31
31
  "@bitgo/utxo-lib": "^3.0.0-rc.0",
32
32
  "archy": "^1.0.0",
33
33
  "chalk": "4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "license": "MIT",
50
- "gitHead": "42348a809dff38fdbf58a84407a4f27b49d93b92"
50
+ "gitHead": "fc55d9726d1952d28a054e41bd3a18362a756273"
51
51
  }