@moonbeam-network/xcm-sdk 4.1.11 → 4.1.13

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonbeam-network/xcm-sdk",
3
- "version": "4.1.11",
3
+ "version": "4.1.13",
4
4
  "description": "The Moonbeam XCM SDK enables developers to easily deposit and withdraw assets to Moonbeam/Moonriver from the relay chain and other parachains in the Polkadot/Kusama ecosystem",
5
5
  "author": "moonbeam-foundation",
6
6
  "license": "MIT",
@@ -37,9 +37,9 @@
37
37
  "main": "./build/index.mjs",
38
38
  "dependencies": {
39
39
  "big.js": "^7.0.1",
40
+ "@moonbeam-network/xcm-config": "4.4.8",
41
+ "@moonbeam-network/xcm-builder": "4.3.0",
40
42
  "@moonbeam-network/xcm-types": "4.2.3",
41
- "@moonbeam-network/xcm-config": "4.4.6",
42
- "@moonbeam-network/xcm-builder": "4.2.6",
43
43
  "@moonbeam-network/xcm-utils": "4.1.3"
44
44
  },
45
45
  "peerDependencies": {