@atlaspack/runtime-browser-hmr 2.14.5-dev.55 → 2.14.5-dev.69

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaspack/runtime-browser-hmr
2
2
 
3
+ ## 2.14.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/plugin@2.14.10
9
+ - @atlaspack/utils@2.14.10
10
+
3
11
  ## 2.14.9
4
12
 
5
13
  ### Patch Changes
@@ -178,10 +178,8 @@ if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
178
178
  console.error(e.message);
179
179
  }
180
180
  };
181
- ws.onclose = function (e) {
182
- if (process.env.ATLASPACK_BUILD_ENV !== 'test') {
183
- console.warn('[parcel] 🚨 Connection to the HMR server was lost');
184
- }
181
+ ws.onclose = function () {
182
+ console.warn('[parcel] 🚨 Connection to the HMR server was lost');
185
183
  };
186
184
  }
187
185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/runtime-browser-hmr",
3
- "version": "2.14.5-dev.55+5a11f33c5",
3
+ "version": "2.14.5-dev.69+67cb517ae",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -15,9 +15,9 @@
15
15
  "node": ">= 16.0.0"
16
16
  },
17
17
  "dependencies": {
18
- "@atlaspack/plugin": "2.14.5-dev.55+5a11f33c5",
19
- "@atlaspack/utils": "2.14.5-dev.55+5a11f33c5"
18
+ "@atlaspack/plugin": "2.14.5-dev.69+67cb517ae",
19
+ "@atlaspack/utils": "2.14.5-dev.69+67cb517ae"
20
20
  },
21
21
  "type": "commonjs",
22
- "gitHead": "5a11f33c51ff74d1cf8d4b72cfa0fda833aa980a"
22
+ "gitHead": "67cb517ae793046fb5a0d2ef02ba74510fefccf3"
23
23
  }