extension-develop 4.0.17 → 4.0.18
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/dist/0~rspack-config.mjs +1 -1
- package/dist/101.mjs +1 -1
- package/dist/extension-js-devtools/chrome/content_scripts/content-0.js +2 -2
- package/dist/extension-js-devtools/chromium/content_scripts/content-0.js +2 -2
- package/dist/extension-js-devtools/edge/content_scripts/content-0.js +2 -2
- package/dist/extension-js-devtools/firefox/content_scripts/content-0.js +2 -2
- package/package.json +2 -2
package/dist/0~rspack-config.mjs
CHANGED
|
@@ -270,7 +270,7 @@ function boring(manifestName, durationMs, stats) {
|
|
|
270
270
|
const timestamp = pintor.gray(`[${hh}:${mm}:${ss}]`);
|
|
271
271
|
const hasErrors = stats.hasErrors();
|
|
272
272
|
const hasWarnings = stats.hasWarnings();
|
|
273
|
-
const arrow = hasErrors ?
|
|
273
|
+
const arrow = hasErrors ? messaging_prefix('error') : hasWarnings ? messaging_prefix('warn') : messaging_prefix('info');
|
|
274
274
|
const label = hasErrors ? pintor.red('with errors') : hasWarnings ? pintor.yellow('with warnings') : pintor.green('successfully');
|
|
275
275
|
const app = manifestName;
|
|
276
276
|
const time = `${durationMs} ms`;
|
package/dist/101.mjs
CHANGED
|
@@ -643,7 +643,7 @@ async function config_loader_isUsingExperimentalConfig(projectPath) {
|
|
|
643
643
|
}
|
|
644
644
|
return false;
|
|
645
645
|
}
|
|
646
|
-
var package_namespaceObject = /*#__PURE__*/ JSON.parse('{"rE":"4.0.
|
|
646
|
+
var package_namespaceObject = /*#__PURE__*/ JSON.parse('{"rE":"4.0.18","El":{"@prefresh/core":"1.5.9","@prefresh/utils":"1.2.1","@rspack/core":"^2.1.1","@rspack/dev-server":"2.1.0","@rspack/plugin-preact-refresh":"2.0.1","@rspack/plugin-react-refresh":"2.0.2","@vue/compiler-sfc":"3.5.26","acorn":"^8.16.0","adm-zip":"^0.6.0","browser-extension-manifest-fields":"^2.2.9","case-sensitive-paths-webpack-plugin":"^2.4.0","content-security-policy-parser":"^0.6.0","dotenv":"^17.2.3","es-module-lexer":"^2.1.0","extension-from-store":"^0.1.1","go-git-it":"^5.1.5","ignore":"^7.0.5","less":"4.6.7","less-loader":"13.0.0","parse5-utilities":"^1.0.0","pintor":"0.3.0","postcss":"8.5.18","postcss-loader":"8.2.1","postcss-preset-env":"11.1.1","postcss-scss":"4.0.9","preact":"10.27.3","prefers-yarn":"2.0.1","react-refresh":"0.18.0","sass-loader":"17.0.0","schema-utils":"^4.3.3","svelte-loader":"3.2.4","tiny-glob":"^0.2.9","vue":"3.5.26","vue-loader":"17.4.2","webextension-polyfill":"^0.12.0","webpack-merge":"^6.0.1","webpack-target-webextension":"^2.1.3","ws":"^8.20.1"}}');
|
|
647
647
|
function asAbsolute(p) {
|
|
648
648
|
return __rspack_external_node_path_c5b9b54f.isAbsolute(p) ? p : __rspack_external_node_path_c5b9b54f.resolve(p);
|
|
649
649
|
}
|