@lodestar/db 1.39.0-dev.d4a47659a5 → 1.39.0-dev.e5f0c23f31

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/db",
3
- "version": "1.39.0-dev.d4a47659a5",
3
+ "version": "1.39.0-dev.e5f0c23f31",
4
4
  "description": "DB modules of Lodestar",
5
5
  "author": "ChainSafe Systems",
6
6
  "homepage": "https://github.com/ChainSafe/lodestar#readme",
@@ -31,26 +31,26 @@
31
31
  "scripts": {
32
32
  "clean": "rm -rf lib && rm -f *.tsbuildinfo",
33
33
  "build": "tsc -p tsconfig.build.json",
34
- "build:watch": "yarn run build --watch",
35
- "build:release": "yarn clean && yarn run build",
34
+ "build:watch": "pnpm run build --watch",
35
+ "build:release": "pnpm clean && pnpm run build",
36
36
  "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
37
37
  "check-types": "tsc",
38
38
  "lint": "biome check src/ test/",
39
- "lint:fix": "yarn run lint --write",
40
- "test": "yarn test:unit",
39
+ "lint:fix": "pnpm run lint --write",
40
+ "test": "pnpm test:unit",
41
41
  "test:unit": "vitest run --project unit --project unit-minimal",
42
42
  "test:e2e": "vitest run --project e2e",
43
- "check-readme": "typescript-docs-verifier"
43
+ "check-readme": "pnpm exec ts-node ../../scripts/check_readme.ts"
44
44
  },
45
45
  "dependencies": {
46
46
  "@chainsafe/ssz": "^1.2.2",
47
- "@lodestar/config": "1.39.0-dev.d4a47659a5",
48
- "@lodestar/utils": "1.39.0-dev.d4a47659a5",
47
+ "@lodestar/config": "^1.39.0-dev.e5f0c23f31",
48
+ "@lodestar/utils": "^1.39.0-dev.e5f0c23f31",
49
49
  "classic-level": "^1.4.1",
50
50
  "it-all": "^3.0.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@lodestar/logger": "1.39.0-dev.d4a47659a5"
53
+ "@lodestar/logger": "^1.39.0-dev.e5f0c23f31"
54
54
  },
55
- "gitHead": "ece402e986e6babc414c33018cbe7337c68ffd67"
55
+ "gitHead": "a0127db8478edcf0eccddd4cdb7b190f2f5370b4"
56
56
  }