extension-develop 3.18.1 → 3.18.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.
@@ -2344,7 +2344,7 @@ async function maybeUsePreact(projectPath) {
2344
2344
  contractId: 'preact-refresh',
2345
2345
  projectPath,
2346
2346
  dependencyId: '@rspack/plugin-preact-refresh',
2347
- moduleAdapter: (mod)=>mod && mod.default || mod
2347
+ moduleAdapter: (mod)=>mod?.PreactRefreshRspackPlugin ?? mod?.default?.PreactRefreshRspackPlugin ?? mod?.default ?? mod
2348
2348
  });
2349
2349
  const requireFromProject = createRequire(__rspack_external_path.join(projectPath, 'package.json'));
2350
2350
  const resolveFromProject = (id)=>{
package/dist/946.mjs CHANGED
@@ -12,7 +12,7 @@ import * as __rspack_external_path from "path";
12
12
  import * as __rspack_external_fs from "fs";
13
13
  import * as __rspack_external_os from "os";
14
14
  import * as __rspack_external_vm from "vm";
15
- var package_namespaceObject = JSON.parse('{"rE":"3.18.1","El":{"@prefresh/core":"1.5.9","@prefresh/utils":"1.2.1","@rspack/core":"^2.0.1","@rspack/dev-server":"2.0.1","@rspack/plugin-preact-refresh":"1.1.5","@rspack/plugin-react-refresh":"1.6.2","@swc/core":"^1.15.8","@swc/helpers":"^0.5.18","@vue/compiler-sfc":"3.5.26","adm-zip":"^0.5.16","browser-extension-manifest-fields":"^2.2.3","case-sensitive-paths-webpack-plugin":"^2.4.0","content-security-policy-parser":"^0.6.0","cross-spawn":"^7.0.6","dotenv":"^17.2.3","extension-from-store":"^0.1.1","go-git-it":"^5.1.5","ignore":"^7.0.5","less":"4.5.1","less-loader":"12.3.2","loader-utils":"^3.3.1","magic-string":"^0.30.21","parse5-utilities":"^1.0.0","pintor":"0.3.0","postcss":"8.5.10","postcss-loader":"8.2.1","postcss-preset-env":"11.1.1","postcss-scss":"4.0.9","preact":"10.27.3","react-refresh":"0.18.0","sass-loader":"16.0.7","schema-utils":"^4.3.3","svelte-loader":"3.2.4","tiny-glob":"^0.2.9","typescript":"5.9.3","unique-names-generator":"^4.7.1","vue":"3.5.26","vue-loader":"17.4.2","webextension-polyfill":"^0.12.0","webpack-merge":"^6.0.1","webpack-target-webextension":"^2.1.3","ws":"^8.20.1"}}');
15
+ var package_namespaceObject = JSON.parse('{"rE":"3.18.2","El":{"@prefresh/core":"1.5.9","@prefresh/utils":"1.2.1","@rspack/core":"^2.0.1","@rspack/dev-server":"2.0.1","@rspack/plugin-preact-refresh":"2.0.1","@rspack/plugin-react-refresh":"1.6.2","@swc/core":"^1.15.8","@swc/helpers":"^0.5.18","@vue/compiler-sfc":"3.5.26","adm-zip":"^0.5.16","browser-extension-manifest-fields":"^2.2.3","case-sensitive-paths-webpack-plugin":"^2.4.0","content-security-policy-parser":"^0.6.0","cross-spawn":"^7.0.6","dotenv":"^17.2.3","extension-from-store":"^0.1.1","go-git-it":"^5.1.5","ignore":"^7.0.5","less":"4.5.1","less-loader":"12.3.2","loader-utils":"^3.3.1","magic-string":"^0.30.21","parse5-utilities":"^1.0.0","pintor":"0.3.0","postcss":"8.5.10","postcss-loader":"8.2.1","postcss-preset-env":"11.1.1","postcss-scss":"4.0.9","preact":"10.27.3","react-refresh":"0.18.0","sass-loader":"16.0.7","schema-utils":"^4.3.3","svelte-loader":"3.2.4","tiny-glob":"^0.2.9","typescript":"5.9.3","unique-names-generator":"^4.7.1","vue":"3.5.26","vue-loader":"17.4.2","webextension-polyfill":"^0.12.0","webpack-merge":"^6.0.1","webpack-target-webextension":"^2.1.3","ws":"^8.20.1"}}');
16
16
  const fmt = {
17
17
  heading: (title)=>pintor.underline(pintor.blue(title)),
18
18
  label: (key)=>pintor.gray(key.toUpperCase()),
package/dist/962.mjs CHANGED
@@ -551,7 +551,7 @@ const OPTIONAL_DEPENDENCY_CONTRACTS = {
551
551
  installPackages: [
552
552
  '@prefresh/core@1.5.9',
553
553
  '@prefresh/utils@1.2.1',
554
- '@rspack/plugin-preact-refresh@1.1.5',
554
+ '@rspack/plugin-preact-refresh@2.0.1',
555
555
  'preact@10.27.2'
556
556
  ],
557
557
  verificationRules: [
@@ -1,2 +1,2 @@
1
- {"type":"compile_start","ts":"2026-05-29T01:57:14.264Z","command":"start","browser":"chrome"}
2
- {"type":"compile_success","ts":"2026-05-29T01:57:15.170Z","command":"start","browser":"chrome","durationMs":1005,"errorCount":0}
1
+ {"type":"compile_start","ts":"2026-06-03T16:40:26.058Z","command":"start","browser":"chrome"}
2
+ {"type":"compile_success","ts":"2026-06-03T16:40:27.023Z","command":"start","browser":"chrome","durationMs":1066,"errorCount":0}
@@ -2,15 +2,15 @@
2
2
  "schemaVersion": 2,
3
3
  "command": "start",
4
4
  "browser": "chrome",
5
- "runId": "mpq9um8n-fsosg1bf",
6
- "startedAt": "2026-05-29T01:57:14.135Z",
5
+ "runId": "mpyaloau-pfr5os27",
6
+ "startedAt": "2026-06-03T16:40:25.926Z",
7
7
  "distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/dist/chrome",
8
8
  "manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/src/manifest.json",
9
9
  "port": null,
10
10
  "controlPort": null,
11
11
  "status": "ready",
12
- "pid": 2733,
13
- "ts": "2026-05-29T01:57:15.170Z",
14
- "compiledAt": "2026-05-29T01:57:15.170Z",
12
+ "pid": 2832,
13
+ "ts": "2026-06-03T16:40:27.023Z",
14
+ "compiledAt": "2026-06-03T16:40:27.023Z",
15
15
  "errors": []
16
16
  }
@@ -1,2 +1,2 @@
1
- {"type":"compile_start","ts":"2026-05-29T01:57:12.551Z","command":"start","browser":"chromium"}
2
- {"type":"compile_success","ts":"2026-05-29T01:57:13.454Z","command":"start","browser":"chromium","durationMs":997,"errorCount":0}
1
+ {"type":"compile_start","ts":"2026-06-03T16:40:24.319Z","command":"start","browser":"chromium"}
2
+ {"type":"compile_success","ts":"2026-06-03T16:40:25.283Z","command":"start","browser":"chromium","durationMs":1064,"errorCount":0}
@@ -2,15 +2,15 @@
2
2
  "schemaVersion": 2,
3
3
  "command": "start",
4
4
  "browser": "chromium",
5
- "runId": "mpq9ukx7-fam4wb74",
6
- "startedAt": "2026-05-29T01:57:12.427Z",
5
+ "runId": "mpyalmyk-bvas21r4",
6
+ "startedAt": "2026-06-03T16:40:24.188Z",
7
7
  "distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/dist/chromium",
8
8
  "manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/src/manifest.json",
9
9
  "port": null,
10
10
  "controlPort": null,
11
11
  "status": "ready",
12
- "pid": 2686,
13
- "ts": "2026-05-29T01:57:13.454Z",
14
- "compiledAt": "2026-05-29T01:57:13.454Z",
12
+ "pid": 2786,
13
+ "ts": "2026-06-03T16:40:25.283Z",
14
+ "compiledAt": "2026-06-03T16:40:25.283Z",
15
15
  "errors": []
16
16
  }
@@ -1,2 +1,2 @@
1
- {"type":"compile_start","ts":"2026-05-29T01:57:17.427Z","command":"start","browser":"edge"}
2
- {"type":"compile_success","ts":"2026-05-29T01:57:18.308Z","command":"start","browser":"edge","durationMs":974,"errorCount":0}
1
+ {"type":"compile_start","ts":"2026-06-03T16:40:29.617Z","command":"start","browser":"edge"}
2
+ {"type":"compile_success","ts":"2026-06-03T16:40:30.579Z","command":"start","browser":"edge","durationMs":1062,"errorCount":0}
@@ -2,15 +2,15 @@
2
2
  "schemaVersion": 2,
3
3
  "command": "start",
4
4
  "browser": "edge",
5
- "runId": "mpq9uooq-byec6kd7",
6
- "startedAt": "2026-05-29T01:57:17.306Z",
5
+ "runId": "mpyalr1r-7gu68biz",
6
+ "startedAt": "2026-06-03T16:40:29.487Z",
7
7
  "distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/dist/edge",
8
8
  "manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/src/manifest.json",
9
9
  "port": null,
10
10
  "controlPort": null,
11
11
  "status": "ready",
12
- "pid": 2825,
13
- "ts": "2026-05-29T01:57:18.308Z",
14
- "compiledAt": "2026-05-29T01:57:18.308Z",
12
+ "pid": 2924,
13
+ "ts": "2026-06-03T16:40:30.579Z",
14
+ "compiledAt": "2026-06-03T16:40:30.579Z",
15
15
  "errors": []
16
16
  }
@@ -1,2 +1,2 @@
1
- {"type":"compile_start","ts":"2026-05-29T01:57:15.885Z","command":"start","browser":"firefox"}
2
- {"type":"compile_success","ts":"2026-05-29T01:57:16.709Z","command":"start","browser":"firefox","durationMs":917,"errorCount":0}
1
+ {"type":"compile_start","ts":"2026-06-03T16:40:27.810Z","command":"start","browser":"firefox"}
2
+ {"type":"compile_success","ts":"2026-06-03T16:40:28.837Z","command":"start","browser":"firefox","durationMs":1126,"errorCount":0}
@@ -2,15 +2,15 @@
2
2
  "schemaVersion": 2,
3
3
  "command": "start",
4
4
  "browser": "firefox",
5
- "runId": "mpq9unhw-jzppjwu3",
6
- "startedAt": "2026-05-29T01:57:15.764Z",
5
+ "runId": "mpyalpnl-26jbc284",
6
+ "startedAt": "2026-06-03T16:40:27.681Z",
7
7
  "distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/dist/firefox",
8
8
  "manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-devtools/src/manifest.json",
9
9
  "port": null,
10
10
  "controlPort": null,
11
11
  "status": "ready",
12
- "pid": 2779,
13
- "ts": "2026-05-29T01:57:16.709Z",
14
- "compiledAt": "2026-05-29T01:57:16.709Z",
12
+ "pid": 2878,
13
+ "ts": "2026-06-03T16:40:28.837Z",
14
+ "compiledAt": "2026-06-03T16:40:28.837Z",
15
15
  "errors": []
16
16
  }
