vite-plugin-php 1.0.60 → 1.0.61

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 CHANGED
@@ -7154,6 +7154,8 @@ function usePHP(cfg = {}) {
7154
7154
  config
7155
7155
  }).write(outputFile);
7156
7156
  server.moduleGraph.invalidateAll();
7157
+ }
7158
+ if (entry2 || !file.startsWith(require$$0$1.resolve(tempDir)) && file.includes(".php")) {
7157
7159
  server.ws.send({
7158
7160
  type: "full-reload"
7159
7161
  });
package/dist/index.mjs CHANGED
@@ -7140,6 +7140,8 @@ function usePHP(cfg = {}) {
7140
7140
  config
7141
7141
  }).write(outputFile);
7142
7142
  server.moduleGraph.invalidateAll();
7143
+ }
7144
+ if (entry2 || !file.startsWith(resolve(tempDir)) && file.includes(".php")) {
7143
7145
  server.ws.send({
7144
7146
  type: "full-reload"
7145
7147
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-php",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "author": "Nikita 'donnikitos' Nitichevski <me@donnikitos.com> (https://donnikitos.com/)",
5
5
  "repository": {
6
6
  "type": "git",