autotel-subscribers 11.0.0 → 13.0.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.
package/dist/index.cjs CHANGED
@@ -4628,7 +4628,7 @@ var require_dist = __commonJS({
4628
4628
  var http3 = __importStar(__require("http"));
4629
4629
  var https_1 = __require("https");
4630
4630
  __exportStar(require_helpers(), exports$1);
4631
- var INTERNAL2 = Symbol("AgentBaseInternalState");
4631
+ var INTERNAL2 = /* @__PURE__ */ Symbol("AgentBaseInternalState");
4632
4632
  var Agent = class extends http3.Agent {
4633
4633
  constructor(opts) {
4634
4634
  super(opts);
@@ -10107,8 +10107,8 @@ var require_utils3 = __commonJS({
10107
10107
  Object.defineProperty(target, keys[i], Object.getOwnPropertyDescriptor(source, keys[i]));
10108
10108
  }
10109
10109
  };
10110
- module.exports.wrapperSymbol = Symbol("wrapper");
10111
- module.exports.implSymbol = Symbol("impl");
10110
+ module.exports.wrapperSymbol = /* @__PURE__ */ Symbol("wrapper");
10111
+ module.exports.implSymbol = /* @__PURE__ */ Symbol("impl");
10112
10112
  module.exports.wrapperForImpl = function(impl) {
10113
10113
  return impl[module.exports.wrapperSymbol];
10114
10114
  };
@@ -10299,7 +10299,7 @@ var require_url_state_machine = __commonJS({
10299
10299
  ws: 80,
10300
10300
  wss: 443
10301
10301
  };
10302
- var failure = Symbol("failure");
10302
+ var failure = /* @__PURE__ */ Symbol("failure");
10303
10303
  function countSymbols(str) {
10304
10304
  return punycode.ucs2.decode(str).length;
10305
10305
  }
@@ -12312,8 +12312,8 @@ var init_lib = __esm({
12312
12312
  "../../node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/lib/index.mjs"() {
12313
12313
  import_whatwg_url = __toESM(require_public_api());
12314
12314
  Readable = Stream__default.default.Readable;
12315
- BUFFER2 = Symbol("buffer");
12316
- TYPE = Symbol("type");
12315
+ BUFFER2 = /* @__PURE__ */ Symbol("buffer");
12316
+ TYPE = /* @__PURE__ */ Symbol("type");
12317
12317
  Blob2 = class _Blob {
12318
12318
  constructor() {
12319
12319
  this[TYPE] = "";
@@ -12418,7 +12418,7 @@ var init_lib = __esm({
12418
12418
  convert = __require("encoding").convert;
12419
12419
  } catch (e) {
12420
12420
  }
12421
- INTERNALS = Symbol("Body internals");
12421
+ INTERNALS = /* @__PURE__ */ Symbol("Body internals");
12422
12422
  PassThrough = Stream__default.default.PassThrough;
12423
12423
  Body.prototype = {
12424
12424
  get body() {
@@ -12521,7 +12521,7 @@ var init_lib = __esm({
12521
12521
  Body.Promise = global.Promise;
12522
12522
  invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
12523
12523
  invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
12524
- MAP = Symbol("map");
12524
+ MAP = /* @__PURE__ */ Symbol("map");
12525
12525
  Headers = class _Headers {
12526
12526
  /**
12527
12527
  * Headers class
@@ -12718,7 +12718,7 @@ var init_lib = __esm({
12718
12718
  values: { enumerable: true },
12719
12719
  entries: { enumerable: true }
12720
12720
  });
12721
- INTERNAL = Symbol("internal");
12721
+ INTERNAL = /* @__PURE__ */ Symbol("internal");
12722
12722
  HeadersIteratorPrototype = Object.setPrototypeOf({
12723
12723
  next() {
12724
12724
  if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
@@ -12747,7 +12747,7 @@ var init_lib = __esm({
12747
12747
  enumerable: false,
12748
12748
  configurable: true
12749
12749
  });
12750
- INTERNALS$1 = Symbol("Response internals");
12750
+ INTERNALS$1 = /* @__PURE__ */ Symbol("Response internals");
12751
12751
  STATUS_CODES = http__namespace.default.STATUS_CODES;
12752
12752
  Response2 = class _Response {
12753
12753
  constructor() {
@@ -12823,7 +12823,7 @@ var init_lib = __esm({
12823
12823
  enumerable: false,
12824
12824
  configurable: true
12825
12825
  });
12826
- INTERNALS$2 = Symbol("Request internals");
12826
+ INTERNALS$2 = /* @__PURE__ */ Symbol("Request internals");
12827
12827
  URL2 = Url__default.default.URL || import_whatwg_url.default.URL;
12828
12828
  parse_url = Url__default.default.parse;
12829
12829
  format_url = Url__default.default.format;