autotel-subscribers 10.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/mixpanel.js CHANGED
@@ -944,7 +944,7 @@ var require_dist = __commonJS({
944
944
  var http = __importStar(__require("http"));
945
945
  var https_1 = __require("https");
946
946
  __exportStar(require_helpers(), exports$1);
947
- var INTERNAL = Symbol("AgentBaseInternalState");
947
+ var INTERNAL = /* @__PURE__ */ Symbol("AgentBaseInternalState");
948
948
  var Agent = class extends http.Agent {
949
949
  constructor(opts) {
950
950
  super(opts);