@paraspell/sdk 13.2.1 → 13.2.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -92,7 +92,7 @@ import * as paraspell from '@paraspell/sdk'
92
92
  >
93
93
  > **Latest news:**
94
94
  > - abstractDecimals is now turned on by default!
95
- > - PAPI V2 available from version 13.2.0 onwards!
95
+ > - PAPI V2 available from version 13.2.2 onwards!
96
96
 
97
97
  ### Sending XCM
98
98
  For full documentation on XCM Transfers head over to [official documentation](https://paraspell.github.io/docs/sdk/xcmPallet.html).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk",
3
- "version": "13.2.1",
3
+ "version": "13.2.2",
4
4
  "description": "SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "@polkadot-labs/hdkd": "^0.0.27",
28
28
  "@polkadot-labs/hdkd-helpers": "^0.0.28",
29
29
  "viem": "^2.47.6",
30
- "@paraspell/sdk-core": "13.2.1"
30
+ "@paraspell/sdk-core": "13.2.2"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "polkadot-api": ">= 2 < 3"