@bitgo-beta/abstract-eth 1.0.2-beta.683 → 1.0.2-beta.684

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ # [22.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.8.0...@bitgo/abstract-eth@22.0.0) (2024-08-20)
7
+
8
+ ### Features
9
+
10
+ - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
11
+ - **sdk-coin-etc:** non-bitgo recovery support for wrw ([017155b](https://github.com/BitGo/BitGoJS/commit/017155b5a9b008377189bc94b69ed4b45d8004fe))
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ - clients using challenge
16
+ generation & TSS Recovery functions must now
17
+ install @bitgo/sdk-opensslbytes separately &
18
+ provide the openSSLBytes WASM themselves.
19
+
20
+ Ticket: CE-4329
21
+
6
22
  ## [21.8.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.8.0...@bitgo/abstract-eth@21.8.1) (2024-08-13)
7
23
 
8
24
  **Note:** Version bump only for package @bitgo/abstract-eth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/abstract-eth",
3
- "version": "1.0.2-beta.683",
3
+ "version": "1.0.2-beta.684",
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",
@@ -40,10 +40,10 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-core": "8.2.1-beta.453",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.445",
45
- "@bitgo-beta/statics": "15.1.1-beta.456",
46
- "@bitgo-beta/utxo-lib": "8.0.3-beta.454",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.454",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.446",
45
+ "@bitgo-beta/statics": "15.1.1-beta.457",
46
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.455",
47
47
  "@ethereumjs/common": "^2.6.5",
48
48
  "@ethereumjs/tx": "^3.3.0",
49
49
  "@metamask/eth-sig-util": "^5.0.2",
@@ -59,9 +59,9 @@
59
59
  "superagent": "^9.0.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@bitgo-beta/sdk-api": "1.10.1-beta.452",
63
- "@bitgo-beta/sdk-test": "^8.0.35",
62
+ "@bitgo-beta/sdk-api": "1.10.1-beta.453",
63
+ "@bitgo-beta/sdk-test": "^8.0.36",
64
64
  "secp256k1": "5.0.0"
65
65
  },
66
- "gitHead": "8058aff7b28fa480e30167e62cb07aff3fa9d22b"
66
+ "gitHead": "03705144a39b3f80a1bdda399f40409b7772310d"
67
67
  }