@atlaspack/runtime-react-refresh
Advanced tools
Comparing version 2.12.1-dev.3367 to 2.12.1-dev.3398
@@ -38,3 +38,3 @@ "use strict"; | ||
let file = \`\${errorLocation.fileName}:\${errorLocation.lineNumber || 1}:\${errorLocation.colNumber || 1}\`; | ||
fetch(\`/__atlaspack_launch_editor?file=\${encodeURIComponent(file)}\`); | ||
fetch(\`/__parcel_launch_editor?file=\${encodeURIComponent(file)}\`); | ||
}); | ||
@@ -46,3 +46,3 @@ | ||
window.addEventListener('atlaspackhmraccept', () => { | ||
window.addEventListener('parcelhmraccept', () => { | ||
ErrorOverlay.dismissRuntimeErrors(); | ||
@@ -49,0 +49,0 @@ }); |
{ | ||
"name": "@atlaspack/runtime-react-refresh", | ||
"version": "2.12.1-dev.3367+07fefed65", | ||
"version": "2.12.1-dev.3398+81c73b3cd", | ||
"license": "MIT", | ||
@@ -16,11 +16,11 @@ "publishConfig": { | ||
"node": ">= 16.0.0", | ||
"atlaspack": "^2.12.1-dev.3367+07fefed65" | ||
"parcel": "^2.12.1-dev.3398+81c73b3cd" | ||
}, | ||
"dependencies": { | ||
"@atlaspack/plugin": "2.12.1-dev.3367+07fefed65", | ||
"@atlaspack/utils": "2.12.1-dev.3367+07fefed65", | ||
"@atlaspack/plugin": "2.12.1-dev.3398+81c73b3cd", | ||
"@atlaspack/utils": "2.12.1-dev.3398+81c73b3cd", | ||
"react-error-overlay": "6.0.9", | ||
"react-refresh": ">=0.9 <=0.14" | ||
}, | ||
"gitHead": "07fefed65a9a4d7bd0bdc9c45b39704ee4ca70dd" | ||
"gitHead": "81c73b3cdf93adf8b0013be9fed5422579bd5910" | ||
} |
@@ -23,3 +23,3 @@ // @flow strict-local | ||
let file = \`\${errorLocation.fileName}:\${errorLocation.lineNumber || 1}:\${errorLocation.colNumber || 1}\`; | ||
fetch(\`/__atlaspack_launch_editor?file=\${encodeURIComponent(file)}\`); | ||
fetch(\`/__parcel_launch_editor?file=\${encodeURIComponent(file)}\`); | ||
}); | ||
@@ -31,3 +31,3 @@ | ||
window.addEventListener('atlaspackhmraccept', () => { | ||
window.addEventListener('parcelhmraccept', () => { | ||
ErrorOverlay.dismissRuntimeErrors(); | ||
@@ -34,0 +34,0 @@ }); |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
16652