autotel-subscribers 11.0.0 → 12.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/factories.cjs +11 -11
- package/dist/factories.cjs.map +1 -1
- package/dist/factories.js +11 -11
- package/dist/factories.js.map +1 -1
- package/dist/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/mixpanel.cjs +1 -1
- package/dist/mixpanel.cjs.map +1 -1
- package/dist/mixpanel.js +1 -1
- package/dist/mixpanel.js.map +1 -1
- package/dist/segment.cjs +10 -10
- package/dist/segment.cjs.map +1 -1
- package/dist/segment.js +10 -10
- package/dist/segment.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4599,7 +4599,7 @@ var require_dist = __commonJS({
|
|
|
4599
4599
|
var http3 = __importStar(__require("http"));
|
|
4600
4600
|
var https_1 = __require("https");
|
|
4601
4601
|
__exportStar(require_helpers(), exports$1);
|
|
4602
|
-
var INTERNAL2 = Symbol("AgentBaseInternalState");
|
|
4602
|
+
var INTERNAL2 = /* @__PURE__ */ Symbol("AgentBaseInternalState");
|
|
4603
4603
|
var Agent = class extends http3.Agent {
|
|
4604
4604
|
constructor(opts) {
|
|
4605
4605
|
super(opts);
|
|
@@ -10078,8 +10078,8 @@ var require_utils3 = __commonJS({
|
|
|
10078
10078
|
Object.defineProperty(target, keys[i], Object.getOwnPropertyDescriptor(source, keys[i]));
|
|
10079
10079
|
}
|
|
10080
10080
|
};
|
|
10081
|
-
module.exports.wrapperSymbol = Symbol("wrapper");
|
|
10082
|
-
module.exports.implSymbol = Symbol("impl");
|
|
10081
|
+
module.exports.wrapperSymbol = /* @__PURE__ */ Symbol("wrapper");
|
|
10082
|
+
module.exports.implSymbol = /* @__PURE__ */ Symbol("impl");
|
|
10083
10083
|
module.exports.wrapperForImpl = function(impl) {
|
|
10084
10084
|
return impl[module.exports.wrapperSymbol];
|
|
10085
10085
|
};
|
|
@@ -10270,7 +10270,7 @@ var require_url_state_machine = __commonJS({
|
|
|
10270
10270
|
ws: 80,
|
|
10271
10271
|
wss: 443
|
|
10272
10272
|
};
|
|
10273
|
-
var failure = Symbol("failure");
|
|
10273
|
+
var failure = /* @__PURE__ */ Symbol("failure");
|
|
10274
10274
|
function countSymbols(str) {
|
|
10275
10275
|
return punycode.ucs2.decode(str).length;
|
|
10276
10276
|
}
|
|
@@ -12283,8 +12283,8 @@ var init_lib = __esm({
|
|
|
12283
12283
|
"../../node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/lib/index.mjs"() {
|
|
12284
12284
|
import_whatwg_url = __toESM(require_public_api());
|
|
12285
12285
|
Readable = Stream.Readable;
|
|
12286
|
-
BUFFER2 = Symbol("buffer");
|
|
12287
|
-
TYPE = Symbol("type");
|
|
12286
|
+
BUFFER2 = /* @__PURE__ */ Symbol("buffer");
|
|
12287
|
+
TYPE = /* @__PURE__ */ Symbol("type");
|
|
12288
12288
|
Blob2 = class _Blob {
|
|
12289
12289
|
constructor() {
|
|
12290
12290
|
this[TYPE] = "";
|
|
@@ -12389,7 +12389,7 @@ var init_lib = __esm({
|
|
|
12389
12389
|
convert = __require("encoding").convert;
|
|
12390
12390
|
} catch (e) {
|
|
12391
12391
|
}
|
|
12392
|
-
INTERNALS = Symbol("Body internals");
|
|
12392
|
+
INTERNALS = /* @__PURE__ */ Symbol("Body internals");
|
|
12393
12393
|
PassThrough = Stream.PassThrough;
|
|
12394
12394
|
Body.prototype = {
|
|
12395
12395
|
get body() {
|
|
@@ -12492,7 +12492,7 @@ var init_lib = __esm({
|
|
|
12492
12492
|
Body.Promise = global.Promise;
|
|
12493
12493
|
invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
|
|
12494
12494
|
invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
|
|
12495
|
-
MAP = Symbol("map");
|
|
12495
|
+
MAP = /* @__PURE__ */ Symbol("map");
|
|
12496
12496
|
Headers = class _Headers {
|
|
12497
12497
|
/**
|
|
12498
12498
|
* Headers class
|
|
@@ -12689,7 +12689,7 @@ var init_lib = __esm({
|
|
|
12689
12689
|
values: { enumerable: true },
|
|
12690
12690
|
entries: { enumerable: true }
|
|
12691
12691
|
});
|
|
12692
|
-
INTERNAL = Symbol("internal");
|
|
12692
|
+
INTERNAL = /* @__PURE__ */ Symbol("internal");
|
|
12693
12693
|
HeadersIteratorPrototype = Object.setPrototypeOf({
|
|
12694
12694
|
next() {
|
|
12695
12695
|
if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
|
|
@@ -12718,7 +12718,7 @@ var init_lib = __esm({
|
|
|
12718
12718
|
enumerable: false,
|
|
12719
12719
|
configurable: true
|
|
12720
12720
|
});
|
|
12721
|
-
INTERNALS$1 = Symbol("Response internals");
|
|
12721
|
+
INTERNALS$1 = /* @__PURE__ */ Symbol("Response internals");
|
|
12722
12722
|
STATUS_CODES = http__default.STATUS_CODES;
|
|
12723
12723
|
Response2 = class _Response {
|
|
12724
12724
|
constructor() {
|
|
@@ -12794,7 +12794,7 @@ var init_lib = __esm({
|
|
|
12794
12794
|
enumerable: false,
|
|
12795
12795
|
configurable: true
|
|
12796
12796
|
});
|
|
12797
|
-
INTERNALS$2 = Symbol("Request internals");
|
|
12797
|
+
INTERNALS$2 = /* @__PURE__ */ Symbol("Request internals");
|
|
12798
12798
|
URL2 = Url.URL || import_whatwg_url.default.URL;
|
|
12799
12799
|
parse_url = Url.parse;
|
|
12800
12800
|
format_url = Url.format;
|