wxt 0.1.1-alpha1 → 0.1.1-alpha2

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.d.ts CHANGED
@@ -232,7 +232,7 @@ interface ExtensionRunnerConfig {
232
232
 
233
233
  type EntrypointGroup = Entrypoint | Entrypoint[];
234
234
 
235
- var version = "0.1.1-alpha1";
235
+ var version = "0.1.1-alpha2";
236
236
 
237
237
  declare function defineConfig(config: UserConfig): UserConfig;
238
238
 
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ async function importTsFile(root, path5) {
23
23
  esmResolve: true,
24
24
  interopDefault: true,
25
25
  alias: {
26
- "webextension-polyfill": "wxt"
26
+ "webextension-polyfill": "@webext-core/fake-browser"
27
27
  },
28
28
  transform(opts) {
29
29
  if (opts.filename === path5)
@@ -1678,7 +1678,7 @@ function reloadHtmlPages(groups, server, config) {
1678
1678
  }
1679
1679
 
1680
1680
  // package.json
1681
- var version2 = "0.1.1-alpha1";
1681
+ var version2 = "0.1.1-alpha2";
1682
1682
 
1683
1683
  // src/core/utils/defineConfig.ts
1684
1684
  function defineConfig(config) {