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/mixpanel.cjs CHANGED
@@ -952,7 +952,7 @@ var require_dist = __commonJS({
952
952
  var http = __importStar(__require("http"));
953
953
  var https_1 = __require("https");
954
954
  __exportStar(require_helpers(), exports$1);
955
- var INTERNAL = Symbol("AgentBaseInternalState");
955
+ var INTERNAL = /* @__PURE__ */ Symbol("AgentBaseInternalState");
956
956
  var Agent = class extends http.Agent {
957
957
  constructor(opts) {
958
958
  super(opts);