@stream-io/feeds-client 0.3.19 → 0.3.21

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.21](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.20...@stream-io/feeds-client-0.3.21) (2025-12-16)
6
+
7
+
8
+ * add mentioned user id to updateActivity [FEEDS-748] ([#192](https://github.com/GetStream/stream-feeds-js/issues/192)) ([72e9b94](https://github.com/GetStream/stream-feeds-js/commit/72e9b947d9c4a2e6472832c8c09fd1811ae67244))
9
+
10
+ ## [0.3.20](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.19...@stream-io/feeds-client-0.3.20) (2025-12-15)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **react-native:** axios default require in cjs ([#190](https://github.com/GetStream/stream-feeds-js/issues/190)) ([039d952](https://github.com/GetStream/stream-feeds-js/commit/039d952928b599bb7a92b90cedd5470a2573f53d))
16
+
5
17
  ## [0.3.19](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.18...@stream-io/feeds-client-0.3.19) (2025-12-11)
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-BwOGqhU9.js");
4
+ const feedsClient = require("../feeds-client-CXpb7qxZ.js");
5
5
  const loggerInternal = require("@stream-io/logger");
6
6
  const ChannelOwnCapability = {
7
7
  BAN_CHANNEL_MEMBERS: "ban-channel-members",