@json-eval-rs/vanilla 0.0.71 → 0.0.73

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-eval-rs/vanilla",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "description": "JSON Eval RS for direct browser usage (vanilla JS) or manual WASM loading (Next.js Turbopack compat)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "pkg/*.d.ts"
13
13
  ],
14
14
  "scripts": {
15
- "build": "tsc",
15
+ "build": "npx tsc",
16
16
  "prepack": "npm run build"
17
17
  },
18
18
  "keywords": [