@lodestar/config 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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/config",
3
- "version": "1.29.0",
3
+ "version": "1.30.0-dev.c91cd9c141",
4
4
  "description": "Chain configuration required for lodestar",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -50,7 +50,7 @@
50
50
  "lint": "biome check src/",
51
51
  "lint:fix": "yarn run lint --write",
52
52
  "test": "yarn test:unit",
53
- "test:unit": "yarn vitest run --dir test/unit/",
53
+ "test:unit": "yarn vitest run --project unit",
54
54
  "check-readme": "typescript-docs-verifier"
55
55
  },
56
56
  "repository": {
@@ -65,9 +65,9 @@
65
65
  ],
66
66
  "dependencies": {
67
67
  "@chainsafe/ssz": "^1.2.0",
68
- "@lodestar/params": "^1.29.0",
69
- "@lodestar/types": "^1.29.0",
70
- "@lodestar/utils": "^1.29.0"
68
+ "@lodestar/params": "1.30.0-dev.c91cd9c141",
69
+ "@lodestar/types": "1.30.0-dev.c91cd9c141",
70
+ "@lodestar/utils": "1.30.0-dev.c91cd9c141"
71
71
  },
72
- "gitHead": "8335180276919290a34477a99286b2f00b6af1c4"
72
+ "gitHead": "c391eec108c18441a2ecb37c5049afe265e513b1"
73
73
  }