@paraspell/sdk 11.2.2 → 11.2.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/dist/index.cjs +7 -9
- package/dist/index.mjs +7 -9
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -262,19 +262,17 @@ function _regeneratorDefine(e, r, n, t) {
|
|
|
262
262
|
i = 0;
|
|
263
263
|
}
|
|
264
264
|
_regeneratorDefine = function (e, r, n, t) {
|
|
265
|
-
|
|
265
|
+
function o(r, n) {
|
|
266
|
+
_regeneratorDefine(e, r, function (e) {
|
|
267
|
+
return this._invoke(r, n, e);
|
|
268
|
+
});
|
|
269
|
+
}
|
|
270
|
+
r ? i ? i(e, r, {
|
|
266
271
|
value: n,
|
|
267
272
|
enumerable: !t,
|
|
268
273
|
configurable: !t,
|
|
269
274
|
writable: !t
|
|
270
|
-
}) : e[r] = n;
|
|
271
|
-
function o(r, n) {
|
|
272
|
-
_regeneratorDefine(e, r, function (e) {
|
|
273
|
-
return this._invoke(r, n, e);
|
|
274
|
-
});
|
|
275
|
-
}
|
|
276
|
-
o("next", 0), o("throw", 1), o("return", 2);
|
|
277
|
-
}
|
|
275
|
+
}) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
|
|
278
276
|
}, _regeneratorDefine(e, r, n, t);
|
|
279
277
|
}
|
|
280
278
|
function _slicedToArray(r, e) {
|
package/dist/index.mjs
CHANGED
|
@@ -261,19 +261,17 @@ function _regeneratorDefine(e, r, n, t) {
|
|
|
261
261
|
i = 0;
|
|
262
262
|
}
|
|
263
263
|
_regeneratorDefine = function (e, r, n, t) {
|
|
264
|
-
|
|
264
|
+
function o(r, n) {
|
|
265
|
+
_regeneratorDefine(e, r, function (e) {
|
|
266
|
+
return this._invoke(r, n, e);
|
|
267
|
+
});
|
|
268
|
+
}
|
|
269
|
+
r ? i ? i(e, r, {
|
|
265
270
|
value: n,
|
|
266
271
|
enumerable: !t,
|
|
267
272
|
configurable: !t,
|
|
268
273
|
writable: !t
|
|
269
|
-
}) : e[r] = n;
|
|
270
|
-
function o(r, n) {
|
|
271
|
-
_regeneratorDefine(e, r, function (e) {
|
|
272
|
-
return this._invoke(r, n, e);
|
|
273
|
-
});
|
|
274
|
-
}
|
|
275
|
-
o("next", 0), o("throw", 1), o("return", 2);
|
|
276
|
-
}
|
|
274
|
+
}) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
|
|
277
275
|
}, _regeneratorDefine(e, r, n, t);
|
|
278
276
|
}
|
|
279
277
|
function _slicedToArray(r, e) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.4",
|
|
4
4
|
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@noble/hashes": "^1.8.0",
|
|
27
|
-
"viem": "^2.
|
|
28
|
-
"@paraspell/sdk-core": "11.2.
|
|
27
|
+
"viem": "^2.36.0",
|
|
28
|
+
"@paraspell/sdk-core": "11.2.4"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"polkadot-api": ">= 1.
|
|
31
|
+
"polkadot-api": ">= 1.16.3 < 2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
35
|
-
"@babel/preset-env": "^7.28.
|
|
35
|
+
"@babel/preset-env": "^7.28.3",
|
|
36
36
|
"@codecov/rollup-plugin": "^1.9.1",
|
|
37
37
|
"@noble/curves": "^1.9.6",
|
|
38
38
|
"@polkadot-labs/hdkd": "^0.0.20",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@rollup/plugin-babel": "^6.0.4",
|
|
41
41
|
"@rollup/plugin-json": "^6.1.0",
|
|
42
42
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
43
|
-
"@scure/bip32": "^
|
|
44
|
-
"@scure/bip39": "^
|
|
43
|
+
"@scure/bip32": "^2.0.0",
|
|
44
|
+
"@scure/bip39": "^2.0.0",
|
|
45
45
|
"@vitest/coverage-v8": "^3.2.4",
|
|
46
46
|
"axios": "^1.11.0",
|
|
47
47
|
"dotenv": "^17.2.1",
|
|
48
48
|
"prettier": "^3.6.2",
|
|
49
|
-
"rollup": "^4.
|
|
50
|
-
"rollup-plugin-dts": "^6.2.
|
|
49
|
+
"rollup": "^4.50.0",
|
|
50
|
+
"rollup-plugin-dts": "^6.2.3",
|
|
51
51
|
"tslib": "^2.8.1"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|