@polymeshassociation/polymesh-sdk 24.8.0-alpha.1 โ†’ 25.0.0-beta.1

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # [24.8.0-alpha.1](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.7.0...v24.8.0-alpha.1) (2024-09-06)
1
+ # [25.0.0-beta.1](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.7.0...v25.0.0-beta.1) (2024-09-10)
2
2
 
3
3
 
4
4
  ### Bug Fixes
@@ -8,4 +8,10 @@
8
8
 
9
9
  ### Features
10
10
 
11
+ * ๐ŸŽธ `getLegs` can now return off-chain legs ([fbf6718](https://github.com/PolymeshAssociation/polymesh-sdk/commit/fbf6718e4aa3f771855a12432d9256eb2edb3989))
11
12
  * ๐ŸŽธ allow modify required signatures for multiSig ([7e28582](https://github.com/PolymeshAssociation/polymesh-sdk/commit/7e285826235515c593b8fad9dedf0abebb855ff2))
13
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * ๐Ÿงจ getLegs may return off-chain legs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "24.8.0-alpha.1",
3
+ "version": "25.0.0-beta.1",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",