vite-plugin-php 3.0.0-beta.3 → 3.0.0-beta.4
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/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -10841,7 +10841,7 @@ const assetsPattern = new RegExp(
|
|
|
10841
10841
|
);
|
|
10842
10842
|
const viteClientInjection = '<script type="module" src="/@vite/client"><\/script>\n';
|
|
10843
10843
|
const viteClientInjectionPattern = new RegExp(
|
|
10844
|
-
'<script
|
|
10844
|
+
'<script[^>]+?src="/@vite/client".+?<\/script>(\r\n|\n|\r)',
|
|
10845
10845
|
"si"
|
|
10846
10846
|
);
|
|
10847
10847
|
const lastTagPattern = new RegExp(`^(.+(?:</.+?>|<.+?/>))(.+|)$`, "si");
|
package/dist/index.mjs
CHANGED
|
@@ -10824,7 +10824,7 @@ const assetsPattern = new RegExp(
|
|
|
10824
10824
|
);
|
|
10825
10825
|
const viteClientInjection = '<script type="module" src="/@vite/client"><\/script>\n';
|
|
10826
10826
|
const viteClientInjectionPattern = new RegExp(
|
|
10827
|
-
'<script
|
|
10827
|
+
'<script[^>]+?src="/@vite/client".+?<\/script>(\r\n|\n|\r)',
|
|
10828
10828
|
"si"
|
|
10829
10829
|
);
|
|
10830
10830
|
const lastTagPattern = new RegExp(`^(.+(?:</.+?>|<.+?/>))(.+|)$`, "si");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-php",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.4",
|
|
4
4
|
"author": "Nikita 'donnikitos' Nitichevski <me@donnikitos.com> (https://donnikitos.com/)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tcp-port-used": "^1.0.2",
|
|
17
17
|
"typescript": "^5.8.3",
|
|
18
18
|
"unbuild": "^3.5.0",
|
|
19
|
-
"vite": "^5.4.
|
|
19
|
+
"vite": "^5.4.21"
|
|
20
20
|
},
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|