@paraspell/assets 11.2.2 → 11.2.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.
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -17122,8 +17122,8 @@ var IntegriteePaseo = {
|
|
|
17122
17122
|
nativeAssetSymbol: "TEER",
|
|
17123
17123
|
isEVM: false,
|
|
17124
17124
|
ss58Prefix: 13,
|
|
17125
|
-
supportsDryRunApi:
|
|
17126
|
-
supportsXcmPaymentApi:
|
|
17125
|
+
supportsDryRunApi: true,
|
|
17126
|
+
supportsXcmPaymentApi: true,
|
|
17127
17127
|
nativeAssets: [
|
|
17128
17128
|
{
|
|
17129
17129
|
symbol: "TEER",
|
package/dist/index.mjs
CHANGED
|
@@ -17120,8 +17120,8 @@ var IntegriteePaseo = {
|
|
|
17120
17120
|
nativeAssetSymbol: "TEER",
|
|
17121
17121
|
isEVM: false,
|
|
17122
17122
|
ss58Prefix: 13,
|
|
17123
|
-
supportsDryRunApi:
|
|
17124
|
-
supportsXcmPaymentApi:
|
|
17123
|
+
supportsDryRunApi: true,
|
|
17124
|
+
supportsXcmPaymentApi: true,
|
|
17125
17125
|
nativeAssets: [
|
|
17126
17126
|
{
|
|
17127
17127
|
symbol: "TEER",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/assets",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.3",
|
|
4
4
|
"description": "Assets for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@paraspell/sdk-common": "11.2.
|
|
26
|
+
"@paraspell/sdk-common": "11.2.3"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
30
|
-
"@babel/preset-env": "^7.28.
|
|
30
|
+
"@babel/preset-env": "^7.28.3",
|
|
31
31
|
"@codecov/rollup-plugin": "^1.9.1",
|
|
32
|
-
"@polkadot/api": "^16.4.
|
|
33
|
-
"@polkadot/types": "^16.4.
|
|
32
|
+
"@polkadot/api": "^16.4.6",
|
|
33
|
+
"@polkadot/types": "^16.4.6",
|
|
34
34
|
"@rollup/plugin-babel": "^6.0.4",
|
|
35
35
|
"@rollup/plugin-json": "^6.1.0",
|
|
36
36
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@vitest/coverage-v8": "^3.2.4",
|
|
39
39
|
"dotenv": "^17.2.1",
|
|
40
40
|
"prettier": "^3.6.2",
|
|
41
|
-
"rollup": "^4.
|
|
42
|
-
"rollup-plugin-dts": "^6.2.
|
|
41
|
+
"rollup": "^4.50.0",
|
|
42
|
+
"rollup-plugin-dts": "^6.2.3",
|
|
43
43
|
"ts-node": "^10.9.2",
|
|
44
|
-
"viem": "^2.
|
|
44
|
+
"viem": "^2.36.0"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"compile": "tsc --noEmit",
|