@@ -1,2 +1,2 @@
1
- {"type":"compile_start","ts":"2026-05-29T01:57:19.569Z","command":"start","browser":"chrome"}
2
- {"type":"compile_success","ts":"2026-05-29T01:57:19.596Z","command":"start","browser":"chrome","durationMs":28,"errorCount":0}
1
+ {"type":"compile_start","ts":"2026-06-03T16:40:31.987Z","command":"start","browser":"chrome"}
2
+ {"type":"compile_success","ts":"2026-06-03T16:40:32.019Z","command":"start","browser":"chrome","durationMs":32,"errorCount":0}
@@ -2,15 +2,15 @@
2
2
  "schemaVersion": 2,
3
3
  "command": "start",
4
4
  "browser": "chrome",
5
- "runId": "mpq9uqf0-wyqpxyht",
6
- "startedAt": "2026-05-29T01:57:19.548Z",
5
+ "runId": "mpyalsyk-355irvgq",
6
+ "startedAt": "2026-06-03T16:40:31.964Z",
7
7
  "distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-theme/dist/chrome",
8
8
  "manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-theme/manifest.json",
9
9
  "port": null,
10
10
  "controlPort": null,
11
11
  "status": "ready",
12
- "pid": 2909,
13
- "ts": "2026-05-29T01:57:19.596Z",
14
- "compiledAt": "2026-05-29T01:57:19.596Z",
12
+ "pid": 3014,
13
+ "ts": "2026-06-03T16:40:32.019Z",
14
+ "compiledAt": "2026-06-03T16:40:32.019Z",
15
15
  "errors": []
