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 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
- - ⬇️ Download and bundle remote URL imports
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
 
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "0.16.4";
2
+ var version = "0.16.5";
3
3
 
4
4
  // src/core/utils/fs.ts
5
5
  import fs from "fs-extra";
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.4";
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.4";
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.4";
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.4";
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
@@ -15,7 +15,7 @@ import {
15
15
  resolvePerBrowserOption,
16
16
  version,
17
17
  wxt
18
- } from "./chunk-AV2C3JTL.js";
18
+ } from "./chunk-N5MSLHHE.js";
19
19
  import "./chunk-VBXJIVYU.js";
20
20
 
21
21
  // src/core/build.ts
package/dist/testing.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  tsconfigPaths,
6
6
  unimport,
7
7
  webextensionPolyfillMock
8
- } from "./chunk-AV2C3JTL.js";
8
+ } from "./chunk-N5MSLHHE.js";
9
9
  import "./chunk-VBXJIVYU.js";
10
10
 
11
11
  // src/testing/fake-browser.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wxt",
3
3
  "type": "module",
4
- "version": "0.16.4",
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.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",