@polymeshassociation/polymesh-sdk 30.0.0-beta.4 → 30.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.
Binary file
package/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
- # [30.0.0-beta.4](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v30.0.0-beta.3...v30.0.0-beta.4) (2026-07-17)
1
+ # [30.1.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v30.0.0...v30.1.0) (2026-07-20)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
+ * 🐛 Add missing pagination params in asset query ([e253852](https://github.com/PolymeshAssociation/polymesh-sdk/commit/e253852b15ee3c9b86fef7c9d9ed3e9a7f6ec71a))
7
+ * 🐛 Add rimraf as dev dep for building docs ([e0ce9ba](https://github.com/PolymeshAssociation/polymesh-sdk/commit/e0ce9ba4b961f480b98af7182bb7d8d916b75dc3))
8
+ * 🐛 emit Idle, Future, and InBlock tx status changes ([f5ba96b](https://github.com/PolymeshAssociation/polymesh-sdk/commit/f5ba96b06bb01bd713c24498d5f7e1b5fe6bf5dc))
9
+ * 🐛 prefer native WebSocket in assertExpectedChainVersion for Workers ([5d61dfa](https://github.com/PolymeshAssociation/polymesh-sdk/commit/5d61dfac9ad6363a8e57fbb295594ae9c3a110e1))
6
10
  * 🐛 Update `getTypeInfo` to remove smart contract logic ([8cfcdd8](https://github.com/PolymeshAssociation/polymesh-sdk/commit/8cfcdd85e51109951da8624e8070476695327c69))
7
11
 
8
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "30.0.0-beta.4",
3
+ "version": "30.1.0",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "types": "./index.d.ts",
6
6
  "engines": {