@stream-io/feeds-client 0.3.25 → 0.3.26

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.
@@ -3936,7 +3936,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3936
3936
  };
3937
3937
  return result;
3938
3938
  };
3939
- const version = "0.3.25";
3939
+ const version = "0.3.26";
3940
3940
  const axios = axiosImport.default ?? axiosImport;
3941
3941
  class ApiClient {
3942
3942
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -6862,7 +6862,7 @@ const _Feed = class _Feed extends FeedApi {
6862
6862
  );
6863
6863
  }
6864
6864
  });
6865
- feedsToGetOrCreate.values().forEach((feed) => {
6865
+ Array.from(feedsToGetOrCreate.values()).forEach((feed) => {
6866
6866
  getOrCreateActiveFeed.bind(this.client)({
6867
6867
  group: feed.group_id,
6868
6868
  id: feed.id,
@@ -7871,4 +7871,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
7871
7871
  exports.shouldUpdateState = shouldUpdateState;
7872
7872
  exports.uniqueArrayMerge = uniqueArrayMerge;
7873
7873
  exports.updateEntityInArray = updateEntityInArray;
7874
- //# sourceMappingURL=feeds-client-DUD5wy6N.js.map
7874
+ //# sourceMappingURL=feeds-client-K0WzrfH-.js.map