@rendela/vite 1.0.6 → 1.0.7
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/dist/package.json +4 -3
- package/package.json +4 -3
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rendela/vite",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "A tool for pre-rendering pages of your SPA to improve SEO and performance",
|
|
5
5
|
"author": "llopary",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,14 +48,15 @@
|
|
|
48
48
|
"dev": "tsc --watch",
|
|
49
49
|
"prepare": "tsc",
|
|
50
50
|
"pub": "bash ./pub.sh",
|
|
51
|
-
"postinstall": "npx playwright install chromium"
|
|
51
|
+
"postinstall": "npx playwright install chromium",
|
|
52
|
+
"update-package": "pnpm i playwright@latest"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
55
|
"typescript": "^5.9.3",
|
|
55
56
|
"vite": "^5.4.20"
|
|
56
57
|
},
|
|
57
58
|
"dependencies": {
|
|
58
|
-
"playwright": "1.
|
|
59
|
+
"playwright": "^1.58.2"
|
|
59
60
|
},
|
|
60
61
|
"keywords": [
|
|
61
62
|
"vite",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rendela/vite",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "A tool for pre-rendering pages of your SPA to improve SEO and performance",
|
|
5
5
|
"author": "llopary",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,14 +48,15 @@
|
|
|
48
48
|
"dev": "tsc --watch",
|
|
49
49
|
"prepare": "tsc",
|
|
50
50
|
"pub": "bash ./pub.sh",
|
|
51
|
-
"postinstall": "npx playwright install chromium"
|
|
51
|
+
"postinstall": "npx playwright install chromium",
|
|
52
|
+
"update-package": "pnpm i playwright@latest"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
55
|
"typescript": "^5.9.3",
|
|
55
56
|
"vite": "^5.4.20"
|
|
56
57
|
},
|
|
57
58
|
"dependencies": {
|
|
58
|
-
"playwright": "1.
|
|
59
|
+
"playwright": "^1.58.2"
|
|
59
60
|
},
|
|
60
61
|
"keywords": [
|
|
61
62
|
"vite",
|