wxt 0.20.9 → 0.20.10

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.
@@ -40,7 +40,6 @@ export function createWebExtRunner() {
40
40
  ),
41
41
  args: [
42
42
  "--unsafely-disable-devtools-self-xss-warnings",
43
- "--disable-features=DisableLoadExtensionCommandLineSwitch",
44
43
  ...wxtUserConfig?.chromiumArgs ?? []
45
44
  ]
46
45
  }
@@ -1439,6 +1439,7 @@ export declare const fakeResolvedConfig: (overrides?: {
1439
1439
  configFile?: string | undefined;
1440
1440
  } | undefined)[] | undefined;
1441
1441
  cwd?: string | undefined;
1442
+ _configFile?: string | undefined;
1442
1443
  source?: string | undefined;
1443
1444
  sourceOptions?: {
1444
1445
  [x: string]: any;
@@ -3073,6 +3074,7 @@ export declare const fakeResolvedConfig: (overrides?: {
3073
3074
  configFile?: string | undefined;
3074
3075
  } | undefined)[] | undefined;
3075
3076
  cwd?: string | undefined;
3077
+ _configFile?: string | undefined;
3076
3078
  source?: string | undefined;
3077
3079
  sourceOptions?: {
3078
3080
  [x: string]: any;
@@ -5209,6 +5211,7 @@ export declare const fakeWxt: (overrides?: {
5209
5211
  configFile?: string | undefined;
5210
5212
  } | undefined)[] | undefined;
5211
5213
  cwd?: string | undefined;
5214
+ _configFile?: string | undefined;
5212
5215
  source?: string | undefined;
5213
5216
  sourceOptions?: {
5214
5217
  [x: string]: any;
@@ -6843,6 +6846,7 @@ export declare const fakeWxt: (overrides?: {
6843
6846
  configFile?: string | undefined;
6844
6847
  } | undefined)[] | undefined;
6845
6848
  cwd?: string | undefined;
6849
+ _configFile?: string | undefined;
6846
6850
  source?: string | undefined;
6847
6851
  sourceOptions?: {
6848
6852
  [x: string]: any;
package/dist/version.mjs CHANGED
@@ -1 +1 @@
1
- export const version = "0.20.9";
1
+ export const version = "0.20.10";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wxt",
3
3
  "type": "module",
4
- "version": "0.20.9",
4
+ "version": "0.20.10",
5
5
  "description": "⚡ Next-gen Web Extension Framework",
6
6
  "license": "MIT",
7
7
  "dependencies": {
@@ -12,43 +12,43 @@
12
12
  "@webext-core/match-patterns": "^1.0.3",
13
13
  "@wxt-dev/storage": "^1.0.0",
14
14
  "async-mutex": "^0.5.0",
15
- "c12": "^3.0.3",
15
+ "c12": "^3.2.0",
16
16
  "cac": "^6.7.14",
17
17
  "chokidar": "^4.0.3",
18
- "ci-info": "^4.2.0",
18
+ "ci-info": "^4.3.0",
19
19
  "consola": "^3.4.2",
20
20
  "defu": "^6.1.4",
21
21
  "dotenv": "^17.2.2",
22
- "dotenv-expand": "^12.0.2",
22
+ "dotenv-expand": "^12.0.3",
23
23
  "esbuild": "^0.25.0",
24
24
  "fast-glob": "^3.3.3",
25
- "filesize": "^10.1.6",
25
+ "filesize": "^11.0.2",
26
26
  "fs-extra": "^11.3.1",
27
- "get-port-please": "^3.1.2",
27
+ "get-port-please": "^3.2.0",
28
28
  "giget": "^1.2.3 || ^2.0.0",
29
29
  "hookable": "^5.5.3",
30
- "import-meta-resolve": "^4.1.0",
30
+ "import-meta-resolve": "^4.2.0",
31
31
  "is-wsl": "^3.1.0",
32
32
  "json5": "^2.2.3",
33
33
  "jszip": "^3.10.1",
34
- "linkedom": "^0.18.10",
34
+ "linkedom": "^0.18.12",
35
35
  "magicast": "^0.3.5",
36
- "minimatch": "^10.0.1",
36
+ "minimatch": "^10.0.3",
37
37
  "nano-spawn": "^1.0.2",
38
38
  "normalize-path": "^3.0.0",
39
- "nypm": "^0.6.0",
39
+ "nypm": "^0.6.1",
40
40
  "ohash": "^2.0.11",
41
- "open": "^10.1.2",
41
+ "open": "^10.2.0",
42
42
  "ora": "^8.2.0",
43
- "perfect-debounce": "^1.0.0",
43
+ "perfect-debounce": "^2.0.0",
44
44
  "picocolors": "^1.1.1",
45
45
  "prompts": "^2.4.2",
46
- "publish-browser-extension": "^2.3.0 || ^3.0.0",
46
+ "publish-browser-extension": "^2.3.0 || ^3.0.2",
47
47
  "scule": "^1.3.0",
48
48
  "unimport": "^3.13.1 || ^4.0.0 || ^5.0.0",
49
49
  "vite": "^5.4.19 || ^6.3.4 || ^7.0.0",
50
50
  "vite-node": "^2.1.4 || ^3.1.2",
51
- "web-ext-run": "^0.2.3",
51
+ "web-ext-run": "^0.2.4",
52
52
  "@wxt-dev/browser": "^0.1.4"
53
53
  },
54
54
  "devDependencies": {