@paraspell/swap 12.9.4 → 12.9.6

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/dist/index.mjs +2 -68
  2. package/package.json +17 -17
package/dist/index.mjs CHANGED
@@ -5346,40 +5346,6 @@ var AcalaDex = {
5346
5346
  }
5347
5347
  }
5348
5348
  ],
5349
- [
5350
- {
5351
- parents: 1,
5352
- interior: {
5353
- X2: [
5354
- {
5355
- Parachain: 2000
5356
- },
5357
- {
5358
- GeneralKey: {
5359
- length: 2,
5360
- data: "0x0000000000000000000000000000000000000000000000000000000000000000"
5361
- }
5362
- }
5363
- ]
5364
- }
5365
- },
5366
- {
5367
- parents: 1,
5368
- interior: {
5369
- X2: [
5370
- {
5371
- Parachain: 2032
5372
- },
5373
- {
5374
- GeneralKey: {
5375
- length: 2,
5376
- data: "0x0001000000000000000000000000000000000000000000000000000000000000"
5377
- }
5378
- }
5379
- ]
5380
- }
5381
- }
5382
- ],
5383
5349
  [
5384
5350
  {
5385
5351
  parents: 1,
@@ -5864,40 +5830,6 @@ var AcalaDex = {
5864
5830
  }
5865
5831
  }
5866
5832
  ],
5867
- [
5868
- {
5869
- parents: 1,
5870
- interior: {
5871
- X3: [
5872
- {
5873
- Parachain: 1000
5874
- },
5875
- {
5876
- PalletInstance: 50
5877
- },
5878
- {
5879
- GeneralIndex: 22222012
5880
- }
5881
- ]
5882
- }
5883
- },
5884
- {
5885
- parents: 1,
5886
- interior: {
5887
- X2: [
5888
- {
5889
- Parachain: 2032
5890
- },
5891
- {
5892
- GeneralKey: {
5893
- length: 2,
5894
- data: "0x0001000000000000000000000000000000000000000000000000000000000000"
5895
- }
5896
- }
5897
- ]
5898
- }
5899
- }
5900
- ],
5901
5833
  [
5902
5834
  {
5903
5835
  parents: 1,
@@ -11186,6 +11118,8 @@ var RouterBuilder = function RouterBuilder(options) {
11186
11118
  return new RouterBuilderCore(options);
11187
11119
  };
11188
11120
 
11121
+ // Temporarily use type cast till the swap pkg dep is released and updated
11122
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-explicit-any
11189
11123
  registerSwapExtension({
11190
11124
  RouterBuilder: RouterBuilder
11191
11125
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/swap",
3
- "version": "12.9.4",
3
+ "version": "12.9.6",
4
4
  "description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
5
5
  "type": "module",
6
6
  "exports": {
@@ -34,41 +34,41 @@
34
34
  "@crypto-dex-sdk/math": "^0.1.4",
35
35
  "@crypto-dex-sdk/parachains-bifrost": "^0.1.4",
36
36
  "@crypto-dex-sdk/token-lists": "^0.1.4",
37
- "@galacticcouncil/sdk": "^10.7.0",
38
- "@polkadot/api": "^16.5.4",
39
- "@polkadot/api-base": "^16.5.4",
40
- "@polkadot/types": "^16.5.4",
41
- "@polkadot/types-codec": "^16.5.4",
42
- "@polkadot/util": "^14.0.1",
37
+ "@galacticcouncil/sdk": "^10.8.0",
38
+ "@polkadot/api": "^16.5.6",
39
+ "@polkadot/api-base": "^16.5.6",
40
+ "@polkadot/types": "^16.5.6",
41
+ "@polkadot/types-codec": "^16.5.6",
42
+ "@polkadot/util": "^14.0.3",
43
43
  "@zenlink-types/bifrost": "^1.7.7",
44
- "axios": "^1.13.5",
44
+ "axios": "^1.14.0",
45
45
  "ethers": "^5.8.0",
46
46
  "ethers-v6": "npm:ethers@^6.16.0",
47
47
  "jsbi": "^4.3.2",
48
48
  "lodash-es": "^4.17.23",
49
49
  "polkadot-api": "^1.23.3",
50
- "postcss": "^8.5.6",
50
+ "postcss": "^8.5.8",
51
51
  "react": "^19.2.4",
52
52
  "rxjs": "^7.8.2",
53
- "@paraspell/sdk": "12.9.4",
54
- "@paraspell/sdk-pjs": "12.9.4"
53
+ "@paraspell/sdk": "12.9.6",
54
+ "@paraspell/sdk-pjs": "12.9.6"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@babel/core": "^7.29.0",
58
58
  "@babel/plugin-syntax-import-attributes": "^7.28.6",
59
- "@babel/preset-env": "^7.29.0",
59
+ "@babel/preset-env": "^7.29.2",
60
60
  "@codecov/rollup-plugin": "^1.9.1",
61
- "@rollup/plugin-babel": "^6.1.0",
61
+ "@rollup/plugin-babel": "^7.0.0",
62
62
  "@rollup/plugin-json": "^6.1.0",
63
63
  "@rollup/plugin-typescript": "^12.3.0",
64
64
  "@types/lodash-es": "^4.17.12",
65
- "@vitest/coverage-v8": "^4.0.18",
65
+ "@vitest/coverage-v8": "^4.1.2",
66
66
  "dotenv": "^17.3.1",
67
- "rollup": "^4.59.0",
68
- "rollup-plugin-dts": "^6.3.0",
67
+ "rollup": "^4.60.1",
68
+ "rollup-plugin-dts": "^6.4.1",
69
69
  "ts-node": "^10.9.2",
70
70
  "tslib": "^2.8.1",
71
- "@galacticcouncil/api-augment": "^0.9.0"
71
+ "@galacticcouncil/api-augment": "^0.10.0"
72
72
  },
73
73
  "scripts": {
74
74
  "compile": "tsc --noEmit",