@bitgo-beta/sdk-rpc-wrapper 1.1.3-alpha.360 → 1.1.3-alpha.362
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.
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -7
- package/.eslintignore +0 -4
- package/CHANGELOG.md +0 -688
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-rpc-wrapper",
|
|
3
|
-
"version": "1.1.3-alpha.
|
|
3
|
+
"version": "1.1.3-alpha.362",
|
|
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",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "yarn tsc --build --incremental --verbose .",
|
|
9
|
-
"check-fmt": "prettier --check
|
|
9
|
+
"check-fmt": "prettier --check '**/*.{ts,js,json}'",
|
|
10
10
|
"clean": "rm -r ./dist",
|
|
11
11
|
"lint": "eslint --quiet .",
|
|
12
12
|
"prepare": "npm run build",
|
|
13
13
|
"fmt": "prettier --write '{src,test}/**/*.{ts,js,json}'"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
16
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.411"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@bitgo-beta/sdk-api": "1.6.1-alpha.
|
|
20
|
-
"@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.
|
|
21
|
-
"@bitgo-beta/sdk-test": "^9.1.
|
|
19
|
+
"@bitgo-beta/sdk-api": "1.6.1-alpha.411",
|
|
20
|
+
"@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.409",
|
|
21
|
+
"@bitgo-beta/sdk-test": "^9.1.4"
|
|
22
22
|
},
|
|
23
23
|
"author": "Bitgo DEFI Team <defi-team@bitgo.com>",
|
|
24
24
|
"license": "MIT",
|
|
@@ -44,5 +44,8 @@
|
|
|
44
44
|
".ts"
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "c3df6d35f18d6d1b2588dddaf08a0f3d092c6d39",
|
|
48
|
+
"files": [
|
|
49
|
+
"dist"
|
|
50
|
+
]
|
|
48
51
|
}
|
package/.eslintignore
DELETED