@stream-io/feeds-client 0.3.22 → 0.3.23

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,11 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.3.23](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.22...@stream-io/feeds-client-0.3.23) (2025-12-16)
6
+
7
+
8
+ * add mentioned user id to updateActivity [FEEDS-748] ([#194](https://github.com/GetStream/stream-feeds-js/issues/194)) ([8351abe](https://github.com/GetStream/stream-feeds-js/commit/8351abe275c915900e40b5ef5a8ed252b428e0aa))
9
+
5
10
  ## [0.3.22](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.21...@stream-io/feeds-client-0.3.22) (2025-12-16)
6
11
 
7
12
 
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-C46SYHa2.js");
4
+ const feedsClient = require("../feeds-client-BUZVIyHd.js");
5
5
  const loggerInternal = require("@stream-io/logger");
6
6
  const ChannelOwnCapability = {
7
7
  BAN_CHANNEL_MEMBERS: "ban-channel-members",
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const require$$0 = require("react");
4
4
  require("@stream-io/state-store");
5
- const feedsClient = require("../feeds-client-C46SYHa2.js");
5
+ const feedsClient = require("../feeds-client-BUZVIyHd.js");
6
6
  var shim = { exports: {} };
7
7
  var useSyncExternalStoreShim_production = {};
8
8
  /**
package/dist/es/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { StateStore } from "@stream-io/state-store";
2
2
  export * from "@stream-io/state-store";
3
- import { d as debounce } from "../feeds-client-DN5Qgsws.mjs";
4
- import { A, C, a, F, S, b, c, n, m, k, g, e, h, f, j, i, r, s, u, l } from "../feeds-client-DN5Qgsws.mjs";
3
+ import { d as debounce } from "../feeds-client-BJQdmCB4.mjs";
4
+ import { A, C, a, F, S, b, c, n, m, k, g, e, h, f, j, i, r, s, u, l } from "../feeds-client-BJQdmCB4.mjs";
5
5
  import { LogLevelEnum } from "@stream-io/logger";
6
6
  const ChannelOwnCapability = {
7
7
  BAN_CHANNEL_MEMBERS: "ban-channel-members",
@@ -1,6 +1,6 @@
1
1
  import require$$0, { useCallback, useMemo, useState, useEffect, createContext, useContext, useRef } from "react";
2
2
  import "@stream-io/state-store";
3
- import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-DN5Qgsws.mjs";
3
+ import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-BJQdmCB4.mjs";
4
4
  var shim = { exports: {} };
5
5
  var useSyncExternalStoreShim_production = {};
6
6
  /**
@@ -1959,6 +1959,7 @@ class FeedsApi {
1959
1959
  feeds: request?.feeds,
1960
1960
  filter_tags: request?.filter_tags,
1961
1961
  interest_tags: request?.interest_tags,
1962
+ mentioned_user_ids: request?.mentioned_user_ids,
1962
1963
  custom: request?.custom,
1963
1964
  location: request?.location
1964
1965
  };
@@ -3917,7 +3918,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
3917
3918
  };
3918
3919
  return result;
3919
3920
  };
3920
- const version = "0.3.22";
3921
+ const version = "0.3.23";
3921
3922
  const axios = axiosImport.default ?? axiosImport;
3922
3923
  class ApiClient {
3923
3924
  constructor(apiKey, tokenManager, connectionIdManager, options) {
@@ -7788,4 +7789,4 @@ export {
7788
7789
  shouldUpdateState as s,
7789
7790
  uniqueArrayMerge as u
7790
7791
  };
7791
- //# sourceMappingURL=feeds-client-DN5Qgsws.mjs.map
7792
+ //# sourceMappingURL=feeds-client-BJQdmCB4.mjs.map