@bitgo/abstract-eth 1.2.7 → 1.2.8
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/CHANGELOG.md +4 -0
- package/dist/tsconfig.tsbuildinfo +4 -4
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.7...@bitgo/abstract-eth@1.2.8) (2022-12-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-eth
|
|
9
|
+
|
|
6
10
|
## [1.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.6...@bitgo/abstract-eth@1.2.7) (2022-12-06)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @bitgo/abstract-eth
|
|
@@ -387,8 +387,8 @@
|
|
|
387
387
|
"affectsGlobalScope": false
|
|
388
388
|
},
|
|
389
389
|
"../../statics/dist/src/base.d.ts": {
|
|
390
|
-
"version": "
|
|
391
|
-
"signature": "
|
|
390
|
+
"version": "905700eb7d46efbc8a2c7506352b21470601531b1d0281c11427460fa15837d7",
|
|
391
|
+
"signature": "905700eb7d46efbc8a2c7506352b21470601531b1d0281c11427460fa15837d7",
|
|
392
392
|
"affectsGlobalScope": false
|
|
393
393
|
},
|
|
394
394
|
"../../statics/dist/src/map.d.ts": {
|
|
@@ -2027,8 +2027,8 @@
|
|
|
2027
2027
|
"affectsGlobalScope": false
|
|
2028
2028
|
},
|
|
2029
2029
|
"../../sdk-coin-eth/dist/src/lib/walletutil.d.ts": {
|
|
2030
|
-
"version": "
|
|
2031
|
-
"signature": "
|
|
2030
|
+
"version": "9e77214de332a5d4ed04e1b99f4deaaf31bae5f36524260504b9f24e08912488",
|
|
2031
|
+
"signature": "9e77214de332a5d4ed04e1b99f4deaaf31bae5f36524260504b9f24e08912488",
|
|
2032
2032
|
"affectsGlobalScope": false
|
|
2033
2033
|
},
|
|
2034
2034
|
"../../sdk-coin-eth/dist/src/lib/index.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/abstract-eth",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"description": "BitGo SDK coin library for ETH base implementation",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@bitgo/sdk-coin-eth": "^2.
|
|
41
|
-
"@bitgo/sdk-core": "^4.2.
|
|
42
|
-
"@bitgo/statics": "^12.1.
|
|
40
|
+
"@bitgo/sdk-coin-eth": "^2.9.0",
|
|
41
|
+
"@bitgo/sdk-core": "^4.2.1",
|
|
42
|
+
"@bitgo/statics": "^12.1.1",
|
|
43
43
|
"@bitgo/utxo-lib": "^7.1.0",
|
|
44
44
|
"bignumber.js": "^8.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "74b4cbf831a01fcffbec102cfba82325752f6023"
|
|
47
47
|
}
|