wxt 0.8.6 → 0.8.7
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-VFZ5667B.js → chunk-2M222CNK.js} +3 -3
- package/dist/cli.cjs +512 -291
- package/dist/client.d.ts +87 -41
- package/dist/client.js +105 -65
- package/dist/{execa-WKZHVHC5.js → execa-Z7B33P3C.js} +494 -346
- package/dist/index.cjs +512 -291
- 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 +21 -21
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// package.json
|
|
2
|
-
var version = "0.8.
|
|
2
|
+
var version = "0.8.7";
|
|
3
3
|
|
|
4
4
|
// src/core/utils/entrypoints.ts
|
|
5
5
|
import path, { relative, resolve } from "node:path";
|
|
@@ -920,7 +920,7 @@ async function writePathsDeclarationFile(entrypoints, config) {
|
|
|
920
920
|
import "wxt/browser";
|
|
921
921
|
|
|
922
922
|
declare module "wxt/browser" {
|
|
923
|
-
type PublicPath =
|
|
923
|
+
export type PublicPath =
|
|
924
924
|
{{ union }}
|
|
925
925
|
export interface WxtRuntime extends Runtime.Static {
|
|
926
926
|
getURL(path: PublicPath): string;
|
|
@@ -2074,7 +2074,7 @@ async function internalBuild(config) {
|
|
|
2074
2074
|
return output;
|
|
2075
2075
|
}
|
|
2076
2076
|
async function combineAnalysisStats(config) {
|
|
2077
|
-
const { execaCommand } = await import("./execa-
|
|
2077
|
+
const { execaCommand } = await import("./execa-Z7B33P3C.js");
|
|
2078
2078
|
const unixFiles = await glob2(`stats-*.json`, {
|
|
2079
2079
|
cwd: config.outDir,
|
|
2080
2080
|
absolute: true
|