@atlaspack/runtime-browser-hmr 2.15.20-dev-82931d988.0 → 2.15.20-dev-8c7962f2f.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/lib/HMRRuntime.js +1 -1
- package/lib/loaders/hmr-runtime.js +0 -1
- package/package.json +4 -4
package/lib/HMRRuntime.js
CHANGED
|
@@ -25,7 +25,7 @@ function _path() {
|
|
|
25
25
|
};
|
|
26
26
|
return data;
|
|
27
27
|
}
|
|
28
|
-
function _interopRequireDefault(
|
|
28
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
29
29
|
// Without this, the hmr-runtime.js is transpiled with the React Refresh swc transform because it
|
|
30
30
|
// lives in `/app/packages/runtimes/...` and thus the `config` in the JSTransformer is actually the
|
|
31
31
|
// user's package.json, and hmr-runtime.js is transpiled as a JSX asset.
|
|
@@ -92,7 +92,6 @@ var checkedAssets /*: {|[string]: boolean|} */,
|
|
|
92
92
|
assetsToDispose /*: Array<[ParcelRequire, string]> */,
|
|
93
93
|
// @ts-expect-error TS7034
|
|
94
94
|
assetsToAccept /*: Array<[ParcelRequire, string]> */;
|
|
95
|
-
|
|
96
95
|
function getHostname() {
|
|
97
96
|
return (
|
|
98
97
|
// @ts-expect-error TS2304
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/runtime-browser-hmr",
|
|
3
|
-
"version": "2.15.20-dev-
|
|
3
|
+
"version": "2.15.20-dev-8c7962f2f.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"node": ">= 16.0.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@atlaspack/plugin": "2.14.63-dev-
|
|
20
|
-
"@atlaspack/utils": "3.4.5-dev-
|
|
19
|
+
"@atlaspack/plugin": "2.14.63-dev-8c7962f2f.0",
|
|
20
|
+
"@atlaspack/utils": "3.4.5-dev-8c7962f2f.0"
|
|
21
21
|
},
|
|
22
22
|
"type": "commonjs",
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "8c7962f2f78d9837f89e20dd20a11938152b9d20"
|
|
27
27
|
}
|