extension-develop 3.3.3-mext.0 → 3.3.3-next-2

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.
Files changed (2) hide show
  1. package/dist/module.js +5 -5
  2. package/package.json +1 -1
package/dist/module.js CHANGED
@@ -130925,15 +130925,15 @@ var __webpack_modules__ = {
130925
130925
  '--save-optional'
130926
130926
  ]
130927
130927
  };
130928
- if (isFromPnpx()) return {
130928
+ if ('pnpm' === pmName || isFromPnpx()) return {
130929
130929
  command: 'pnpm',
130930
130930
  args: [
130931
- '--silent',
130932
130931
  'add',
130933
130932
  ...dependencies,
130934
- '--prefix',
130933
+ '--dir',
130935
130934
  installBaseDir,
130936
- '--save-optional'
130935
+ '--save-optional',
130936
+ '--silent'
130937
130937
  ]
130938
130938
  };
130939
130939
  const fallback = pmName || 'npm';
@@ -133051,7 +133051,7 @@ var __webpack_modules__ = {
133051
133051
  },
133052
133052
  "./package.json" (module) {
133053
133053
  "use strict";
133054
- module.exports = JSON.parse('{"rE":"3.3.3-mext.0","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.0.3","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"}}');
133054
+ module.exports = JSON.parse('{"rE":"3.3.3-next-2","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.0.3","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"}}');
133055
133055
  }
133056
133056
  };
133057
133057
  var __webpack_module_cache__ = {};
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "name": "extension-develop",
25
- "version": "3.3.3-mext.0",
25
+ "version": "3.3.3-next-2",
26
26
  "description": "Develop, build, preview, and package Extension.js projects.",
27
27
  "author": {
28
28
  "name": "Cezar Augusto",