16
16
  }
@@ -1,2 +1,2 @@
1
- {"type":"compile_start","ts":"2026-05-29T01:57:18.947Z","command":"start","browser":"chromium"}
2
- {"type":"compile_success","ts":"2026-05-29T01:57:18.970Z","command":"start","browser":"chromium","durationMs":24,"errorCount":0}
1
+ {"type":"compile_start","ts":"2026-06-03T16:40:31.289Z","command":"start","browser":"chromium"}
2
+ {"type":"compile_success","ts":"2026-06-03T16:40:31.329Z","command":"start","browser":"chromium","durationMs":40,"errorCount":0}
@@ -2,15 +2,15 @@
2
2
  "schemaVersion": 2,
3
3
  "command": "start",
4
4
  "browser": "chromium",
5
- "runId": "mpq9upxs-vgqcxp62",
6
- "startedAt": "2026-05-29T01:57:18.928Z",
5
+ "runId": "mpyalsf6-ud5r7qe0",
6
+ "startedAt": "2026-06-03T16:40:31.266Z",
7
7
  "distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-theme/dist/chromium",
8
8
  "manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-theme/manifest.json",
9
9
  "port": null,
10
10
  "controlPort": null,
11
11
  "status": "ready",
12
- "pid": 2871,
13
- "ts": "2026-05-29T01:57:18.971Z",
14
- "compiledAt": "2026-05-29T01:57:18.971Z",
12
+ "pid": 2976,
13
+ "ts": "2026-06-03T16:40:31.329Z",
14
+ "compiledAt": "2026-06-03T16:40:31.329Z",
15
15
  "errors": []
