@bitgo-beta/sdk-coin-polygon 1.3.3-alpha.188 → 1.3.3-alpha.189

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 +15 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
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
+ # [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.13...@bitgo/sdk-coin-polygon@21.0.0) (2024-08-20)
7
+
8
+ ### Features
9
+
10
+ - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - clients using challenge
15
+ generation & TSS Recovery functions must now
16
+ install @bitgo/sdk-opensslbytes separately &
17
+ provide the openSSLBytes WASM themselves.
18
+
19
+ Ticket: CE-4329
20
+
6
21
  ## [20.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.13...@bitgo/sdk-coin-polygon@20.5.14) (2024-08-13)
7
22
 
8
23
  **Note:** Version bump only for package @bitgo/sdk-coin-polygon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-polygon",
3
- "version": "1.3.3-alpha.188",
3
+ "version": "1.3.3-alpha.189",
4
4
  "description": "BitGo SDK coin library for Polygon",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,20 +40,20 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.190",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.190",
45
- "@bitgo-beta/sjcl": "1.0.1-alpha.139",
46
- "@bitgo-beta/statics": "10.0.1-alpha.190",
47
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.190",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.191",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.191",
45
+ "@bitgo-beta/sjcl": "1.0.1-alpha.140",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.191",
47
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.191",
48
48
  "@ethereumjs/common": "^2.6.5",
49
49
  "ethereumjs-util": "7.1.5",
50
50
  "ethers": "^5.1.3"
51
51
  },
52
52
  "devDependencies": {
53
- "@bitgo-beta/sdk-api": "1.6.1-alpha.190",
54
- "@bitgo-beta/sdk-opensslbytes": "1.0.1-alpha.9",
55
- "@bitgo-beta/sdk-test": "^8.0.35",
53
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.191",
54
+ "@bitgo-beta/sdk-opensslbytes": "1.0.1-alpha.10",
55
+ "@bitgo-beta/sdk-test": "^8.0.36",
56
56
  "secp256k1": "5.0.0"
57
57
  },
58
- "gitHead": "49f1b02059f6ec1df2907ec9af7639b06c25f108"
58
+ "gitHead": "f7e50d5af99c9b8420d80f391249a017a5945ef6"
59
59
  }