@paraspell/pallets 13.3.0 → 13.4.1

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 +0 -32
  2. package/package.json +7 -7
package/dist/index.mjs CHANGED
@@ -685,36 +685,6 @@ var Crust = {
685
685
  "AssetManager"
686
686
  ]
687
687
  };
688
- var Manta = {
689
- defaultPallet: "XTokens",
690
- supportedPallets: [
691
- {
692
- name: "Balances",
693
- index: 10
694
- },
695
- {
696
- name: "PolkadotXcm",
697
- index: 31
698
- },
699
- {
700
- name: "XTokens",
701
- index: 34
702
- },
703
- {
704
- name: "Assets",
705
- index: 45
706
- },
707
- {
708
- name: "AssetManager",
709
- index: 46
710
- }
711
- ],
712
- nativeAssets: "Balances",
713
- otherAssets: [
714
- "Assets",
715
- "AssetManager"
716
- ]
717
- };
718
688
  var NeuroWeb = {
719
689
  defaultPallet: "PolkadotXcm",
720
690
  supportedPallets: [
@@ -1549,7 +1519,6 @@ var pallets = {
1549
1519
  Shiden: Shiden,
1550
1520
  Unique: Unique,
1551
1521
  Crust: Crust,
1552
- Manta: Manta,
1553
1522
  NeuroWeb: NeuroWeb,
1554
1523
  Pendulum: Pendulum,
1555
1524
  Zeitgeist: Zeitgeist,
@@ -1634,7 +1603,6 @@ var palletsMapJson = /*#__PURE__*/Object.freeze({
1634
1603
  Kusama: Kusama,
1635
1604
  Laos: Laos,
1636
1605
  LaosPaseo: LaosPaseo,
1637
- Manta: Manta,
1638
1606
  Moonbeam: Moonbeam,
1639
1607
  Moonriver: Moonriver,
1640
1608
  Mythos: Mythos,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/pallets",
3
- "version": "13.3.0",
3
+ "version": "13.4.1",
4
4
  "description": "Pallets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,21 +22,21 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@paraspell/sdk-common": "13.3.0"
25
+ "@paraspell/sdk-common": "13.4.1"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@babel/plugin-syntax-import-attributes": "^7.28.6",
29
29
  "@babel/preset-env": "^7.29.2",
30
- "@codecov/rollup-plugin": "^1.9.1",
30
+ "@codecov/rollup-plugin": "^2.0.1",
31
31
  "@polkadot/api": "^16.5.6",
32
32
  "@polkadot/types": "^16.5.6",
33
33
  "@rollup/plugin-babel": "^7.0.0",
34
34
  "@rollup/plugin-json": "^6.1.0",
35
35
  "@rollup/plugin-typescript": "^12.3.0",
36
- "@vitest/coverage-v8": "^4.1.2",
37
- "axios": "^1.14.0",
38
- "dotenv": "^17.3.1",
39
- "rollup": "^4.60.1",
36
+ "@vitest/coverage-v8": "^4.1.5",
37
+ "axios": "^1.15.2",
38
+ "dotenv": "^17.4.2",
39
+ "rollup": "^4.60.2",
40
40
  "rollup-plugin-dts": "^6.4.1",
41
41
  "ts-node": "^10.9.2"
42
42
  },