@paraspell/pallets 12.8.8 → 12.9.0

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -31,7 +31,7 @@ This package serves as a `core` component for both `@paraspell/sdk` and `@parasp
31
31
  ### Install package
32
32
 
33
33
  ```bash
34
- pnpm | npm install || yarn add @paraspell/pallets
34
+ npm install | pnpm add | yarn add @paraspell/pallets
35
35
  ```
36
36
 
37
37
  ### Import functionality
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/pallets",
3
- "version": "12.8.8",
3
+ "version": "12.9.0",
4
4
  "description": "Pallets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@paraspell/sdk-common": "12.8.8"
26
+ "@paraspell/sdk-common": "12.9.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/plugin-syntax-import-attributes": "^7.28.6",