@paraspell/sdk 0.0.14 → 0.0.16

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 +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -121,6 +121,12 @@ paraspell.hasSupportForAsset(node: TNode, symbol: string)
121
121
  - Install dependencies using `pnpm install`
122
122
 
123
123
  - Run interactive tests using `pnpm dev`
124
+ - Run compilation test using `pnpm compile`
125
+ - Run linting test using `pnpm lint`
126
+ - Run updateAssets script using `pnpm updateAssets`
127
+ - Run coverage tests usign `pnpm test`
128
+ - Run all tests using `pnpm runAll`
129
+
124
130
 
125
131
  ## Founded by
126
132
  [![logo-v1](https://user-images.githubusercontent.com/55763425/204865221-90d2b3cd-f2ac-48a2-a367-08722aa8e923.svg)](https://bsx.fi/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": "@paraspell/sdk",
6
6
  "license": "MIT",
@@ -19,9 +19,9 @@
19
19
  "dist"
20
20
  ],
21
21
  "dependencies": {
22
- "@polkadot/api": "^8.0.2",
22
+ "@polkadot/api": "^9.4.2",
23
23
  "@polkadot/apps-config": "^0.122.2",
24
- "@polkadot/types": "^8.0.2",
24
+ "@polkadot/types": "^9.4.2",
25
25
  "@polkadot/util-crypto": "^10.1.11",
26
26
  "ethers": "^5.7.1"
27
27
  },