@bitgo-beta/sdk-coin-polygon 1.3.3-alpha.276 → 1.3.3-alpha.278

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 +10 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.35...@bitgo/sdk-coin-polygon@21.0.38) (2025-03-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
11
+
12
+ ## [21.0.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.35...@bitgo/sdk-coin-polygon@21.0.37) (2025-02-26)
13
+
14
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
15
+
6
16
  ## [21.0.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.35...@bitgo/sdk-coin-polygon@21.0.36) (2025-02-20)
7
17
 
8
18
  **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.276",
3
+ "version": "1.3.3-alpha.278",
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,19 +40,19 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.280",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.280",
45
- "@bitgo-beta/secp256k1": "1.0.1-alpha.238",
46
- "@bitgo-beta/sjcl": "1.0.1-alpha.230",
47
- "@bitgo-beta/statics": "10.0.1-alpha.280",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.282",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.282",
45
+ "@bitgo-beta/secp256k1": "1.0.1-alpha.240",
46
+ "@bitgo-beta/sjcl": "1.0.1-alpha.232",
47
+ "@bitgo-beta/statics": "10.0.1-alpha.282",
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.280",
54
- "@bitgo-beta/sdk-test": "^8.0.72",
53
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.282",
54
+ "@bitgo-beta/sdk-test": "^8.0.74",
55
55
  "secp256k1": "5.0.1"
56
56
  },
57
- "gitHead": "a66cb523a7e2df3a536729f4b0c716763632d3d1"
57
+ "gitHead": "a148f9260fe567e13206553b662163cbecc92880"
58
58
  }