wxt 0.17.2-alpha3 → 0.17.2-alpha4
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-Q7CFCUFY.js → chunk-C57BR3TX.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 +3 -6
package/dist/cli.js
CHANGED
|
@@ -2181,7 +2181,7 @@ function getChunkSortWeight(filename) {
|
|
|
2181
2181
|
import pc4 from "picocolors";
|
|
2182
2182
|
|
|
2183
2183
|
// package.json
|
|
2184
|
-
var version = "0.17.2-
|
|
2184
|
+
var version = "0.17.2-alpha4";
|
|
2185
2185
|
|
|
2186
2186
|
// src/core/utils/log/printHeader.ts
|
|
2187
2187
|
import { consola as consola2 } from "consola";
|
package/dist/index.cjs
CHANGED
|
@@ -4608,7 +4608,7 @@ function getChunkSortWeight(filename) {
|
|
|
4608
4608
|
var import_picocolors4 = __toESM(require("picocolors"), 1);
|
|
4609
4609
|
|
|
4610
4610
|
// package.json
|
|
4611
|
-
var version = "0.17.2-
|
|
4611
|
+
var version = "0.17.2-alpha4";
|
|
4612
4612
|
|
|
4613
4613
|
// src/core/utils/log/printHeader.ts
|
|
4614
4614
|
var import_consola2 = require("consola");
|
package/dist/index.d.cts
CHANGED
|
@@ -64,6 +64,6 @@ declare function prepare(config: InlineConfig): Promise<void>;
|
|
|
64
64
|
*/
|
|
65
65
|
declare function zip(config?: InlineConfig): Promise<string[]>;
|
|
66
66
|
|
|
67
|
-
var version = "0.17.2-
|
|
67
|
+
var version = "0.17.2-alpha4";
|
|
68
68
|
|
|
69
69
|
export { BuildOutput, ExtensionRunnerConfig, InlineConfig, UserConfig, WxtDevServer, build, clean, createServer, defineConfig, defineRunnerConfig, initialize, prepare, version, zip };
|
package/dist/index.d.ts
CHANGED
|
@@ -64,6 +64,6 @@ declare function prepare(config: InlineConfig): Promise<void>;
|
|
|
64
64
|
*/
|
|
65
65
|
declare function zip(config?: InlineConfig): Promise<string[]>;
|
|
66
66
|
|
|
67
|
-
var version = "0.17.2-
|
|
67
|
+
var version = "0.17.2-alpha4";
|
|
68
68
|
|
|
69
69
|
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.17.2-
|
|
4
|
+
"version": "0.17.2-alpha4",
|
|
5
5
|
"description": "Next gen framework for developing web extensions",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18",
|
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"ora": "^7.0.1",
|
|
112
112
|
"picocolors": "^1.0.0",
|
|
113
113
|
"prompts": "^2.4.2",
|
|
114
|
+
"rollup-plugin-visualizer": "^5.9.2",
|
|
114
115
|
"unimport": "^3.4.0",
|
|
115
116
|
"vite": "^5.1.3",
|
|
116
117
|
"web-ext-run": "^0.2.0",
|
|
@@ -147,15 +148,11 @@
|
|
|
147
148
|
"vue": "^3.3.10"
|
|
148
149
|
},
|
|
149
150
|
"peerDependencies": {
|
|
150
|
-
"publish-browser-extension": "^2.1.2"
|
|
151
|
-
"rollup-plugin-visualizer": "^5.9.2"
|
|
151
|
+
"publish-browser-extension": "^2.1.2"
|
|
152
152
|
},
|
|
153
153
|
"peerDependenciesMeta": {
|
|
154
154
|
"publish-browser-extension": {
|
|
155
155
|
"optional": true
|
|
156
|
-
},
|
|
157
|
-
"rollup-plugin-visualizer": {
|
|
158
|
-
"optional": true
|
|
159
156
|
}
|
|
160
157
|
},
|
|
161
158
|
"packageManager": "pnpm@8.6.3",
|