alpic 1.119.0 → 1.120.0

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.
@@ -9316,7 +9316,7 @@ var require_shams = __commonJS({
9316
9316
  return true;
9317
9317
  }
9318
9318
  var obj = {};
9319
- var sym = Symbol("test");
9319
+ var sym = /* @__PURE__ */ Symbol("test");
9320
9320
  var symObj = Object(sym);
9321
9321
  if (typeof sym === "string") {
9322
9322
  return false;
@@ -9375,7 +9375,7 @@ var require_has_symbols = __commonJS({
9375
9375
  if (typeof origSymbol("foo") !== "symbol") {
9376
9376
  return false;
9377
9377
  }
9378
- if (typeof Symbol("bar") !== "symbol") {
9378
+ if (typeof /* @__PURE__ */ Symbol("bar") !== "symbol") {
9379
9379
  return false;
9380
9380
  }
9381
9381
  return hasSymbolSham();
@@ -12690,7 +12690,7 @@ var parseHeaders_default = (rawHeaders) => {
12690
12690
  };
12691
12691
 
12692
12692
  // ../../node_modules/.pnpm/axios@1.13.5_debug@4.4.3/node_modules/axios/lib/core/AxiosHeaders.js
12693
- var $internals = Symbol("internals");
12693
+ var $internals = /* @__PURE__ */ Symbol("internals");
12694
12694
  function normalizeHeader(header) {
12695
12695
  return header && String(header).trim().toLowerCase();
12696
12696
  }
@@ -13045,7 +13045,7 @@ import stream3 from "stream";
13045
13045
 
13046
13046
  // ../../node_modules/.pnpm/axios@1.13.5_debug@4.4.3/node_modules/axios/lib/helpers/AxiosTransformStream.js
13047
13047
  import stream from "stream";
13048
- var kInternals = Symbol("internals");
13048
+ var kInternals = /* @__PURE__ */ Symbol("internals");
13049
13049
  var AxiosTransformStream = class extends stream.Transform {
13050
13050
  constructor(options) {
13051
13051
  options = utils_default.toFlatObject(options, {