@pracht/preact-ssr-precompile 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pracht/preact-ssr-precompile",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Experimental Vite/Rolldown plugin that precompiles safe Preact JSX for faster server-side rendering.",
5
5
  "keywords": [
6
6
  "pracht",
@@ -35,8 +35,7 @@
35
35
  }
36
36
  },
37
37
  "publishConfig": {
38
- "access": "public",
39
- "provenance": false
38
+ "provenance": true
40
39
  },
41
40
  "peerDependencies": {
42
41
  "preact": "^10.26.0",