@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 +8 -0
- package/lib/loaders/hmr-runtime.js +2 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -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 (
|
|
182
|
-
|
|
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.
|
|
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.
|
|
19
|
-
"@atlaspack/utils": "2.14.5-dev.
|
|
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": "
|
|
22
|
+
"gitHead": "67cb517ae793046fb5a0d2ef02ba74510fefccf3"
|
|
23
23
|
}
|