@lodestar/spec-test-util 1.45.0-rc.0 → 1.46.0-dev.8fc4e297d2

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.
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env ts-node
1
+ #!/usr/bin/env node
2
2
  export {};
3
3
  //# sourceMappingURL=downloadTestsCli.d.ts.map
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ts-node
1
+ #!/usr/bin/env node
2
2
  import { downloadTests } from "./downloadTests.js";
3
3
  async function downloadTestsCli() {
4
4
  const [specVersion, outputDir, testsToDownloadCsv, specTestsRepoUrl] = process.argv.slice(2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/spec-test-util",
3
- "version": "1.45.0-rc.0",
3
+ "version": "1.46.0-dev.8fc4e297d2",
4
4
  "description": "Spec test suite generator from yaml test files",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -46,7 +46,7 @@
46
46
  "test": "pnpm test:unit && pnpm test:e2e",
47
47
  "test:unit": "vitest run --project unit --project unit-minimal",
48
48
  "test:e2e": "vitest run --project e2e --project e2e-mainnet",
49
- "check-readme": "pnpm exec ts-node ../../scripts/check_readme.ts"
49
+ "check-readme": "pnpm exec tsx ../../scripts/check_readme.ts"
50
50
  },
51
51
  "repository": {
52
52
  "type": "git",
@@ -59,15 +59,15 @@
59
59
  "blockchain"
60
60
  ],
61
61
  "dependencies": {
62
- "@lodestar/utils": "^1.45.0-rc.0",
62
+ "@lodestar/utils": "^1.46.0-dev.8fc4e297d2",
63
63
  "rimraf": "^4.4.1",
64
64
  "snappyjs": "^0.7.0",
65
65
  "vitest": "catalog:"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "@chainsafe/ssz": "^1.6.2",
69
- "@lodestar/types": "^1.45.0-rc.0",
69
+ "@lodestar/types": "^1.46.0-dev.8fc4e297d2",
70
70
  "vitest": "catalog:"
71
71
  },
72
- "gitHead": "6b5d3713121c412972a9f15f0642741a0c6a4d68"
72
+ "gitHead": "c2a9e6cb14fc9deaf272eca7289ef323ebbe2e47"
73
73
  }
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ts-node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import {downloadTests} from "./downloadTests.js";
4
4