@bitgo/utxo-bin 1.0.1-rc.21 → 1.0.1-rc.22

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.
@@ -752,8 +752,8 @@
752
752
  "affectsGlobalScope": false
753
753
  },
754
754
  "../../statics/dist/src/base.d.ts": {
755
- "version": "2c66b335e1f0a911c59a21ea026ce3c7babb032a1fa683ba4b94c2b217eb18a0",
756
- "signature": "2c66b335e1f0a911c59a21ea026ce3c7babb032a1fa683ba4b94c2b217eb18a0",
755
+ "version": "1fe14cd67005fa141e4cf943a997ae0857cc292e7ab1bb79ca39f45f5b010224",
756
+ "signature": "1fe14cd67005fa141e4cf943a997ae0857cc292e7ab1bb79ca39f45f5b010224",
757
757
  "affectsGlobalScope": false
758
758
  },
759
759
  "../../statics/dist/src/map.d.ts": {
@@ -1201,21 +1201,6 @@
1201
1201
  "../node_modules/@types",
1202
1202
  "../../../node_modules/@types"
1203
1203
  ],
1204
- "paths": {
1205
- "@bitgo/sdk-api": [
1206
- "modules/sdk-api/src/index"
1207
- ],
1208
- "@bitgo/sdk-core": [
1209
- "modules/sdk-core/src/index"
1210
- ],
1211
- "@bitgo/utxo-lib": [
1212
- "modules/utxo-lib/src/index"
1213
- ],
1214
- "@bitgo/statics": [
1215
- "modules/statics/src/index"
1216
- ]
1217
- },
1218
- "pathsBasePath": "/Users/michaelmcshinsky/Documents/Projects/@bitgo/BitGoJS",
1219
1204
  "outDir": "./",
1220
1205
  "rootDir": "..",
1221
1206
  "allowJs": false,
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": "1.0.1-rc.21",
4
+ "version": "1.0.1-rc.22",
5
5
  "files": [
6
6
  "dist/**/*"
7
7
  ],
@@ -26,7 +26,7 @@
26
26
  "bin": "./dist/bin/index.js",
27
27
  "dependencies": {
28
28
  "@bitgo/blockapis": "^1.0.1-rc.6",
29
- "@bitgo/statics": "^6.17.0-rc.21",
29
+ "@bitgo/statics": "^6.17.0-rc.22",
30
30
  "@bitgo/utxo-lib": "^2.2.2-rc.6",
31
31
  "archy": "^1.0.0",
32
32
  "chalk": "4",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "license": "MIT",
45
- "gitHead": "3fb94b31a2dbf627d9da3a7ab7fa3e710a03ac83"
45
+ "gitHead": "e6a4ad9c4c0d4f5e5709c5f9d697d8e68a3db675"
46
46
  }