@polymeshassociation/polymesh-sdk 24.5.0-alpha.2 → 24.5.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,11 @@
1
- # [24.5.0-alpha.2](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.5.0-alpha.1...v24.5.0-alpha.2) (2024-05-28)
1
+ # [24.5.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.4.0...v24.5.0) (2024-05-28)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
6
  * 🐛 Update middleware queries to support latest graphql ([15b6015](https://github.com/PolymeshAssociation/polymesh-sdk/commit/15b60158aa07f5a127532e46246ed50330f4e147))
7
+
8
+
9
+ ### Features
10
+
11
+ * 🎸 update polkadot deps + chain types ([f0338b8](https://github.com/PolymeshAssociation/polymesh-sdk/commit/f0338b879d9b396e457648f71ee8ca4505146f54))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "24.5.0-alpha.2",
3
+ "version": "24.5.0",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",