@paraspell/sdk-core 12.0.0 → 12.0.2
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 +5 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -56,9 +56,8 @@ Published under [MIT License](https://github.com/paraspell/xcm-tools/blob/main/p
|
|
|
56
56
|
|
|
57
57
|
## Supported by
|
|
58
58
|
|
|
59
|
-
<div
|
|
60
|
-
|
|
61
|
-
<img width="
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
</div>
|
|
59
|
+
<div>
|
|
60
|
+
<div align="center" style="margin-top: 20px;">
|
|
61
|
+
<img width="750" alt="version" src="https://github.com/user-attachments/assets/29e4b099-d90c-46d6-a3ce-94edfbda003c" />
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-core",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.2",
|
|
4
4
|
"description": "SDK core for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@noble/hashes": "^2.0.1",
|
|
27
27
|
"@scure/base": "^2.0.0",
|
|
28
28
|
"viem": "^2.40.3",
|
|
29
|
-
"@paraspell/assets": "12.0.
|
|
30
|
-
"@paraspell/sdk-common": "12.0.
|
|
31
|
-
"@paraspell/pallets": "12.0.
|
|
29
|
+
"@paraspell/assets": "12.0.2",
|
|
30
|
+
"@paraspell/sdk-common": "12.0.2",
|
|
31
|
+
"@paraspell/pallets": "12.0.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|