@lodestar/params 1.39.0-dev.f4236afdba → 1.39.0-rc.4

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/params",
3
- "version": "1.39.0-dev.f4236afdba",
3
+ "version": "1.39.0-rc.4",
4
4
  "description": "Chain parameters required for lodestar",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -44,17 +44,17 @@
44
44
  "scripts": {
45
45
  "clean": "rm -rf lib && rm -f *.tsbuildinfo",
46
46
  "build": "tsc -p tsconfig.build.json",
47
- "build:release": "yarn clean && yarn build",
48
- "build:watch": "yarn run build --watch",
47
+ "build:release": "pnpm clean && pnpm build",
48
+ "build:watch": "pnpm run build --watch",
49
49
  "check-build": "node -e \"(async function() { await import('./lib/index.js') })()\"",
50
50
  "check-types": "tsc",
51
51
  "lint": "biome check src/ test/",
52
- "lint:fix": "yarn run lint --write",
53
- "test": "yarn test:unit",
52
+ "lint:fix": "pnpm run lint --write",
53
+ "test": "pnpm test:unit",
54
54
  "test:unit": "vitest run --project unit --project unit-minimal",
55
55
  "test:browsers": "vitest run --project browser",
56
56
  "test:e2e": "vitest run --project e2e --project e2e-mainnet",
57
- "check-readme": "typescript-docs-verifier"
57
+ "check-readme": "pnpm exec ts-node ../../scripts/check_readme.ts"
58
58
  },
59
59
  "repository": {
60
60
  "type": "git",
@@ -71,5 +71,5 @@
71
71
  "axios": "^1.3.4",
72
72
  "js-yaml": "^4.1.0"
73
73
  },
74
- "gitHead": "f6448bba79d002172837f6c7723bd206bb294e1f"
74
+ "gitHead": "cb953fb4ee674bb21723464f97bc2b1338615744"
75
75
  }