@lodestar/config 1.39.0-dev.100ab480bb → 1.39.0-dev.268dcb02bf

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 +12 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/config",
3
- "version": "1.39.0-dev.100ab480bb",
3
+ "version": "1.39.0-dev.268dcb02bf",
4
4
  "description": "Chain configuration required for lodestar",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -39,15 +39,15 @@
39
39
  "scripts": {
40
40
  "clean": "rm -rf lib && rm -f *.tsbuildinfo",
41
41
  "build": "tsc -p tsconfig.build.json",
42
- "build:release": "yarn run clean && yarn run build",
43
- "build:watch": "yarn run build --watch",
42
+ "build:release": "pnpm run clean && pnpm run build",
43
+ "build:watch": "pnpm run build --watch",
44
44
  "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
45
45
  "check-types": "tsc",
46
46
  "lint": "biome check src/",
47
- "lint:fix": "yarn run lint --write",
48
- "test": "yarn test:unit",
49
- "test:unit": "yarn vitest run --project unit --project unit-minimal",
50
- "check-readme": "typescript-docs-verifier"
47
+ "lint:fix": "pnpm run lint --write",
48
+ "test": "pnpm test:unit",
49
+ "test:unit": "pnpm vitest run --project unit --project unit-minimal",
50
+ "check-readme": "pnpm exec ts-node ../../scripts/check_readme.ts"
51
51
  },
52
52
  "repository": {
53
53
  "type": "git",
@@ -60,10 +60,11 @@
60
60
  "blockchain"
61
61
  ],
62
62
  "dependencies": {
63
+ "@chainsafe/as-sha256": "^1.2.0",
63
64
  "@chainsafe/ssz": "^1.2.2",
64
- "@lodestar/params": "1.39.0-dev.100ab480bb",
65
- "@lodestar/types": "1.39.0-dev.100ab480bb",
66
- "@lodestar/utils": "1.39.0-dev.100ab480bb"
65
+ "@lodestar/params": "^1.39.0-dev.268dcb02bf",
66
+ "@lodestar/types": "^1.39.0-dev.268dcb02bf",
67
+ "@lodestar/utils": "^1.39.0-dev.268dcb02bf"
67
68
  },
68
- "gitHead": "965887079f9e859a8e118d8799fc814f98e65228"
69
+ "gitHead": "b4dac930d39935f954a1a45dccacf488916cab11"
69
70
  }