wxt 0.1.4 → 0.1.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/dist/index.cjs CHANGED
@@ -1026,6 +1026,7 @@ async function writeMainDeclarationFile(references, config) {
1026
1026
  filePath,
1027
1027
  [
1028
1028
  "// Generated by wxt",
1029
+ `/// <reference types="vite/client" />`,
1029
1030
  ...references.map(
1030
1031
  (ref) => `/// <reference types="./${(0, import_path9.relative)(dir, ref)}" />`
1031
1032
  )
@@ -1767,7 +1768,7 @@ function reloadHtmlPages(groups, server, config) {
1767
1768
  }
1768
1769
 
1769
1770
  // package.json
1770
- var version2 = "0.1.4";
1771
+ var version2 = "0.1.5";
1771
1772
 
1772
1773
  // src/core/utils/defineConfig.ts
1773
1774
  function defineConfig(config) {