@stream-io/feeds-client 0.3.5 → 0.3.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.3.7](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.6...@stream-io/feeds-client-0.3.7) (2025-11-11)
6
+
7
+
8
+ ### Features
9
+
10
+ * [FEEDS-849] support for Feeds collections ([#154](https://github.com/GetStream/stream-feeds-js/issues/154)) ([d00be39](https://github.com/GetStream/stream-feeds-js/commit/d00be39f4a53fd50c9a4648311c9fa84d85fc2cf))
11
+
12
+ ## [0.3.6](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.5...@stream-io/feeds-client-0.3.6) (2025-11-05)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * don't throw error if getOrCreate is called twice with same config ([#160](https://github.com/GetStream/stream-feeds-js/issues/160)) ([200ade9](https://github.com/GetStream/stream-feeds-js/commit/200ade940691c64101d41375ce675139858e8409))
18
+
5
19
  ## [0.3.5](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.4...@stream-io/feeds-client-0.3.5) (2025-11-04)
6
20
 
7
21
 
package/dist/cjs/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const stateStore = require("@stream-io/state-store");
4
- const feedsClient = require("../feeds-client-DLRsdGJc.js");
4
+ const feedsClient = require("../feeds-client-DLiLkrA0.js");
5
5
  const loggerInternal = require("@stream-io/logger");
6
6
  const ChannelOwnCapability = {
7
7
  BAN_CHANNEL_MEMBERS: "ban-channel-members",