@polkadot-api/known-chains 0.5.6 → 0.5.8
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/dist/{chunk-6UJXE7CU.mjs → chunk-AMLWC3WC.mjs} +5 -5
- package/dist/{chunk-6UJXE7CU.mjs.map → chunk-AMLWC3WC.mjs.map} +1 -1
- package/dist/chunk-APYMHBPO.mjs +68 -0
- package/dist/chunk-APYMHBPO.mjs.map +1 -0
- package/dist/chunk-BL3UEZAC.mjs +49 -0
- package/dist/{chunk-NQLTS6ST.mjs.map → chunk-BL3UEZAC.mjs.map} +1 -1
- package/dist/{chunk-D5H3QOVM.mjs → chunk-W54TC4IW.mjs} +5 -5
- package/dist/{chunk-D5H3QOVM.mjs.map → chunk-W54TC4IW.mjs.map} +1 -1
- package/dist/index.js +16 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/specs/ksmcc3.js +4 -4
- package/dist/specs/ksmcc3.js.map +1 -1
- package/dist/specs/ksmcc3.mjs +1 -1
- package/dist/specs/paseo.js +4 -4
- package/dist/specs/paseo.js.map +1 -1
- package/dist/specs/paseo.mjs +1 -1
- package/dist/specs/polkadot.js +4 -4
- package/dist/specs/polkadot.js.map +1 -1
- package/dist/specs/polkadot.mjs +1 -1
- package/dist/specs/westend2.js +4 -4
- package/dist/specs/westend2.js.map +1 -1
- package/dist/specs/westend2.mjs +1 -1
- package/package.json +7 -5
- package/dist/chunk-2J26EUHE.mjs +0 -68
- package/dist/chunk-2J26EUHE.mjs.map +0 -1
- package/dist/chunk-NQLTS6ST.mjs +0 -49
package/dist/specs/westend2.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polkadot-api/known-chains",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"author": "Victor Oliva (https://github.com/voliva)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,9 +8,11 @@
|
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@types/node": "^22.
|
|
12
|
-
"@polkadot-api/
|
|
13
|
-
"@polkadot-api/
|
|
11
|
+
"@types/node": "^22.9.0",
|
|
12
|
+
"@polkadot-api/sm-provider": "0.1.7",
|
|
13
|
+
"@polkadot-api/smoldot": "0.3.7",
|
|
14
|
+
"@polkadot-api/ws-provider": "0.3.6",
|
|
15
|
+
"@polkadot-api/substrate-client": "0.3.0"
|
|
14
16
|
},
|
|
15
17
|
"exports": {
|
|
16
18
|
".": {
|
|
@@ -156,7 +158,7 @@
|
|
|
156
158
|
"scripts": {
|
|
157
159
|
"build-core": "node prepare-specs.mjs && bash build.sh",
|
|
158
160
|
"build": "pnpm build-core",
|
|
159
|
-
"test": "
|
|
161
|
+
"test": "vitest",
|
|
160
162
|
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
|
|
161
163
|
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\""
|
|
162
164
|
}
|