wxt 0.14.0 → 0.14.1
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-4BYWUUR2.js → chunk-B7XRXAP5.js} +2 -2
- package/dist/cli.js +2 -2
- package/dist/index.cjs +2 -2
- 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
- package/dist/cli.d.ts +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// package.json
|
|
2
|
-
var version = "0.14.
|
|
2
|
+
var version = "0.14.1";
|
|
3
3
|
|
|
4
4
|
// src/core/utils/arrays.ts
|
|
5
5
|
function every(array, predicate) {
|
|
@@ -1777,7 +1777,7 @@ async function generateManifest(entrypoints, buildOutput, config) {
|
|
|
1777
1777
|
"wxt:reload-extension": {
|
|
1778
1778
|
description: "Reload the extension during development",
|
|
1779
1779
|
suggested_key: {
|
|
1780
|
-
default: "
|
|
1780
|
+
default: "Alt+R"
|
|
1781
1781
|
}
|
|
1782
1782
|
}
|
|
1783
1783
|
};
|
package/dist/cli.js
CHANGED
|
@@ -4,7 +4,7 @@ import "./chunk-VBXJIVYU.js";
|
|
|
4
4
|
import cac from "cac";
|
|
5
5
|
|
|
6
6
|
// package.json
|
|
7
|
-
var version = "0.14.
|
|
7
|
+
var version = "0.14.1";
|
|
8
8
|
|
|
9
9
|
// src/core/utils/fs.ts
|
|
10
10
|
import fs from "fs-extra";
|
|
@@ -2074,7 +2074,7 @@ async function generateManifest(entrypoints, buildOutput, config) {
|
|
|
2074
2074
|
"wxt:reload-extension": {
|
|
2075
2075
|
description: "Reload the extension during development",
|
|
2076
2076
|
suggested_key: {
|
|
2077
|
-
default: "
|
|
2077
|
+
default: "Alt+R"
|
|
2078
2078
|
}
|
|
2079
2079
|
}
|
|
2080
2080
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -4337,7 +4337,7 @@ function getChunkSortWeight(filename) {
|
|
|
4337
4337
|
var import_picocolors3 = __toESM(require("picocolors"), 1);
|
|
4338
4338
|
|
|
4339
4339
|
// package.json
|
|
4340
|
-
var version = "0.14.
|
|
4340
|
+
var version = "0.14.1";
|
|
4341
4341
|
|
|
4342
4342
|
// src/core/utils/log/printHeader.ts
|
|
4343
4343
|
var import_consola2 = require("consola");
|
|
@@ -4500,7 +4500,7 @@ async function generateManifest(entrypoints, buildOutput, config) {
|
|
|
4500
4500
|
"wxt:reload-extension": {
|
|
4501
4501
|
description: "Reload the extension during development",
|
|
4502
4502
|
suggested_key: {
|
|
4503
|
-
default: "
|
|
4503
|
+
default: "Alt+R"
|
|
4504
4504
|
}
|
|
4505
4505
|
}
|
|
4506
4506
|
};
|
package/dist/index.d.cts
CHANGED
|
@@ -62,6 +62,6 @@ declare function prepare(config: InlineConfig): Promise<void>;
|
|
|
62
62
|
*/
|
|
63
63
|
declare function zip(config?: InlineConfig): Promise<string[]>;
|
|
64
64
|
|
|
65
|
-
var version = "0.14.
|
|
65
|
+
var version = "0.14.1";
|
|
66
66
|
|
|
67
67
|
export { BuildOutput, ExtensionRunnerConfig, InlineConfig, UserConfig, WxtDevServer, build, clean, createServer, defineConfig, defineRunnerConfig, initialize, prepare, version, zip };
|
package/dist/index.d.ts
CHANGED
|
@@ -62,6 +62,6 @@ declare function prepare(config: InlineConfig): Promise<void>;
|
|
|
62
62
|
*/
|
|
63
63
|
declare function zip(config?: InlineConfig): Promise<string[]>;
|
|
64
64
|
|
|
65
|
-
var version = "0.14.
|
|
65
|
+
var version = "0.14.1";
|
|
66
66
|
|
|
67
67
|
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
package/package.json
CHANGED
package/dist/cli.d.ts
DELETED