@jsenv/core 39.7.0 → 39.7.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.
@@ -20122,7 +20122,7 @@ const jsenvPluginAutoreloadServer = ({
20122
20122
  }
20123
20123
  if (
20124
20124
  urlInfo.data.hotDecline ||
20125
- urlInfo.firstReference?.type === "http_request"
20125
+ urlInfo.lastReference?.type === "http_request"
20126
20126
  ) {
20127
20127
  return {
20128
20128
  declined: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/core",
3
- "version": "39.7.0",
3
+ "version": "39.7.1",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -40,7 +40,7 @@ export const jsenvPluginAutoreloadServer = ({
40
40
  }
41
41
  if (
42
42
  urlInfo.data.hotDecline ||
43
- urlInfo.firstReference?.type === "http_request"
43
+ urlInfo.lastReference?.type === "http_request"
44
44
  ) {
45
45
  return {
46
46
  declined: true,