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.
- package/dist/{chunk-TENM236J.js → chunk-ZONHOHIX.js} +2 -3
- package/dist/cli.js +2 -3
- package/dist/index.cjs +2 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/testing.js +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from "./chunk-QGM4M3NI.js";
|
|
17
17
|
|
|
18
18
|
// package.json
|
|
19
|
-
var version = "0.18.
|
|
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"
|
|
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"
|
|
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.
|
|
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"
|
|
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.
|
|
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.
|
|
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.
|
|
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
package/dist/testing.js
CHANGED