@bitgo-beta/abstract-eth 1.0.2-beta.109 → 1.0.2-beta.110
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 +6 -4
- 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
|
|
@@ -697,8 +697,8 @@
|
|
|
697
697
|
"affectsGlobalScope": false
|
|
698
698
|
},
|
|
699
699
|
"../../utxo-lib/dist/src/bitgo/wallet/Unspent.d.ts": {
|
|
700
|
-
"version": "
|
|
701
|
-
"signature": "
|
|
700
|
+
"version": "3e30d7bbc8ba2a8448d45eb5e1a2081ee32822354424c4d37b2a60502eafe31a",
|
|
701
|
+
"signature": "3e30d7bbc8ba2a8448d45eb5e1a2081ee32822354424c4d37b2a60502eafe31a",
|
|
702
702
|
"affectsGlobalScope": false
|
|
703
703
|
},
|
|
704
704
|
"../../utxo-lib/dist/src/bitgo/wallet/Psbt.d.ts": {
|
|
@@ -4063,7 +4063,8 @@
|
|
|
4063
4063
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
4064
4064
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts",
|
|
4065
4065
|
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
4066
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
4066
|
+
"../../utxo-lib/dist/src/index.d.ts",
|
|
4067
|
+
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
4067
4068
|
],
|
|
4068
4069
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts": [
|
|
4069
4070
|
"../../../node_modules/bip32/types/index.d.ts",
|
|
@@ -6475,7 +6476,8 @@
|
|
|
6475
6476
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts",
|
|
6476
6477
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletUnspentSigner.d.ts",
|
|
6477
6478
|
"../../utxo-lib/dist/src/bitgo/wallet/chains.d.ts",
|
|
6478
|
-
"../../utxo-lib/dist/src/index.d.ts"
|
|
6479
|
+
"../../utxo-lib/dist/src/index.d.ts",
|
|
6480
|
+
"../../utxo-lib/node_modules/@types/node/ts4.8/index.d.ts"
|
|
6479
6481
|
],
|
|
6480
6482
|
"../../utxo-lib/dist/src/bitgo/wallet/WalletKeys.d.ts": [
|
|
6481
6483
|
"../../../node_modules/bip32/types/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/abstract-eth",
|
|
3
|
-
"version": "1.0.2-beta.
|
|
3
|
+
"version": "1.0.2-beta.110",
|
|
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-beta/sdk-coin-eth": "1.1.1-beta.
|
|
41
|
-
"@bitgo-beta/sdk-core": "1.1.1-beta.
|
|
42
|
-
"@bitgo-beta/statics": "7.0.1-beta.
|
|
43
|
-
"@bitgo-beta/utxo-lib": "2.4.2-beta.
|
|
40
|
+
"@bitgo-beta/sdk-coin-eth": "1.1.1-beta.110",
|
|
41
|
+
"@bitgo-beta/sdk-core": "1.1.1-beta.111",
|
|
42
|
+
"@bitgo-beta/statics": "7.0.1-beta.111",
|
|
43
|
+
"@bitgo-beta/utxo-lib": "2.4.2-beta.111",
|
|
44
44
|
"bignumber.js": "^8.0.1"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "31c46c674b4b15f636fd56b3150d1c64fb6a512e"
|
|
47
47
|
}
|