@nsshunt/stsrest01client 1.0.2 → 1.0.3

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.
@@ -3974,6 +3974,7 @@ class STSRest01Client {
3974
3974
  _axiosClient = new WeakMap();
3975
3975
  _options2 = new WeakMap();
3976
3976
  export {
3977
+ AxiosClient,
3977
3978
  STSRest01Client
3978
3979
  };
3979
3980
  //# sourceMappingURL=stsrest01client.mjs.map
@@ -3971,6 +3971,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
3971
3971
  }
3972
3972
  _axiosClient = new WeakMap();
3973
3973
  _options2 = new WeakMap();
3974
+ exports2.AxiosClient = AxiosClient;
3974
3975
  exports2.STSRest01Client = STSRest01Client;
3975
3976
  Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
3976
3977
  });