@bitgo/abstract-eth 1.2.9 → 1.2.10
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 +8 -8
- package/package.json +6 -6
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.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.9...@bitgo/abstract-eth@1.2.10) (2022-12-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/abstract-eth
|
|
9
|
+
|
|
6
10
|
## [1.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.8...@bitgo/abstract-eth@1.2.9) (2022-12-20)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @bitgo/abstract-eth
|
|
@@ -427,8 +427,8 @@
|
|
|
427
427
|
"affectsGlobalScope": false
|
|
428
428
|
},
|
|
429
429
|
"../../statics/dist/src/index.d.ts": {
|
|
430
|
-
"version": "
|
|
431
|
-
"signature": "
|
|
430
|
+
"version": "5896adafae00503bcfc62403ed7e03d89f95471ae563be2f67ed23dbc2e51d4f",
|
|
431
|
+
"signature": "5896adafae00503bcfc62403ed7e03d89f95471ae563be2f67ed23dbc2e51d4f",
|
|
432
432
|
"affectsGlobalScope": false
|
|
433
433
|
},
|
|
434
434
|
"../../../node_modules/bitcoinjs-lib/src/networks.d.ts": {
|
|
@@ -1437,13 +1437,13 @@
|
|
|
1437
1437
|
"affectsGlobalScope": false
|
|
1438
1438
|
},
|
|
1439
1439
|
"../../sdk-core/dist/src/bitgo/wallet/iwallet.d.ts": {
|
|
1440
|
-
"version": "
|
|
1441
|
-
"signature": "
|
|
1440
|
+
"version": "1c340c78108b0a3260935108ad82b5d6a47d9ab8f01ecb42f272119e64aa929a",
|
|
1441
|
+
"signature": "1c340c78108b0a3260935108ad82b5d6a47d9ab8f01ecb42f272119e64aa929a",
|
|
1442
1442
|
"affectsGlobalScope": false
|
|
1443
1443
|
},
|
|
1444
1444
|
"../../sdk-core/dist/src/bitgo/wallet/wallet.d.ts": {
|
|
1445
|
-
"version": "
|
|
1446
|
-
"signature": "
|
|
1445
|
+
"version": "60de8e2ee0d2628bbeff74bfd35f0ee83b26eeebbb4f388c090ec64a5335b0c3",
|
|
1446
|
+
"signature": "60de8e2ee0d2628bbeff74bfd35f0ee83b26eeebbb4f388c090ec64a5335b0c3",
|
|
1447
1447
|
"affectsGlobalScope": false
|
|
1448
1448
|
},
|
|
1449
1449
|
"../../sdk-core/dist/src/bitgo/wallet/iwallets.d.ts": {
|
|
@@ -1952,8 +1952,8 @@
|
|
|
1952
1952
|
"affectsGlobalScope": false
|
|
1953
1953
|
},
|
|
1954
1954
|
"../../sdk-coin-eth/dist/src/eth.d.ts": {
|
|
1955
|
-
"version": "
|
|
1956
|
-
"signature": "
|
|
1955
|
+
"version": "7d5eac61a8077b2471c054078bbfe1099d159af2bcf1c67a7ccc777a4009ad1e",
|
|
1956
|
+
"signature": "7d5eac61a8077b2471c054078bbfe1099d159af2bcf1c67a7ccc777a4009ad1e",
|
|
1957
1957
|
"affectsGlobalScope": false
|
|
1958
1958
|
},
|
|
1959
1959
|
"../../sdk-coin-eth/dist/src/erc20token.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.10",
|
|
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": "^
|
|
41
|
-
"@bitgo/sdk-core": "^
|
|
42
|
-
"@bitgo/statics": "^13.
|
|
43
|
-
"@bitgo/utxo-lib": "^7.
|
|
40
|
+
"@bitgo/sdk-coin-eth": "^3.0.0",
|
|
41
|
+
"@bitgo/sdk-core": "^5.0.0",
|
|
42
|
+
"@bitgo/statics": "^13.1.0",
|
|
43
|
+
"@bitgo/utxo-lib": "^7.3.0",
|
|
44
44
|
"bignumber.js": "^8.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "616cbcf54bb14f98ca7c8b3d5ba421a9c7e7eebd"
|
|
47
47
|
}
|