@paraspell/sdk 0.0.14 → 0.0.15
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 +6 -0
- 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
|
[](https://bsx.fi/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
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": "^
|
|
22
|
+
"@polkadot/api": "^9.4.2",
|
|
23
23
|
"@polkadot/apps-config": "^0.122.2",
|
|
24
|
-
"@polkadot/types": "^
|
|
24
|
+
"@polkadot/types": "^9.4.2",
|
|
25
25
|
"@polkadot/util-crypto": "^10.1.11",
|
|
26
26
|
"ethers": "^5.7.1"
|
|
27
27
|
},
|