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

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
@@ -133582,7 +133582,7 @@ var __webpack_modules__ = {
133582
133582
  },
133583
133583
  "./package.json" (module) {
133584
133584
  "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"}}');
133585
+ module.exports = JSON.parse('{"rE":"3.5.0-next.13","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
133586
  }
133587
133587
  };
133588
133588
  var __webpack_module_cache__ = {};
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.13",
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
+ }