@paraspell/sdk 10.8.0 → 10.8.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.
package/dist/index.cjs CHANGED
@@ -200,7 +200,7 @@ function _regenerator() {
200
200
  i = p[t],
201
201
  d = G.p,
202
202
  l = i[2];
203
- r > 3 ? (o = l === n) && (c = i[4] || 3, u = i[5] === e ? i[3] : i[5], i[4] = 3, i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
203
+ r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
204
204
  }
205
205
  if (o || r > 1) return a;
206
206
  throw y = true, n;
package/dist/index.mjs CHANGED
@@ -199,7 +199,7 @@ function _regenerator() {
199
199
  i = p[t],
200
200
  d = G.p,
201
201
  l = i[2];
202
- r > 3 ? (o = l === n) && (c = i[4] || 3, u = i[5] === e ? i[3] : i[5], i[4] = 3, i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
202
+ r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
203
203
  }
204
204
  if (o || r > 1) return a;
205
205
  throw y = true, n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk",
3
- "version": "10.8.0",
3
+ "version": "10.8.2",
4
4
  "description": "SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,29 +24,29 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@noble/hashes": "^1.8.0",
27
- "viem": "^2.30.5",
28
- "@paraspell/sdk-core": "10.8.0"
27
+ "viem": "^2.31.6",
28
+ "@paraspell/sdk-core": "10.8.2"
29
29
  },
30
30
  "peerDependencies": {
31
- "polkadot-api": ">= 1.13.0 < 2"
31
+ "polkadot-api": ">= 1.14.1 < 2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/plugin-syntax-import-attributes": "^7.27.1",
35
35
  "@babel/preset-env": "^7.27.2",
36
36
  "@codecov/rollup-plugin": "^1.9.1",
37
- "@noble/curves": "^1.9.1",
38
- "@polkadot-labs/hdkd": "^0.0.16",
39
- "@polkadot-labs/hdkd-helpers": "^0.0.16",
37
+ "@noble/curves": "^1.9.2",
38
+ "@polkadot-labs/hdkd": "^0.0.19",
39
+ "@polkadot-labs/hdkd-helpers": "^0.0.19",
40
40
  "@rollup/plugin-babel": "^6.0.4",
41
41
  "@rollup/plugin-json": "^6.1.0",
42
- "@rollup/plugin-typescript": "^12.1.2",
42
+ "@rollup/plugin-typescript": "^12.1.4",
43
43
  "@scure/bip32": "^1.7.0",
44
44
  "@scure/bip39": "^1.6.0",
45
- "@vitest/coverage-v8": "^3.1.4",
46
- "axios": "^1.9.0",
47
- "dotenv": "^16.5.0",
48
- "prettier": "^3.5.3",
49
- "rollup": "^4.41.1",
45
+ "@vitest/coverage-v8": "^3.2.4",
46
+ "axios": "^1.10.0",
47
+ "dotenv": "^17.0.0",
48
+ "prettier": "^3.6.2",
49
+ "rollup": "^4.44.1",
50
50
  "rollup-plugin-dts": "^6.2.1",
51
51
  "tslib": "^2.8.1"
52
52
  },