@bitgo-beta/sdk-rpc-wrapper 1.0.1-beta.68 → 1.0.1-beta.69

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.
@@ -1437,8 +1437,8 @@
1437
1437
  "affectsGlobalScope": false
1438
1438
  },
1439
1439
  "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/ecdsa.d.ts": {
1440
- "version": "9397c4934530da993fa90a08030894091a5a64033f6a145b1babdd19aa14a10b",
1441
- "signature": "9397c4934530da993fa90a08030894091a5a64033f6a145b1babdd19aa14a10b",
1440
+ "version": "937a5178ee5845a0eb16911ea798faaa0e27ea94d0e05a25cd7c98e5f36fb953",
1441
+ "signature": "937a5178ee5845a0eb16911ea798faaa0e27ea94d0e05a25cd7c98e5f36fb953",
1442
1442
  "affectsGlobalScope": false
1443
1443
  },
1444
1444
  "../../sdk-core/dist/src/bitgo/utils/tss/ecdsa/index.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-rpc-wrapper",
3
- "version": "1.0.1-beta.68",
3
+ "version": "1.0.1-beta.69",
4
4
  "description": "Bitgo SDK wrapper to handle EVM RPC events",
5
5
  "main": "./dist/src/index.js",
6
6
  "type": "./dist/src/index.d.ts",
@@ -13,11 +13,11 @@
13
13
  "fmt": "prettier --write '{src,test}/**/*.{ts,js,json}'"
14
14
  },
15
15
  "dependencies": {
16
- "@bitgo-beta/sdk-core": "1.1.1-beta.230"
16
+ "@bitgo-beta/sdk-core": "1.1.1-beta.231"
17
17
  },
18
18
  "devDependencies": {
19
- "@bitgo-beta/sdk-api": "1.1.1-beta.230",
20
- "@bitgo-beta/sdk-coin-eth": "1.1.1-beta.229",
19
+ "@bitgo-beta/sdk-api": "1.1.1-beta.231",
20
+ "@bitgo-beta/sdk-coin-eth": "1.1.1-beta.230",
21
21
  "@bitgo-beta/sdk-test": "^1.2.18"
22
22
  },
23
23
  "author": "Bitgo DEFI Team <defi-team@bitgo.com>",
@@ -44,5 +44,5 @@
44
44
  ".ts"
45
45
  ]
46
46
  },
47
- "gitHead": "05ba2f24052e8f12f3b8878cb3d36953ffd3e292"
47
+ "gitHead": "f538c3754ae80aa73b07a2b476d2ffbaa3283319"
48
48
  }