@polymeshassociation/polymesh-sdk 29.0.0-next.3 โ 29.0.0-next.4
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/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
# [29.0.0-next.
|
|
1
|
+
# [29.0.0-next.4](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v29.0.0-next.3...v29.0.0-next.4) (2025-08-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* ๐
|
|
7
|
-
* ๐ return ResultSet for getHistoricalInstructions ([080b110](https://github.com/PolymeshAssociation/polymesh-sdk/commit/080b110ab18b7120af8565572c5a155b236bebbc))
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### BREAKING CHANGES
|
|
11
|
-
|
|
12
|
-
* ๐งจ changes data structure returned by methods
|
|
13
|
-
(Identity.getHistoricalInstructions &
|
|
14
|
-
Settlements.getHistoricalInstructions)
|
|
6
|
+
* ๐ fix import not found error ([a2632be](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a2632be339063ea2bf76d3e1cecd45ce90246326))
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polymeshassociation/polymesh-sdk",
|
|
3
|
-
"version": "29.0.0-next.
|
|
3
|
+
"version": "29.0.0-next.4",
|
|
4
4
|
"description": "High-level API to interact with the Polymesh blockchain",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"engines": {
|
|
@@ -59,7 +59,6 @@
|
|
|
59
59
|
"@polkadot/dev-ts": "^0.79.3",
|
|
60
60
|
"@polkadot/typegen": "11.2.1",
|
|
61
61
|
"@polymeshassociation/local-signing-manager": "^3.0.1",
|
|
62
|
-
"@polymeshassociation/polymesh-types": "^6.2.0",
|
|
63
62
|
"@polymeshassociation/signing-manager-types": "^3.0.0",
|
|
64
63
|
"@polymeshassociation/typedoc-theme": "^1.2.0",
|
|
65
64
|
"@semantic-release/changelog": "^6.0.3",
|
|
@@ -127,6 +126,7 @@
|
|
|
127
126
|
"@polkadot/api": "11.2.1",
|
|
128
127
|
"@polkadot/util": "12.6.2",
|
|
129
128
|
"@polkadot/util-crypto": "12.6.2",
|
|
129
|
+
"@polymeshassociation/polymesh-types": "^6.2.0",
|
|
130
130
|
"bignumber.js": "9.0.1",
|
|
131
131
|
"cross-fetch": "^4.0.0",
|
|
132
132
|
"dayjs": "1.11.9",
|