@moonbeam-network/xcm-types 4.3.3 → 4.3.5
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 +26 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,20 +1,38 @@
|
|
|
1
|
-
|
|
1
|
+
# @moonbeam-network/xcm-types
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Common types, interfaces, and classes shared throughout the Moonbeam XCM SDK and MRL SDK.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Package Information
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**NPM Package:** [https://www.npmjs.com/package/@moonbeam-network/xcm-types](https://www.npmjs.com/package/@moonbeam-network/xcm-types)
|
|
8
|
+
|
|
9
|
+
**Package Level:** Level 2
|
|
10
|
+
**Depends on:** `@moonbeam-network/xcm-utils`
|
|
11
|
+
|
|
12
|
+
This package provides type definitions and interfaces used across all other packages in the repository.
|
|
13
|
+
|
|
14
|
+
## Documentation
|
|
15
|
+
|
|
16
|
+
### v4 (current)
|
|
17
|
+
|
|
18
|
+
#### Usage
|
|
8
19
|
|
|
9
20
|
- [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/example-usage/xcm)
|
|
10
21
|
- [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/example-usage/mrl)
|
|
11
22
|
|
|
12
|
-
|
|
23
|
+
#### References
|
|
13
24
|
|
|
14
25
|
- [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/reference/xcm)
|
|
15
26
|
- [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/reference/mrl)
|
|
16
27
|
|
|
17
|
-
|
|
28
|
+
### v3 (previous)
|
|
29
|
+
|
|
30
|
+
#### Usage
|
|
31
|
+
|
|
32
|
+
- [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/v3/example-usage/xcm)
|
|
33
|
+
- [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/v3/example-usage/mrl)
|
|
34
|
+
|
|
35
|
+
#### References
|
|
18
36
|
|
|
19
|
-
- [
|
|
20
|
-
- [
|
|
37
|
+
- [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/v3/reference/xcm)
|
|
38
|
+
- [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/v3/reference/mrl)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbeam-network/xcm-types",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.5",
|
|
4
4
|
"description": "Moonbeam XCM Types",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/types",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/big.js": "^6.2.2",
|
|
40
|
-
"@wormhole-foundation/sdk-connect": "^4.
|
|
40
|
+
"@wormhole-foundation/sdk-connect": "^4.7.4"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"viem": "^2.
|
|
43
|
+
"viem": "^2.44.2"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "tsup",
|