@polymeshassociation/polymesh-sdk 31.1.0-beta.13 → 31.1.0-beta.14
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,6 +1,6 @@
|
|
|
1
|
-
# [31.1.0-beta.
|
|
1
|
+
# [31.1.0-beta.14](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v31.1.0-beta.13...v31.1.0-beta.14) (2026-09-14)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* 🎸
|
|
6
|
+
* 🎸 depend on polymesh-types 7.6.0 ([af2e4f6](https://github.com/PolymeshAssociation/polymesh-sdk/commit/af2e4f6bc9d1c187ac947092dd5ed66a6a8bb0f8))
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polymeshassociation/polymesh-sdk",
|
|
3
|
-
"version": "31.1.0-beta.
|
|
3
|
+
"version": "31.1.0-beta.14",
|
|
4
4
|
"description": "High-level API to interact with the Polymesh blockchain",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"engines": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@polkadot/types-codec": "16.5.2",
|
|
124
124
|
"@polkadot/util": "13.5.9",
|
|
125
125
|
"@polkadot/util-crypto": "13.5.9",
|
|
126
|
-
"@polymeshassociation/polymesh-types": "^7.
|
|
126
|
+
"@polymeshassociation/polymesh-types": "^7.6.0",
|
|
127
127
|
"bignumber.js": "^9.0.1",
|
|
128
128
|
"dayjs": "1.11.9",
|
|
129
129
|
"graphql": "^16.8.0",
|
|
Binary file
|