@bitgo-beta/sdk-coin-polyx 1.0.0-alpha.85 → 1.0.0-alpha.87

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 +18 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.9.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polyx@1.9.2...@bitgo/sdk-coin-polyx@1.9.3) (2025-09-03)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-polyx
9
+
10
+ ## [1.9.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polyx@1.9.1...@bitgo/sdk-coin-polyx@1.9.2) (2025-08-30)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-polyx
13
+
14
+ ## [1.9.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polyx@1.9.0...@bitgo/sdk-coin-polyx@1.9.1) (2025-08-29)
15
+
16
+ **Note:** Version bump only for package @bitgo/sdk-coin-polyx
17
+
18
+ # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polyx@1.8.0...@bitgo/sdk-coin-polyx@1.9.0) (2025-08-27)
19
+
20
+ ### Features
21
+
22
+ - **sdk-coin-polyx:** add support for token enablement ([894459a](https://github.com/BitGo/BitGoJS/commit/894459a49848a2b111cf850429cbb2f8b90d550f))
23
+
6
24
  # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polyx@1.7.2...@bitgo/sdk-coin-polyx@1.8.0) (2025-08-22)
7
25
 
8
26
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-polyx",
3
- "version": "1.0.0-alpha.85",
3
+ "version": "1.0.0-alpha.87",
4
4
  "description": "BitGo SDK coin library for POLYX (Polymesh) coin",
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/abstract-substrate": "1.0.0-alpha.137",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.385",
45
- "@bitgo-beta/sdk-lib-mpc": "8.2.1-alpha.341",
46
- "@bitgo-beta/statics": "10.0.1-alpha.385",
43
+ "@bitgo-beta/abstract-substrate": "1.0.0-alpha.139",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.387",
45
+ "@bitgo-beta/sdk-lib-mpc": "8.2.1-alpha.343",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.387",
47
47
  "@polkadot/api": "14.1.1",
48
48
  "@polkadot/keyring": "13.3.1",
49
49
  "@substrate/txwrapper-core": "7.5.2",
@@ -52,8 +52,8 @@
52
52
  "joi": "^17.4.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@bitgo-beta/sdk-api": "1.6.1-alpha.385",
56
- "@bitgo-beta/sdk-test": "^9.0.5"
55
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.387",
56
+ "@bitgo-beta/sdk-test": "^9.0.9"
57
57
  },
58
- "gitHead": "18be22938f6032fc61c32d94bd029d86d5dc68e8"
58
+ "gitHead": "de4c4462a6c95c8c73a1c7c95e37f808b7b674d4"
59
59
  }