@stream-io/feeds-client 0.3.9 → 0.3.11

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,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.3.11](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.10...@stream-io/feeds-client-0.3.11) (2025-11-17)
6
+
7
+
8
+ * regenerate SDK ([#165](https://github.com/GetStream/stream-feeds-js/issues/165)) ([7db5d06](https://github.com/GetStream/stream-feeds-js/commit/7db5d065a49993a359948ea9e2f7c288a34af443))
9
+
10
+ ## [0.3.10](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.9...@stream-io/feeds-client-0.3.10) (2025-11-14)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * add missing current_feed when updating from WS event ([#164](https://github.com/GetStream/stream-feeds-js/issues/164)) ([3516b19](https://github.com/GetStream/stream-feeds-js/commit/3516b1939eeb9e966c65b1d7fd5980d305f96726))
16
+
5
17
  ## [0.3.9](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.8...@stream-io/feeds-client-0.3.9) (2025-11-14)
6
18
 
7
19
 
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-DvR7ZYd1.js");
4
+ const feedsClient = require("../feeds-client-BZsETpdK.js");
5
5
  const loggerInternal = require("@stream-io/logger");
6
6
  const ChannelOwnCapability = {
7
7
  BAN_CHANNEL_MEMBERS: "ban-channel-members",