@stream-io/feeds-client 0.3.27 → 0.3.28

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,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.3.28](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.27...@stream-io/feeds-client-0.3.28) (2025-12-18)
6
+
7
+
8
+ ### Features
9
+
10
+ * Feeds 999 add support for own followings ([#200](https://github.com/GetStream/stream-feeds-js/issues/200)) ([8f69b26](https://github.com/GetStream/stream-feeds-js/commit/8f69b2656f8f0f4003d65c5659a10b8fb94da332))
11
+
5
12
  ## [0.3.27](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.26...@stream-io/feeds-client-0.3.27) (2025-12-17)
6
13
 
7
14
 
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-DwFyePYB.js");
4
+ const feedsClient = require("../feeds-client-c90oNdsU.js");
5
5
  const loggerInternal = require("@stream-io/logger");
6
6
  const ChannelOwnCapability = {
7
7
  BAN_CHANNEL_MEMBERS: "ban-channel-members",