wxt 0.18.6 → 0.18.8

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.
@@ -1,14 +1,12 @@
1
1
  // src/core/utils/arrays.ts
2
2
  function every(array, predicate) {
3
3
  for (let i = 0; i < array.length; i++)
4
- if (!predicate(array[i], i))
5
- return false;
4
+ if (!predicate(array[i], i)) return false;
6
5
  return true;
7
6
  }
8
7
  function some(array, predicate) {
9
8
  for (let i = 0; i < array.length; i++)
10
- if (predicate(array[i], i))
11
- return true;
9
+ if (predicate(array[i], i)) return true;
12
10
  return false;
13
11
  }
14
12
  function toArray(a) {
@@ -1035,7 +1035,7 @@ function createConsola2(options = {}) {
1035
1035
  defaults: { level },
1036
1036
  stdout: process.stdout,
1037
1037
  stderr: process.stderr,
1038
- prompt: (...args) => import("./prompt-TFJ7OLL7.js").then((m) => m.prompt(...args)),
1038
+ prompt: (...args) => import("./prompt-7BMKNSWS.js").then((m) => m.prompt(...args)),
1039
1039
  reporters: options.reporters || [
1040
1040
  options.fancy ?? !(isCI2 || isTest) ? new FancyReporter() : new BasicReporter()
1041
1041
  ],
@@ -1037,7 +1037,7 @@ function createConsola2(options = {}) {
1037
1037
  defaults: { level },
1038
1038
  stdout: process.stdout,
1039
1039
  stderr: process.stderr,
1040
- prompt: (...args) => import("./prompt-Y7B5HSD5.js").then((m) => m.prompt(...args)),
1040
+ prompt: (...args) => import("./prompt-25QIVJDC.js").then((m) => m.prompt(...args)),
1041
1041
  reporters: options.reporters || [
1042
1042
  options.fancy ?? !(isCI2 || isTest) ? new FancyReporter() : new BasicReporter()
1043
1043
  ],
@@ -7,8 +7,7 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
8
8
  get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
9
9
  }) : x)(function(x) {
10
- if (typeof require !== "undefined")
11
- return require.apply(this, arguments);
10
+ if (typeof require !== "undefined") return require.apply(this, arguments);
12
11
  throw Error('Dynamic require of "' + x + '" is not supported');
13
12
  });
14
13
  var __commonJS = (cb, mod) => function __require2() {
@@ -8,8 +8,7 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
8
  var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
9
  get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
10
  }) : x)(function(x) {
11
- if (typeof require !== "undefined")
12
- return require.apply(this, arguments);
11
+ if (typeof require !== "undefined") return require.apply(this, arguments);
13
12
  throw Error('Dynamic require of "' + x + '" is not supported');
14
13
  });
15
14
  var __commonJS = (cb, mod) => function __require2() {