@moonbeam-network/xcm-sdk 2.4.2 → 2.4.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/README.md +1 -11
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,17 +4,7 @@ The XCM SDK offers helper functions, that provide a very simple interface to exe
|
|
|
4
4
|
|
|
5
5
|
# Documentation
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- [readme](https://github.com/moonbeam-foundation/xcm-sdk/tree/main)
|
|
10
|
-
- [usage](https://docs.moonbeam.network/builders/interoperability/xcm/xcm-sdk/v1/xcm-sdk/) (Updated docs coming soon...)
|
|
11
|
-
- [reference](https://docs.moonbeam.network/builders/interoperability/xcm/xcm-sdk/v1/reference/) (Updated docs coming soon...)
|
|
12
|
-
|
|
13
|
-
## v1 (previous)
|
|
14
|
-
|
|
15
|
-
- [readme](https://github.com/moonbeam-foundation/xcm-sdk/tree/v1)
|
|
16
|
-
- [usage](https://docs.moonbeam.network/builders/interoperability/xcm/xcm-sdk/v1/xcm-sdk/)
|
|
17
|
-
- [reference](https://docs.moonbeam.network/builders/interoperability/xcm/xcm-sdk/v1/reference/)
|
|
7
|
+
You can find the documentation at [https://moonbeam-foundation.github.io/xcm-sdk/latest/](https://moonbeam-foundation.github.io/xcm-sdk/latest/).
|
|
18
8
|
|
|
19
9
|
# Installation
|
|
20
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbeam-network/xcm-sdk",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
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
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"main": "./build/index.cjs",
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@moonbeam-network/xcm-builder": "2.3.2",
|
|
55
|
-
"@moonbeam-network/xcm-config": "2.4.
|
|
55
|
+
"@moonbeam-network/xcm-config": "2.4.4",
|
|
56
56
|
"@moonbeam-network/xcm-types": "2.2.3",
|
|
57
57
|
"@moonbeam-network/xcm-utils": "2.1.1",
|
|
58
58
|
"big.js": "^6.2.1"
|