@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/feeds-client",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/es/index.mjs",
package/src/feed/feed.ts CHANGED
@@ -1010,7 +1010,7 @@ export class Feed extends FeedApi {
1010
1010
  );
1011
1011
  }
1012
1012
  });
1013
- feedsToGetOrCreate.values().forEach((feed) => {
1013
+ Array.from(feedsToGetOrCreate.values()).forEach((feed) => {
1014
1014
  getOrCreateActiveFeed.bind(this.client)({
1015
1015
  group: feed.group_id,
1016
1016
  id: feed.id,