sval 0.6.6 → 0.6.8

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": "sval",
3
- "version": "0.6.6",
3
+ "version": "0.6.8",
4
4
  "description": "A javascript interpreter written in javascript",
5
5
  "type": "module",
6
6
  "main": "dist/sval.min.js",
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "scripts": {
16
16
  "start": "vite",
17
- "build": "npm test && vite build && swc dist/sval.js -o dist/sval.min.js",
18
- "test": "node scripts && vitest run --coverage"
17
+ "test": "node scripts && vitest run --coverage",
18
+ "build": "npm test && vite build && node scripts/legacy.js"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
@@ -38,11 +38,10 @@
38
38
  "acorn": "^8.14.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@swc/cli": "^0.7.3",
42
41
  "@swc/core": "^1.11.24",
43
42
  "@types/node": "^22.15.3",
44
43
  "@vitest/coverage-v8": "^3.1.2",
45
- "happy-dom": "^17.4.6",
44
+ "happy-dom": "^20.0.11",
46
45
  "vite": "^6.3.4",
47
46
  "vite-plugin-dts": "^4.5.3",
48
47
  "vitest": "^3.1.2"