@paraspell/sdk 12.6.1 → 12.6.3

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -479,6 +479,8 @@ console.log(SUPPORTED_PALLETS)
479
479
 
480
480
  - Run end-to-end tests using `pnpm test:e2e`
481
481
 
482
+ - Run full end-to-end tests using `pnpm test:e2e:chopsticks`
483
+
482
484
  - Run all core tests and checks using `pnpm runAll`
483
485
 
484
486
  > [!NOTE]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk",
3
- "version": "12.6.1",
3
+ "version": "12.6.3",
4
4
  "description": "SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "@polkadot-labs/hdkd": "^0.0.26",
29
29
  "@polkadot-labs/hdkd-helpers": "^0.0.27",
30
30
  "viem": "2.45.0",
31
- "@paraspell/sdk-core": "12.6.1"
31
+ "@paraspell/sdk-core": "12.6.3"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "polkadot-api": ">= 1.23.3 < 2"