@bitgo-beta/sdk-coin-polygon 1.3.3-alpha.194 → 1.3.3-alpha.196

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 +19 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.0...@bitgo/sdk-coin-polygon@21.0.1) (2024-08-27)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
9
+
10
+ # [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)
11
+
12
+ ### Features
13
+
14
+ - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ - clients using challenge
19
+ generation & TSS Recovery functions must now
20
+ install @bitgo/sdk-opensslbytes separately &
21
+ provide the openSSLBytes WASM themselves.
22
+
23
+ Ticket: CE-4329
24
+
6
25
  ## [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
26
 
8
27
  **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.194",
3
+ "version": "1.3.3-alpha.196",
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.196",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.196",
45
- "@bitgo-beta/sjcl": "1.0.1-alpha.145",
46
- "@bitgo-beta/statics": "10.0.1-alpha.196",
47
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.196",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.198",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.198",
45
+ "@bitgo-beta/sjcl": "1.0.1-alpha.147",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.198",
47
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.198",
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.196",
54
- "@bitgo-beta/sdk-opensslbytes": "1.0.1-alpha.15",
55
- "@bitgo-beta/sdk-test": "^8.0.35",
53
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.198",
54
+ "@bitgo-beta/sdk-opensslbytes": "1.0.1-alpha.17",
55
+ "@bitgo-beta/sdk-test": "^8.0.37",
56
56
  "secp256k1": "5.0.0"
57
57
  },
58
- "gitHead": "1ffc513ed3d6a57deb937cc0e6df440962e48039"
58
+ "gitHead": "03281ffc1237ee850158fe0fd1c0536579a7112e"
59
59
  }