wxt 0.16.4 → 0.16.5
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/README.md +2 -5
- package/dist/{chunk-AV2C3JTL.js → chunk-N5MSLHHE.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/README.md
CHANGED
|
@@ -55,14 +55,11 @@ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get
|
|
|
55
55
|
- 📂 File based entrypoints
|
|
56
56
|
- 🚔 TypeScript
|
|
57
57
|
- 🦾 Auto-imports
|
|
58
|
-
-
|
|
58
|
+
- 🤖 Automated publishing
|
|
59
59
|
- 🎨 Frontend framework agnostic: works with Vue, React, Svelte, etc
|
|
60
60
|
- 🖍️ Quickly bootstrap a new project
|
|
61
61
|
- 📏 Bundle analysis
|
|
62
|
-
|
|
63
|
-
### Coming Soon
|
|
64
|
-
|
|
65
|
-
- 🤖 Automated publishing
|
|
62
|
+
- ⬇️ Download and bundle remote URL imports
|
|
66
63
|
|
|
67
64
|
## Contributors
|
|
68
65
|
|
package/dist/cli.js
CHANGED
|
@@ -2098,7 +2098,7 @@ function getChunkSortWeight(filename) {
|
|
|
2098
2098
|
import pc4 from "picocolors";
|
|
2099
2099
|
|
|
2100
2100
|
// package.json
|
|
2101
|
-
var version = "0.16.
|
|
2101
|
+
var version = "0.16.5";
|
|
2102
2102
|
|
|
2103
2103
|
// src/core/utils/log/printHeader.ts
|
|
2104
2104
|
import { consola as consola2 } from "consola";
|
package/dist/index.cjs
CHANGED
|
@@ -4525,7 +4525,7 @@ function getChunkSortWeight(filename) {
|
|
|
4525
4525
|
var import_picocolors4 = __toESM(require("picocolors"), 1);
|
|
4526
4526
|
|
|
4527
4527
|
// package.json
|
|
4528
|
-
var version = "0.16.
|
|
4528
|
+
var version = "0.16.5";
|
|
4529
4529
|
|
|
4530
4530
|
// src/core/utils/log/printHeader.ts
|
|
4531
4531
|
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.16.
|
|
67
|
+
var version = "0.16.5";
|
|
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.16.
|
|
67
|
+
var version = "0.16.5";
|
|
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.16.
|
|
4
|
+
"version": "0.16.5",
|
|
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.2",
|
|
115
115
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
116
116
|
"unimport": "^3.4.0",
|
|
117
117
|
"vite": "^5.0.12",
|