vite-plugin-php 2.0.0 → 2.0.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.
package/README.md CHANGED
@@ -29,7 +29,7 @@ export default defineConfig({
29
29
 
30
30
  <p align="center" style="text-align: center;">
31
31
  <b>
32
- <a href="https://vite-php.nititech.de/">Wiki</a> | <a href="https://github.com/donnikitos/vite-plugin-php/discussions">Discussions</a> | <a href="https://github.com/nititech/php-vite-starter">Starter-Repo</a>
32
+ <a href="https://www.npmjs.com/package/vite-plugin-php">NPM</a> | <a href="https://vite-php.nititech.de/">Wiki</a> | <a href="https://github.com/donnikitos/vite-plugin-php/discussions">Discussions</a> | <a href="https://github.com/nititech/php-vite-starter">Starter-Repo</a>
33
33
  </b>
34
34
  </p>
35
35
 
package/dist/index.cjs CHANGED
@@ -7273,7 +7273,7 @@ const servePlugin = {
7273
7273
  "html"
7274
7274
  )) {
7275
7275
  out = await server.transformIndexHtml(
7276
- `/${entry}.html`,
7276
+ `/${entry}.html:${requestUrl}`,
7277
7277
  out,
7278
7278
  requestUrl
7279
7279
  );
package/dist/index.mjs CHANGED
@@ -7258,7 +7258,7 @@ const servePlugin = {
7258
7258
  "html"
7259
7259
  )) {
7260
7260
  out = await server.transformIndexHtml(
7261
- `/${entry}.html`,
7261
+ `/${entry}.html:${requestUrl}`,
7262
7262
  out,
7263
7263
  requestUrl
7264
7264
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-php",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "author": "Nikita 'donnikitos' Nitichevski <me@donnikitos.com> (https://donnikitos.com/)",
5
5
  "repository": {
6
6
  "type": "git",