wxt 0.16.0 → 0.16.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-NTBDEVHE.js → chunk-7RB7TV6M.js} +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- 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 +2 -2
- package/dist/cli.d.ts +0 -2
package/dist/cli.js
CHANGED
|
@@ -2027,7 +2027,7 @@ function getChunkSortWeight(filename) {
|
|
|
2027
2027
|
import pc4 from "picocolors";
|
|
2028
2028
|
|
|
2029
2029
|
// package.json
|
|
2030
|
-
var version = "0.16.
|
|
2030
|
+
var version = "0.16.1";
|
|
2031
2031
|
|
|
2032
2032
|
// src/core/utils/log/printHeader.ts
|
|
2033
2033
|
import { consola as consola2 } from "consola";
|
package/dist/index.cjs
CHANGED
|
@@ -4454,7 +4454,7 @@ function getChunkSortWeight(filename) {
|
|
|
4454
4454
|
var import_picocolors4 = __toESM(require("picocolors"), 1);
|
|
4455
4455
|
|
|
4456
4456
|
// package.json
|
|
4457
|
-
var version = "0.16.
|
|
4457
|
+
var version = "0.16.1";
|
|
4458
4458
|
|
|
4459
4459
|
// src/core/utils/log/printHeader.ts
|
|
4460
4460
|
var import_consola2 = require("consola");
|
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.16.
|
|
65
|
+
var version = "0.16.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.16.
|
|
65
|
+
var version = "0.16.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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.1",
|
|
5
5
|
"description": "Next gen framework for developing web extensions",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"ora": "^7.0.1",
|
|
112
112
|
"picocolors": "^1.0.0",
|
|
113
113
|
"prompts": "^2.4.2",
|
|
114
|
-
"publish-browser-extension": "^2.1.
|
|
114
|
+
"publish-browser-extension": "^2.1.1",
|
|
115
115
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
116
116
|
"unimport": "^3.4.0",
|
|
117
117
|
"vite": "^5.0.12",
|
package/dist/cli.d.ts
DELETED