tutuca 0.9.19 → 0.9.21

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": "tutuca",
3
- "version": "0.9.19",
3
+ "version": "0.9.21",
4
4
  "type": "module",
5
5
  "description": "Zero-dependency SPA framework with immutable state and virtual DOM",
6
6
  "main": "./dist/tutuca.js",
@@ -30,8 +30,7 @@
30
30
  "fix": "bunx @biomejs/biome check --write src test/*.js",
31
31
  "tutuca": "bun tools/tutuca.js",
32
32
  "stresstest": "bun scripts/stresstest.js",
33
- "smoke-test": "bun tools/tutuca.js ./test/todo.js doctor && bun tools/tutuca.js ./test/json.js doctor",
34
- "sync-playground": "cp src/util/docs.js docs/src/docs.js"
33
+ "smoke-test": "bun tools/tutuca.js ./test/todo.js doctor && bun tools/tutuca.js ./test/json.js doctor"
35
34
  },
36
35
  "sideEffects": false,
37
36
  "files": [