@polymeshassociation/polymesh-sdk 25.1.0-alpha.2 → 25.1.0

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,6 +1,12 @@
1
- # [25.1.0-alpha.2](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v25.1.0-alpha.1...v25.1.0-alpha.2) (2024-09-18)
1
+ # [25.1.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v25.0.0...v25.1.0) (2024-09-18)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
6
  * 🐛 allow asset requirements with custom types to be read ([89ae07f](https://github.com/PolymeshAssociation/polymesh-sdk/commit/89ae07f6a6b4cf5af567bfd61a21ae8caf234cfd))
7
+ * 🐛 allow joined account to accept join identity auth ([afe08b5](https://github.com/PolymeshAssociation/polymesh-sdk/commit/afe08b5ce4b1d1e9fb7fdecf3a079240eb8eb841))
8
+
9
+
10
+ ### Features
11
+
12
+ * 🎸 update chain types to latest ([edc5a23](https://github.com/PolymeshAssociation/polymesh-sdk/commit/edc5a23e308bee11c00b2834e66c639f4549c19d))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "25.1.0-alpha.2",
3
+ "version": "25.1.0",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",