extension-develop 3.8.7-canary.201.cd34d7b → 3.8.7-canary.202.d641bcc

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/535.cjs CHANGED
@@ -8095,8 +8095,7 @@ Set background.noDynamicEntryWarning to true to disable this warning.
8095
8095
  return;
8096
8096
  }
8097
8097
  const pendingReason = this.ctx.getPendingReloadReason();
8098
- const contentScriptEmitted = this.didEmitContentScripts(stats);
8099
- const reason = pendingReason || (contentScriptEmitted ? 'content' : void 0);
8098
+ const reason = pendingReason;
8100
8099
  if (!reason) return;
8101
8100
  this.ctx.clearPendingReloadReason();
8102
8101
  const now = Date.now();
@@ -8145,22 +8144,6 @@ Set background.noDynamicEntryWarning to true to disable this warning.
8145
8144
  this.serviceWorkerSourceDependencyPaths = discovered;
8146
8145
  } catch {}
8147
8146
  }
8148
- didEmitContentScripts(stats) {
8149
- try {
8150
- const json = 'function' == typeof stats?.toJson ? stats.toJson({
8151
- assets: true
8152
- }) : null;
8153
- const assets = json?.assets || [];
8154
- return assets.some((asset)=>{
8155
- const name = String(asset?.name || '');
8156
- if (!/(^|\/)content_scripts\/content-\d+\.(js|css)$/.test(name)) return false;
8157
- if ('boolean' == typeof asset?.emitted) return asset.emitted;
8158
- return true;
8159
- });
8160
- } catch {
8161
- return false;
8162
- }
8163
- }
8164
8147
  refreshContentScriptSourceDependencyPaths(compilation) {
8165
8148
  try {
8166
8149
  const entrypoints = compilation?.entrypoints;
package/dist/module.cjs CHANGED
@@ -134819,7 +134819,7 @@ var __webpack_modules__ = {
134819
134819
  },
134820
134820
  "./package.json" (module) {
134821
134821
  "use strict";
134822
- module.exports = JSON.parse('{"rE":"3.8.7-canary.201.cd34d7b","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"}}');
134822
+ module.exports = JSON.parse('{"rE":"3.8.7-canary.202.d641bcc","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"}}');
134823
134823
  }
134824
134824
  };
134825
134825
  var __webpack_module_cache__ = {};
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.8.7-canary.201.cd34d7b",
27
+ "version": "3.8.7-canary.202.d641bcc",
28
28
  "description": "Develop, build, preview, and package Extension.js projects.",
29
29
  "author": {
30
30
  "name": "Cezar Augusto",