@stream-io/feeds-client 1.4.0 → 1.5.0
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 +7 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/react-bindings.js +1 -1
- package/dist/es/index.mjs +1 -1
- package/dist/es/react-bindings.mjs +1 -1
- package/dist/{feeds-client-BaIrmzwU.js → feeds-client-C0uK3mWX.js} +4 -2
- package/dist/feeds-client-C0uK3mWX.js.map +1 -0
- package/dist/{feeds-client-Dne86c6R.mjs → feeds-client-C6ZWjV_u.mjs} +4 -2
- package/dist/feeds-client-C6ZWjV_u.mjs.map +1 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/types/bindings/react/hooks/feed-state-hooks/useActivityComments.d.ts +2 -0
- package/dist/types/bindings/react/hooks/feed-state-hooks/useActivityComments.d.ts.map +1 -1
- package/dist/types/gen/feeds/FeedsApi.d.ts +2 -0
- package/dist/types/gen/feeds/FeedsApi.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/gen/feeds/FeedsApi.ts +4 -0
- package/dist/feeds-client-BaIrmzwU.js.map +0 -1
- package/dist/feeds-client-Dne86c6R.mjs.map +0 -1
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
|
+
## [1.5.0](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-1.4.0...@stream-io/feeds-client-1.5.0) (2026-03-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* Add id_around for getComments and getCommentReplies ([#270](https://github.com/GetStream/stream-feeds-js/issues/270)) ([6b3a40c](https://github.com/GetStream/stream-feeds-js/commit/6b3a40cc549e43360d06f39686e6bd64d2712fb3))
|
|
11
|
+
|
|
5
12
|
## [1.4.0](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-1.3.0...@stream-io/feeds-client-1.4.0) (2026-03-23)
|
|
6
13
|
|
|
7
14
|
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_feeds_client = require("../feeds-client-
|
|
2
|
+
const require_feeds_client = require("../feeds-client-C0uK3mWX.js");
|
|
3
3
|
let _stream_io_state_store = require("@stream-io/state-store");
|
|
4
4
|
let _stream_io_logger = require("@stream-io/logger");
|
|
5
5
|
//#region src/gen/models/index.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_feeds_client = require("../feeds-client-
|
|
2
|
+
const require_feeds_client = require("../feeds-client-C0uK3mWX.js");
|
|
3
3
|
let _stream_io_state_store_react_bindings = require("@stream-io/state-store/react-bindings");
|
|
4
4
|
let react = require("react");
|
|
5
5
|
let react_jsx_runtime = require("react/jsx-runtime");
|
package/dist/es/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as LogLevelEnum, S as debounce, _ as uniqueArrayMerge, a as ownFeedFields, b as isVoteAnswer, c as shouldUpdateState, d as isFollowResponse, f as isImageFile, g as replaceUniqueArrayMerge, h as Constants, i as activityFilter, l as ensureExhausted, m as isVideoFile, n as ActivityWithStateUpdates, o as updateEntityInArray, p as isReactionResponse, r as Feed, s as getStateUpdateQueueId, t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage, w as feedsLoggerSystem, x as StreamApiError, y as StreamPoll } from "../feeds-client-
|
|
1
|
+
import { C as LogLevelEnum, S as debounce, _ as uniqueArrayMerge, a as ownFeedFields, b as isVoteAnswer, c as shouldUpdateState, d as isFollowResponse, f as isImageFile, g as replaceUniqueArrayMerge, h as Constants, i as activityFilter, l as ensureExhausted, m as isVideoFile, n as ActivityWithStateUpdates, o as updateEntityInArray, p as isReactionResponse, r as Feed, s as getStateUpdateQueueId, t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage, w as feedsLoggerSystem, x as StreamApiError, y as StreamPoll } from "../feeds-client-C6ZWjV_u.mjs";
|
|
2
2
|
import { StateStore } from "@stream-io/state-store";
|
|
3
3
|
export * from "@stream-io/state-store";
|
|
4
4
|
//#region src/gen/models/index.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage } from "../feeds-client-
|
|
1
|
+
import { t as FeedsClient, u as isCommentResponse, v as checkHasAnotherPage } from "../feeds-client-C6ZWjV_u.mjs";
|
|
2
2
|
import { useStateStore } from "@stream-io/state-store/react-bindings";
|
|
3
3
|
import { createContext, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -3341,6 +3341,7 @@ var FeedsApi = class {
|
|
|
3341
3341
|
depth: request?.depth,
|
|
3342
3342
|
sort: request?.sort,
|
|
3343
3343
|
replies_limit: request?.replies_limit,
|
|
3344
|
+
id_around: request?.id_around,
|
|
3344
3345
|
limit: request?.limit,
|
|
3345
3346
|
prev: request?.prev,
|
|
3346
3347
|
next: request?.next
|
|
@@ -3491,6 +3492,7 @@ var FeedsApi = class {
|
|
|
3491
3492
|
depth: request?.depth,
|
|
3492
3493
|
sort: request?.sort,
|
|
3493
3494
|
replies_limit: request?.replies_limit,
|
|
3495
|
+
id_around: request?.id_around,
|
|
3494
3496
|
limit: request?.limit,
|
|
3495
3497
|
prev: request?.prev,
|
|
3496
3498
|
next: request?.next
|
|
@@ -5051,7 +5053,7 @@ var getRateLimitFromResponseHeader = (response_headers) => {
|
|
|
5051
5053
|
};
|
|
5052
5054
|
//#endregion
|
|
5053
5055
|
//#region package.json
|
|
5054
|
-
var version = "1.
|
|
5056
|
+
var version = "1.5.0";
|
|
5055
5057
|
//#endregion
|
|
5056
5058
|
//#region src/common/ApiClient.ts
|
|
5057
5059
|
var axios$1 = axios.default.default ?? axios.default;
|
|
@@ -8966,4 +8968,4 @@ Object.defineProperty(exports, "updateEntityInArray", {
|
|
|
8966
8968
|
}
|
|
8967
8969
|
});
|
|
8968
8970
|
|
|
8969
|
-
//# sourceMappingURL=feeds-client-
|
|
8971
|
+
//# sourceMappingURL=feeds-client-C0uK3mWX.js.map
|