@genroc/eval-node 0.0.0-edge.e32e188 → 0.0.0-edge.e4b0e52

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ resolver's exit code, so a stored definition cannot hold code that failed to typ
26
26
 
27
27
  ## Building
28
28
 
29
- npm run build # tsc -p tsconfig.build.json -> dist/
29
+ pnpm run build # tsc -p tsconfig.build.json -> dist/
30
30
 
31
31
  The published package is JavaScript, not TypeScript. **Node refuses to strip types for files
32
32
  under `node_modules`**, so shipping `.ts` works from a checkout and fails for every consumer —
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genroc/eval-node",
3
- "version": "0.0.0-edge.e32e188",
3
+ "version": "0.0.0-edge.e4b0e52",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=24"