@lodestar/params 1.29.0 → 1.30.0-dev.c91cd9c141
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lodestar/params",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.0-dev.c91cd9c141",
|
|
4
4
|
"description": "Chain parameters required for lodestar",
|
|
5
5
|
"author": "ChainSafe Systems",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"lint": "biome check src/ test/",
|
|
54
54
|
"lint:fix": "yarn run lint --write",
|
|
55
55
|
"test": "yarn test:unit",
|
|
56
|
-
"test:unit": "vitest run --
|
|
57
|
-
"test:browsers": "vitest run --
|
|
58
|
-
"test:e2e": "vitest run --
|
|
56
|
+
"test:unit": "vitest run --project unit",
|
|
57
|
+
"test:browsers": "vitest run --project browser",
|
|
58
|
+
"test:e2e": "vitest run --project e2e",
|
|
59
59
|
"check-readme": "typescript-docs-verifier"
|
|
60
60
|
},
|
|
61
61
|
"repository": {
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"axios": "^1.3.4",
|
|
74
74
|
"js-yaml": "^4.1.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "c391eec108c18441a2ecb37c5049afe265e513b1"
|
|
77
77
|
}
|