@lodestar/params 1.30.0-dev.2a4f1bcd49 → 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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/params",
3
- "version": "1.30.0-dev.2a4f1bcd49",
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 --dir test/unit/",
57
- "test:browsers": "vitest run --config ./vitest.browser.config.ts --dir test/unit",
58
- "test:e2e": "vitest run --config vitest.e2e.config.ts --dir test/e2e/",
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": "8848b012a236a861c2e37aa162354b0217f8ff31"
76
+ "gitHead": "c391eec108c18441a2ecb37c5049afe265e513b1"
77
77
  }