wxt 0.18.13 → 0.18.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.
@@ -16,7 +16,7 @@ import {
16
16
  } from "./chunk-QGM4M3NI.js";
17
17
 
18
18
  // package.json
19
- var version = "0.18.12";
19
+ var version = "0.18.13";
20
20
 
21
21
  // src/core/utils/paths.ts
22
22
  import systemPath from "node:path";
@@ -1425,8 +1425,7 @@ async function generateTypesDir(entrypoints) {
1425
1425
  { module: "wxt/vite-builder-env" }
1426
1426
  ];
1427
1427
  wxt.config.userModules.forEach((module) => {
1428
- if (module.type === "node_module" && module.configKey != null)
1429
- entries.push({ module: module.id });
1428
+ if (module.type === "node_module") entries.push({ module: module.id });
1430
1429
  });
1431
1430
  entries.push(await getPathsDeclarationEntry(entrypoints));
1432
1431
  entries.push(await getI18nDeclarationEntry());
package/dist/cli.js CHANGED
@@ -1988,8 +1988,7 @@ async function generateTypesDir(entrypoints) {
1988
1988
  { module: "wxt/vite-builder-env" }
1989
1989
  ];
1990
1990
  wxt.config.userModules.forEach((module) => {
1991
- if (module.type === "node_module" && module.configKey != null)
1992
- entries.push({ module: module.id });
1991
+ if (module.type === "node_module") entries.push({ module: module.id });
1993
1992
  });
1994
1993
  entries.push(await getPathsDeclarationEntry(entrypoints));
1995
1994
  entries.push(await getI18nDeclarationEntry());
@@ -2789,7 +2788,7 @@ function getChunkSortWeight(filename) {
2789
2788
  import pc4 from "picocolors";
2790
2789
 
2791
2790
  // package.json
2792
- var version = "0.18.12";
2791
+ var version = "0.18.13";
2793
2792
 
2794
2793
  // src/core/utils/log/printHeader.ts
2795
2794
  function printHeader() {
package/dist/index.cjs CHANGED
@@ -12157,8 +12157,7 @@ async function generateTypesDir(entrypoints) {
12157
12157
  { module: "wxt/vite-builder-env" }
12158
12158
  ];
12159
12159
  wxt.config.userModules.forEach((module2) => {
12160
- if (module2.type === "node_module" && module2.configKey != null)
12161
- entries.push({ module: module2.id });
12160
+ if (module2.type === "node_module") entries.push({ module: module2.id });
12162
12161
  });
12163
12162
  entries.push(await getPathsDeclarationEntry(entrypoints));
12164
12163
  entries.push(await getI18nDeclarationEntry());
@@ -12971,7 +12970,7 @@ function getChunkSortWeight(filename) {
12971
12970
  var import_picocolors4 = __toESM(require("picocolors"), 1);
12972
12971
 
12973
12972
  // package.json
12974
- var version = "0.18.12";
12973
+ var version = "0.18.13";
12975
12974
 
12976
12975
  // src/core/utils/building/internal-build.ts
12977
12976
  var import_fast_glob5 = __toESM(require("fast-glob"), 1);
package/dist/index.d.cts CHANGED
@@ -76,6 +76,6 @@ declare function prepare(config: InlineConfig): Promise<void>;
76
76
  */
77
77
  declare function zip(config?: InlineConfig): Promise<string[]>;
78
78
 
79
- var version = "0.18.12";
79
+ var version = "0.18.13";
80
80
 
81
81
  export { BuildOutput, ExtensionRunnerConfig, InlineConfig, UserConfig, WxtDevServer, build, clean, createServer, defineConfig, defineRunnerConfig, initialize, prepare, version, zip };
package/dist/index.d.ts CHANGED
@@ -76,6 +76,6 @@ declare function prepare(config: InlineConfig): Promise<void>;
76
76
  */
77
77
  declare function zip(config?: InlineConfig): Promise<string[]>;
78
78
 
79
- var version = "0.18.12";
79
+ var version = "0.18.13";
80
80
 
81
81
  export { BuildOutput, ExtensionRunnerConfig, InlineConfig, UserConfig, WxtDevServer, build, clean, createServer, defineConfig, defineRunnerConfig, initialize, prepare, version, zip };
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  unnormalizePath,
20
20
  version,
21
21
  wxt
22
- } from "./chunk-TENM236J.js";
22
+ } from "./chunk-ZONHOHIX.js";
23
23
  import "./chunk-BERPNPEZ.js";
24
24
  import "./chunk-6XSIWUWF.js";
25
25
  import {
package/dist/testing.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  tsconfigPaths,
7
7
  vitePlugin,
8
8
  webextensionPolyfillMock
9
- } from "./chunk-TENM236J.js";
9
+ } from "./chunk-ZONHOHIX.js";
10
10
  import "./chunk-BERPNPEZ.js";
11
11
  import "./chunk-6XSIWUWF.js";
12
12
  import "./chunk-BM6QYGAW.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wxt",
3
3
  "type": "module",
4
- "version": "0.18.13",
4
+ "version": "0.18.14",
5
5
  "description": "Next gen framework for developing web extensions",
6
6
  "repository": {
7
7
  "type": "git",