@bitgo-beta/account-lib 2.20.1-beta.76 → 2.20.1-beta.77

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.
@@ -172,8 +172,8 @@
172
172
  "affectsGlobalScope": false
173
173
  },
174
174
  "../../statics/dist/src/base.d.ts": {
175
- "version": "11fff0b46e59aa135dd32934f579b38dd68dc762936911fab9df8928f2978bf9",
176
- "signature": "11fff0b46e59aa135dd32934f579b38dd68dc762936911fab9df8928f2978bf9",
175
+ "version": "2b63d4037099116ffb30528256e21aadd163e5e86033844814a4a6d7824416fa",
176
+ "signature": "2b63d4037099116ffb30528256e21aadd163e5e86033844814a4a6d7824416fa",
177
177
  "affectsGlobalScope": false
178
178
  },
179
179
  "../../statics/dist/src/map.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/account-lib",
3
- "version": "2.20.1-beta.76",
3
+ "version": "2.20.1-beta.77",
4
4
  "description": "BitGo's account library functions",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -27,27 +27,27 @@
27
27
  "node": ">=14 <17"
28
28
  },
29
29
  "dependencies": {
30
- "@bitgo-beta/sdk-coin-algo": "1.1.1-beta.77",
31
- "@bitgo-beta/sdk-coin-avaxc": "1.1.1-beta.77",
32
- "@bitgo-beta/sdk-coin-avaxp": "2.0.1-beta.77",
33
- "@bitgo-beta/sdk-coin-bsc": "1.0.1-beta.77",
34
- "@bitgo-beta/sdk-coin-celo": "1.1.1-beta.76",
35
- "@bitgo-beta/sdk-coin-cspr": "1.0.2-beta.77",
36
- "@bitgo-beta/sdk-coin-dot": "1.0.2-beta.77",
37
- "@bitgo-beta/sdk-coin-etc": "1.0.2-beta.77",
38
- "@bitgo-beta/sdk-coin-eth": "1.1.1-beta.77",
39
- "@bitgo-beta/sdk-coin-eth2": "1.0.2-beta.77",
40
- "@bitgo-beta/sdk-coin-hbar": "1.0.2-beta.77",
41
- "@bitgo-beta/sdk-coin-near": "1.1.1-beta.77",
42
- "@bitgo-beta/sdk-coin-polygon": "1.0.2-beta.77",
43
- "@bitgo-beta/sdk-coin-rbtc": "1.1.1-beta.77",
44
- "@bitgo-beta/sdk-coin-sol": "1.0.2-beta.77",
45
- "@bitgo-beta/sdk-coin-stx": "1.1.1-beta.77",
46
- "@bitgo-beta/sdk-coin-sui": "1.0.1-beta.77",
47
- "@bitgo-beta/sdk-coin-trx": "1.0.2-beta.77",
48
- "@bitgo-beta/sdk-coin-xtz": "1.1.1-beta.77",
49
- "@bitgo-beta/sdk-core": "1.1.1-beta.77",
50
- "@bitgo-beta/statics": "7.0.1-beta.77",
30
+ "@bitgo-beta/sdk-coin-algo": "1.1.1-beta.78",
31
+ "@bitgo-beta/sdk-coin-avaxc": "1.1.1-beta.78",
32
+ "@bitgo-beta/sdk-coin-avaxp": "2.0.1-beta.78",
33
+ "@bitgo-beta/sdk-coin-bsc": "1.0.1-beta.78",
34
+ "@bitgo-beta/sdk-coin-celo": "1.1.1-beta.77",
35
+ "@bitgo-beta/sdk-coin-cspr": "1.0.2-beta.78",
36
+ "@bitgo-beta/sdk-coin-dot": "1.0.2-beta.78",
37
+ "@bitgo-beta/sdk-coin-etc": "1.0.2-beta.78",
38
+ "@bitgo-beta/sdk-coin-eth": "1.1.1-beta.78",
39
+ "@bitgo-beta/sdk-coin-eth2": "1.0.2-beta.78",
40
+ "@bitgo-beta/sdk-coin-hbar": "1.0.2-beta.78",
41
+ "@bitgo-beta/sdk-coin-near": "1.1.1-beta.78",
42
+ "@bitgo-beta/sdk-coin-polygon": "1.0.2-beta.78",
43
+ "@bitgo-beta/sdk-coin-rbtc": "1.1.1-beta.78",
44
+ "@bitgo-beta/sdk-coin-sol": "1.0.2-beta.78",
45
+ "@bitgo-beta/sdk-coin-stx": "1.1.1-beta.78",
46
+ "@bitgo-beta/sdk-coin-sui": "1.0.1-beta.78",
47
+ "@bitgo-beta/sdk-coin-trx": "1.0.2-beta.78",
48
+ "@bitgo-beta/sdk-coin-xtz": "1.1.1-beta.78",
49
+ "@bitgo-beta/sdk-core": "1.1.1-beta.78",
50
+ "@bitgo-beta/statics": "7.0.1-beta.78",
51
51
  "bignumber.js": "^9.0.0",
52
52
  "bs58": "^4.0.1"
53
53
  },
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "818c5662e6f028069dcd156ad018b3a046d35fff"
78
+ "gitHead": "02796626e96b41c8dcf88e16398f46197cad1038"
79
79
  }