16
16
  }
@@ -1,2 +1,2 @@
1
- {"type":"compile_start","ts":"2026-05-29T01:57:20.799Z","command":"start","browser":"edge"}
2
- {"type":"compile_success","ts":"2026-05-29T01:57:20.823Z","command":"start","browser":"edge","durationMs":24,"errorCount":0}
1
+ {"type":"compile_start","ts":"2026-06-03T16:40:33.322Z","command":"start","browser":"edge"}
2
+ {"type":"compile_success","ts":"2026-06-03T16:40:33.348Z","command":"start","browser":"edge","durationMs":26,"errorCount":0}
@@ -2,15 +2,15 @@
2
2
  "schemaVersion": 2,
3
3
  "command": "start",
4
4
  "browser": "edge",
5
- "runId": "mpq9urd7-bqav6t1j",
6
- "startedAt": "2026-05-29T01:57:20.779Z",
5
+ "runId": "mpyaltzq-598ueyft",
6
+ "startedAt": "2026-06-03T16:40:33.302Z",
7
7
  "distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-theme/dist/edge",
8
8
  "manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-theme/manifest.json",
9
9
  "port": null,
10
10
  "controlPort": null,
11
11
  "status": "ready",
12
- "pid": 2985,
13
- "ts": "2026-05-29T01:57:20.823Z",
14
- "compiledAt": "2026-05-29T01:57:20.823Z",
12
+ "pid": 3090,
13
+ "ts": "2026-06-03T16:40:33.348Z",
14
+ "compiledAt": "2026-06-03T16:40:33.348Z",
15
15
  "errors": []
