@bitgo/utxo-bin 2.1.0-rc.21 → 2.1.0-rc.23

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.
@@ -782,8 +782,8 @@
782
782
  "affectsGlobalScope": false
783
783
  },
784
784
  "../../statics/dist/src/base.d.ts": {
785
- "version": "84c53460efebcd122f8338767d84aaf0b7842aef31bf25051c6bb04ebb2793ff",
786
- "signature": "84c53460efebcd122f8338767d84aaf0b7842aef31bf25051c6bb04ebb2793ff",
785
+ "version": "7534e7f95f5d338dd52d7affc0d700c3b07d2eb6abf7f96d9a710562d88dd3d2",
786
+ "signature": "7534e7f95f5d338dd52d7affc0d700c3b07d2eb6abf7f96d9a710562d88dd3d2",
787
787
  "affectsGlobalScope": false
788
788
  },
789
789
  "../../statics/dist/src/map.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.21",
4
+ "version": "2.1.0-rc.23",
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.1.0-rc.3",
30
- "@bitgo/statics": "^8.0.0-rc.19",
30
+ "@bitgo/statics": "^8.0.0-rc.21",
31
31
  "@bitgo/utxo-lib": "^3.0.0-rc.5",
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": "ff2c0e561b1ddc1d1d9d727da99108c3387b9e56"
50
+ "gitHead": "39cecbdbe45b5b99c8639d259da820d91dee6812"
51
51
  }