extension-develop 3.5.0-next.12 → 3.5.0-next.14

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 CHANGED
@@ -131072,8 +131072,10 @@ var __webpack_modules__ = {
131072
131072
  integration
131073
131073
  ], integration, isAuthor);
131074
131074
  const progressEnabled = !isAuthor && (0, _webpack_lib_progress__rspack_import_5.u)();
131075
+ const persistLabel = 'true' === process.env.EXTENSION_ONE_TIME_INSTALL_HINT;
131075
131076
  const progress = (0, _webpack_lib_progress__rspack_import_5.J)(setupMessage, {
131076
- enabled: progressEnabled
131077
+ enabled: progressEnabled,
131078
+ persistLabel
131077
131079
  });
131078
131080
  if (isAuthor) console.warn(setupMessage);
131079
131081
  else if (!progressEnabled) console.log(setupMessage);
@@ -131152,8 +131154,10 @@ var __webpack_modules__ = {
131152
131154
  const isAuthor = 'true' === process.env.EXTENSION_AUTHOR_MODE;
131153
131155
  const setupMessage = _messages__rspack_import_2._j(integrations, integration, isAuthor);
131154
131156
  const progressEnabled = !isAuthor && (0, _webpack_lib_progress__rspack_import_5.u)();
131157
+ const persistLabel = 'true' === process.env.EXTENSION_ONE_TIME_INSTALL_HINT;
131155
131158
  const progress = (0, _webpack_lib_progress__rspack_import_5.J)(setupMessage, {
131156
- enabled: progressEnabled
131159
+ enabled: progressEnabled,
131160
+ persistLabel
131157
131161
  });
131158
131162
  if (isAuthor) console.warn(setupMessage);
131159
131163
  else if (!progressEnabled) console.log(setupMessage);
@@ -133434,7 +133438,10 @@ var __webpack_modules__ = {
133434
133438
  return {
133435
133439
  stop: ()=>{
133436
133440
  clearInterval(timer);
133437
- if (process.stdout.isTTY) process.stdout.write(`\r${' '.repeat(lastVisibleLength)}\r`);
133441
+ if (process.stdout.isTTY) {
133442
+ process.stdout.write(`\r${' '.repeat(lastVisibleLength)}\r`);
133443
+ if (options?.persistLabel) process.stdout.write(`${label}\n`);
133444
+ }
133438
133445
  }
133439
133446
  };
133440
133447
  }
@@ -133582,7 +133589,7 @@ var __webpack_modules__ = {
133582
133589
  },
133583
133590
  "./package.json" (module) {
133584
133591
  "use strict";
133585
- module.exports = JSON.parse('{"rE":"3.5.0-next.12","El":{"@rspack/core":"^1.7.2","@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","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"}}');
133592
+ module.exports = JSON.parse('{"rE":"3.5.0-next.14","El":{"@rspack/core":"^1.7.2","@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","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"}}');
133586
133593
  }
133587
133594
  };
133588
133595
  var __webpack_module_cache__ = {};
@@ -133932,8 +133939,10 @@ var __webpack_exports__ = {};
133932
133939
  const stdio = isAuthor ? 'inherit' : 'ignore';
133933
133940
  const progressLabel = messages.xK(dependencies);
133934
133941
  const progressEnabled = !isAuthor && (0, webpack_lib_progress.u)();
133942
+ const persistLabel = 'true' === process.env.EXTENSION_ONE_TIME_INSTALL_HINT;
133935
133943
  const progress = (0, webpack_lib_progress.J)(progressLabel, {
133936
- enabled: progressEnabled
133944
+ enabled: progressEnabled,
133945
+ persistLabel
133937
133946
  });
133938
133947
  if (!progressEnabled) console.log(progressLabel);
133939
133948
  if (isAuthor) console.warn(messages.TL('build dependencies'));
@@ -133979,8 +133988,10 @@ var __webpack_exports__ = {};
133979
133988
  const isAuthor = 'true' === process.env.EXTENSION_AUTHOR_MODE;
133980
133989
  const stdio = isAuthor ? 'inherit' : 'ignore';
133981
133990
  const progressEnabled = !isAuthor && (0, webpack_lib_progress.u)();
133991
+ const persistLabel = 'true' === process.env.EXTENSION_ONE_TIME_INSTALL_HINT;
133982
133992
  const progress = (0, webpack_lib_progress.J)(progressLabel, {
133983
- enabled: progressEnabled
133993
+ enabled: progressEnabled,
133994
+ persistLabel
133984
133995
  });
133985
133996
  if (!progressEnabled) console.log(progressLabel);
133986
133997
  if (isAuthor) console.warn(messages.TL('project dependencies'));
package/package.json CHANGED
@@ -20,10 +20,11 @@
20
20
  "main": "./dist/module.cjs",
21
21
  "types": "./dist/module.d.ts",
22
22
  "files": [
23
- "dist"
23
+ "dist",
24
+ "webpack/webpack-lib/build-dependencies.json"
24
25
  ],
25
26
  "name": "extension-develop",
26
- "version": "3.5.0-next.12",
27
+ "version": "3.5.0-next.14",
27
28
  "description": "Develop, build, preview, and package Extension.js projects.",
28
29
  "author": {
29
30
  "name": "Cezar Augusto",
@@ -0,0 +1,24 @@
1
+ {
2
+ "@rspack/core": "^1.7.2",
3
+ "@rspack/dev-server": "^1.1.5",
4
+ "@swc/core": "^1.15.8",
5
+ "@swc/helpers": "^0.5.18",
6
+ "adm-zip": "^0.5.16",
7
+ "browser-extension-manifest-fields": "^2.2.1",
8
+ "case-sensitive-paths-webpack-plugin": "^2.4.0",
9
+ "chokidar": "^5.0.0",
10
+ "content-security-policy-parser": "^0.6.0",
11
+ "dotenv": "^17.2.3",
12
+ "go-git-it": "^5.0.3",
13
+ "ignore": "^7.0.5",
14
+ "loader-utils": "^3.3.1",
15
+ "magic-string": "^0.30.21",
16
+ "parse5": "^8.0.0",
17
+ "parse5-utilities": "^1.0.0",
18
+ "schema-utils": "^4.3.3",
19
+ "tiny-glob": "^0.2.9",
20
+ "webextension-polyfill": "^0.12.0",
21
+ "webpack-merge": "^6.0.1",
22
+ "webpack-target-webextension": "^2.1.3",
23
+ "ws": "^8.19.0"
24
+ }