@paraspell/sdk-core 12.0.1 → 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.
Files changed (2) hide show
  1. package/README.md +5 -6
  2. 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 align="center">
60
- <p align="center">
61
- <img width="200" alt="version" src="https://user-images.githubusercontent.com/55763425/211145923-f7ee2a57-3e63-4b7d-9674-2da9db46b2ee.png" />
62
- <img width="200" alt="version" src="https://github.com/paraspell/xcm-sdk/assets/55763425/9ed74ebe-9b29-4efd-8e3e-7467ac4caed6" />
63
- </p>
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.1",
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/pallets": "12.0.1",
30
- "@paraspell/sdk-common": "12.0.1",
31
- "@paraspell/assets": "12.0.1"
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",