@bitgo/statics 6.18.0-rc.12 → 6.18.0-rc.13

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.
@@ -227,8 +227,8 @@
227
227
  "affectsGlobalScope": false
228
228
  },
229
229
  "../src/account.ts": {
230
- "version": "543bce190e971ed5a1a330ea765d8ec9939f05cc3c8f41e69db38b19f68e538b",
231
- "signature": "379d2251821c3750a57c9b266c7111fd0899d251dbe3e7c26de1c413baabb56e",
230
+ "version": "1fd8e1240bd29a74b1a5ae2c251de82e0f94e3bbc85fcd0ac50b1b5bb5938438",
231
+ "signature": "5b060d934531c822539a1414a39bc71221fad4977bac873c627106f3d3932c14",
232
232
  "affectsGlobalScope": false
233
233
  },
234
234
  "../src/avaxp.ts": {
@@ -252,7 +252,7 @@
252
252
  "affectsGlobalScope": false
253
253
  },
254
254
  "../src/coins.ts": {
255
- "version": "c7ef4da7235649c4dec0e4d992c932096f5405a2916a3141799c509884cc02c7",
255
+ "version": "8b80cbedc0216c5e93e2c201aad6841e0e080a161a025bb851033c0498c2f0c0",
256
256
  "signature": "601447b3eeb6af532c1c4dcfcd248f84a3c22782f0b00f161119a773095b04d0",
257
257
  "affectsGlobalScope": false
258
258
  },
@@ -2826,11 +2826,11 @@
2826
2826
  ],
2827
2827
  "../../../node_modules/@types/node-fetch/index.d.ts": [
2828
2828
  "../../../node_modules/@types/node-fetch/externals.d.ts",
2829
- "../../../node_modules/@types/node-fetch/node_modules/form-data/index.d.ts",
2830
2829
  "../../../node_modules/@types/node/http.d.ts",
2831
2830
  "../../../node_modules/@types/node/index.d.ts",
2832
2831
  "../../../node_modules/@types/node/url.d.ts",
2833
- "../../../node_modules/@types/node/util.d.ts"
2832
+ "../../../node_modules/@types/node/util.d.ts",
2833
+ "../../../node_modules/form-data/index.d.ts"
2834
2834
  ],
2835
2835
  "../../../node_modules/@types/node-fetch/node_modules/form-data/index.d.ts": [
2836
2836
  "../../../node_modules/@types/node/http.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/statics",
3
- "version": "6.18.0-rc.12",
3
+ "version": "6.18.0-rc.13",
4
4
  "description": "dependency-free static configuration for the bitgo platform",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -39,5 +39,5 @@
39
39
  ".ts"
40
40
  ]
41
41
  },
42
- "gitHead": "ba8cd5df9db7252eb16c73483d999f043dcbd372"
42
+ "gitHead": "69940d6c1d879bfb143720c1b4f5754627b83175"
43
43
  }