@atlaspack/runtime-browser-hmr 2.14.16-typescript-8a6ec6c8b.0 → 2.14.17-unified-308e6415c.0

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.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529)]:
8
+ - @atlaspack/utils@2.16.0
9
+ - @atlaspack/plugin@2.14.16
10
+
3
11
  ## 2.14.15
4
12
 
5
13
  ### Patch Changes
@@ -170,10 +170,8 @@ if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
170
170
  console.error(e.message);
171
171
  }
172
172
  };
173
- ws.onclose = function (e) {
174
- if (process.env.ATLASPACK_BUILD_ENV !== 'test') {
175
- console.warn('[parcel] 🚨 Connection to the HMR server was lost');
176
- }
173
+ ws.onclose = function () {
174
+ console.warn('[parcel] 🚨 Connection to the HMR server was lost');
177
175
  };
178
176
  }
179
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/runtime-browser-hmr",
3
- "version": "2.14.16-typescript-8a6ec6c8b.0",
3
+ "version": "2.14.17-unified-308e6415c.0",
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.16-typescript-8a6ec6c8b.0",
19
- "@atlaspack/utils": "2.15.4-typescript-8a6ec6c8b.0"
18
+ "@atlaspack/plugin": "2.14.17-unified-308e6415c.0",
19
+ "@atlaspack/utils": "2.16.1-unified-308e6415c.0"
20
20
  },
21
21
  "type": "commonjs",
22
- "gitHead": "8a6ec6c8bed0bbf5461f5b0f899577a576906051"
22
+ "gitHead": "308e6415c9da9c8d08944fe7dabb27dc47de1cc4"
23
23
  }