16
16
  }
@@ -1,4 +1,4 @@
1
- {"type":"compile_start","ts":"2026-05-29T01:57:20.178Z","command":"start","browser":"firefox"}
2
- {"type":"compile_success","ts":"2026-05-29T01:57:20.206Z","command":"start","browser":"firefox","durationMs":28,"errorCount":0}
3
- {"type":"compile_start","ts":"2026-05-29T01:57:37.521Z","command":"start","browser":"firefox"}
4
- {"type":"compile_success","ts":"2026-05-29T01:57:37.553Z","command":"start","browser":"firefox","durationMs":32,"errorCount":0}
1
+ {"type":"compile_start","ts":"2026-06-03T16:40:32.653Z","command":"start","browser":"firefox"}
2
+ {"type":"compile_success","ts":"2026-06-03T16:40:32.684Z","command":"start","browser":"firefox","durationMs":31,"errorCount":0}
3
+ {"type":"compile_start","ts":"2026-06-03T16:40:52.241Z","command":"start","browser":"firefox"}
4
+ {"type":"compile_success","ts":"2026-06-03T16:40:52.280Z","command":"start","browser":"firefox","durationMs":39,"errorCount":0}
@@ -2,15 +2,15 @@
2
2
  "schemaVersion": 2,
3
3
  "command": "start",
4
4
  "browser": "firefox",
5
- "runId": "mpq9v49n-utz8zm8i",
6
- "startedAt": "2026-05-29T01:57:37.499Z",
5
+ "runId": "mpyam8l5-3ap8ia14",
6
+ "startedAt": "2026-06-03T16:40:52.217Z",
7
7
  "distPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-theme/dist/firefox",
8
8
  "manifestPath": "/home/runner/work/extension.js/extension.js/extensions/extension-js-theme/manifest.json",
9
9
  "port": null,
10
10
  "controlPort": null,
11
11
  "status": "ready",
12
- "pid": 4176,
13
- "ts": "2026-05-29T01:57:37.553Z",
14
- "compiledAt": "2026-05-29T01:57:37.553Z",
12
+ "pid": 4322,
13
+ "ts": "2026-06-03T16:40:52.280Z",
14
+ "compiledAt": "2026-06-03T16:40:52.280Z",
15
15
  "errors": []
16
16
  }
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  "runtime"
35
35
  ],
36
36
  "name": "extension-develop",
37
- "version": "3.18.1",
37
+ "version": "3.18.2",
38
38
  "description": "Develop, build, preview, and package Extension.js projects.",
39
39
  "author": {
40
40
  "name": "Cezar Augusto",
@@ -86,7 +86,7 @@
86
86
  "@prefresh/utils": "1.2.1",
87
87
  "@rspack/core": "^2.0.1",
88
88
  "@rspack/dev-server": "2.0.1",
89
- "@rspack/plugin-preact-refresh": "1.1.5",
89
+ "@rspack/plugin-preact-refresh": "2.0.1",
90
90
  "@rspack/plugin-react-refresh": "1.6.2",
91
91
  "@swc/core": "^1.15.8",
92
92
  "@swc/helpers": "^0.5.18",