extension-develop 3.7.0-canary.175.b89ffec → 3.7.0-canary.176.bcbd3c2
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/module.cjs +2 -2
- package/package.json +1 -1
package/dist/module.cjs
CHANGED
|
@@ -134641,7 +134641,7 @@ var __webpack_modules__ = {
|
|
|
134641
134641
|
},
|
|
134642
134642
|
"./package.json" (module) {
|
|
134643
134643
|
"use strict";
|
|
134644
|
-
module.exports = JSON.parse('{"rE":"3.7.0-canary.
|
|
134644
|
+
module.exports = JSON.parse('{"rE":"3.7.0-canary.176.bcbd3c2","El":{"@rspack/core":"^1.7.5","@rspack/dev-server":"^1.1.5","@swc/core":"^1.15.8","@swc/helpers":"^0.5.18","adm-zip":"^0.5.16","browser-extension-manifest-fields":"^2.2.1","case-sensitive-paths-webpack-plugin":"^2.4.0","chrome-location2":"4.0.0","chromium-location":"2.0.0","content-security-policy-parser":"^0.6.0","cross-spawn":"^7.0.6","dotenv":"^17.2.3","edge-location":"2.2.0","extension-from-store":"^0.1.1","firefox-location2":"3.0.0","go-git-it":"^5.1.1","ignore":"^7.0.5","loader-utils":"^3.3.1","magic-string":"^0.30.21","parse5":"^8.0.0","parse5-utilities":"^1.0.0","pintor":"0.3.0","schema-utils":"^4.3.3","tiny-glob":"^0.2.9","unique-names-generator":"^4.7.1","webextension-polyfill":"^0.12.0","webpack-merge":"^6.0.1","webpack-target-webextension":"^2.1.3","ws":"^8.19.0"}}');
|
|
134645
134645
|
}
|
|
134646
134646
|
};
|
|
134647
134647
|
var __webpack_module_cache__ = {};
|
|
@@ -135387,7 +135387,7 @@ var __webpack_exports__ = {};
|
|
|
135387
135387
|
const didInstall = await (0, frameworks_lib_integrations.Dy)(installPlans);
|
|
135388
135388
|
if (!didInstall) throw new Error('[Optional] Optional dependencies failed to install.');
|
|
135389
135389
|
if (opts?.showRunAgainMessage !== false && 'true' === process.env.EXTENSION_AUTHOR_MODE) console.log(js_frameworks_lib_messages.Q2(uniqueIntegrations));
|
|
135390
|
-
if (opts?.exitOnInstall !== false) {
|
|
135390
|
+
if ('development' === mode && opts?.exitOnInstall !== false) {
|
|
135391
135391
|
writePreflightMarker(projectPath);
|
|
135392
135392
|
process.exit(0);
|
|
135393
135393
|
}
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"webpack/webpack-lib/build-dependencies.json"
|
|
25
25
|
],
|
|
26
26
|
"name": "extension-develop",
|
|
27
|
-
"version": "3.7.0-canary.
|
|
27
|
+
"version": "3.7.0-canary.176.bcbd3c2",
|
|
28
28
|
"description": "Develop, build, preview, and package Extension.js projects.",
|
|
29
29
|
"author": {
|
|
30
30
|
"name": "Cezar Augusto",
|