@stream-io/feeds-client 0.3.19 → 0.3.20

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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  const stateStore = require("@stream-io/state-store");
3
3
  const loggerInternal = require("@stream-io/logger");
4
- const axios = require("axios");
4
+ const axiosImport = require("axios");
5
5
  function _interopNamespaceDefault(e) {
6
6
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
7
7
  if (e) {
@@ -3932,7 +3932,8 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3932
3932
  };
3933
3933
  return result;
3934
3934
  };
3935
- const version = "0.3.19";
3935
+ const version = "0.3.20";
3936
+ const axios = axiosImport.default ?? axiosImport;
3936
3937
  class ApiClient {
3937
3938
  constructor(apiKey, tokenManager, connectionIdManager, options) {
3938
3939
  this.apiKey = apiKey;
@@ -7800,4 +7801,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
7800
7801
  exports.shouldUpdateState = shouldUpdateState;
7801
7802
  exports.uniqueArrayMerge = uniqueArrayMerge;
7802
7803
  exports.updateEntityInArray = updateEntityInArray;
7803
- //# sourceMappingURL=feeds-client-BwOGqhU9.js.map
7804
+ //# sourceMappingURL=feeds-client-CVOa15Qx.js.map