@polymeshassociation/polymesh-sdk 24.4.0-alpha.9 → 24.4.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,22 @@
1
- # [24.4.0-alpha.9](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.4.0-alpha.8...v24.4.0-alpha.9) (2024-05-23)
1
+ # [24.4.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.3.0...v24.4.0) (2024-05-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 🐛 allow non-agents to pre-approve assets ([1ac7b64](https://github.com/PolymeshAssociation/polymesh-sdk/commit/1ac7b6467eb241cb26563cdfdc8d077ea82f9c83))
7
+ * 🐛 error thrown for tx batch containing single tx ([e1bd51e](https://github.com/PolymeshAssociation/polymesh-sdk/commit/e1bd51e58092f9b6358d1d2f4ed0d139865b3297))
8
+ * 🐛 Update `IssueNftParams` to include portfolio correctly ([9a50821](https://github.com/PolymeshAssociation/polymesh-sdk/commit/9a50821741f91a8adbd7acdc22b000deae48b7cf))
2
9
 
3
10
 
4
11
  ### Features
5
12
 
13
+ * 🎸 add 6.3 support ([b795e83](https://github.com/PolymeshAssociation/polymesh-sdk/commit/b795e837b00ee0af560f52da9cb7aeeb83ae34e7))
14
+ * 🎸 Add option to issue tokens in a specific portfolio ([5106be5](https://github.com/PolymeshAssociation/polymesh-sdk/commit/5106be51d6b488ee8f1d00be9e36f1ace19c8864))
15
+ * 🎸 adjust permissioned account type for account ([5b605c0](https://github.com/PolymeshAssociation/polymesh-sdk/commit/5b605c03f591e10c206f8485e865ead4cd43ce19))
6
16
  * 🎸 allow balances pallet to be subsidized ([a12eb8d](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a12eb8d7bae3c746717570b4a0b2c1092768eb26))
17
+ * 🎸 allow special characters for ticker ([7258de0](https://github.com/PolymeshAssociation/polymesh-sdk/commit/7258de0d075e6ae1cb75f93a94455d72fa39665f))
18
+ * 🎸 ensure from and to have valid CDD for addInstruction ([13cbb85](https://github.com/PolymeshAssociation/polymesh-sdk/commit/13cbb85c1c81d232e445e542d3e5ad9effec8889))
19
+ * 🎸 update polkadot deps to latest ([0d05e22](https://github.com/PolymeshAssociation/polymesh-sdk/commit/0d05e2260945406a0c30096e42f1a989fef75d45))
20
+ * 🎸 update polymesh types to latest ([b05f892](https://github.com/PolymeshAssociation/polymesh-sdk/commit/b05f892f508b6bdb5bb4a4b74ad86157d60f3723))
21
+ * 🎸 update supportsSubsidy list to allow identity pallet ([76623f6](https://github.com/PolymeshAssociation/polymesh-sdk/commit/76623f6bb71a75dc24234d5f68eb7dc49d77d1f4))
22
+ * 🎸 Use Runtime API calls to replace RPC wrapped calls ([c929ea8](https://github.com/PolymeshAssociation/polymesh-sdk/commit/c929ea851a11629fe23b13c0565032992cfe3b27))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "24.4.0-alpha.9",
3
+ "version": "24.4.0",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",