@stream-io/feeds-client 0.3.25 → 0.3.26
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 +2 -2
- package/dist/es/react-bindings.mjs +1 -1
- package/dist/{feeds-client-BULS-w1O.mjs → feeds-client-BNiazJbH.mjs} +3 -3
- package/dist/{feeds-client-BULS-w1O.mjs.map → feeds-client-BNiazJbH.mjs.map} +1 -1
- package/dist/{feeds-client-DUD5wy6N.js → feeds-client-K0WzrfH-.js} +3 -3
- package/dist/{feeds-client-DUD5wy6N.js.map → feeds-client-K0WzrfH-.js.map} +1 -1
- package/package.json +1 -1
- package/src/feed/feed.ts +1 -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
|
+
## [0.3.26](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.25...@stream-io/feeds-client-0.3.26) (2025-12-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* React Native doesn't know mapiterator ([#197](https://github.com/GetStream/stream-feeds-js/issues/197)) ([2226a1e](https://github.com/GetStream/stream-feeds-js/commit/2226a1e539235cbfc1ed5dda99e07756e0552d5e))
|
|
11
|
+
|
|
5
12
|
## [0.3.25](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.24...@stream-io/feeds-client-0.3.25) (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-
|
|
4
|
+
const feedsClient = require("../feeds-client-K0WzrfH-.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-
|
|
5
|
+
const feedsClient = require("../feeds-client-K0WzrfH-.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-
|
|
4
|
-
import { A, C, a, F, S, b, c, n, m, k, g, e, h, f, j, i, o, r, s, u, l } from "../feeds-client-
|
|
3
|
+
import { d as debounce } from "../feeds-client-BNiazJbH.mjs";
|
|
4
|
+
import { A, C, a, F, S, b, c, n, m, k, g, e, h, f, j, i, o, r, s, u, l } from "../feeds-client-BNiazJbH.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-
|
|
3
|
+
import { F as FeedsClient, g as isCommentResponse, c as checkHasAnotherPage } from "../feeds-client-BNiazJbH.mjs";
|
|
4
4
|
var shim = { exports: {} };
|
|
5
5
|
var useSyncExternalStoreShim_production = {};
|
|
6
6
|
/**
|
|
@@ -3918,7 +3918,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
|
|
|
3918
3918
|
};
|
|
3919
3919
|
return result;
|
|
3920
3920
|
};
|
|
3921
|
-
const version = "0.3.
|
|
3921
|
+
const version = "0.3.26";
|
|
3922
3922
|
const axios = axiosImport.default ?? axiosImport;
|
|
3923
3923
|
class ApiClient {
|
|
3924
3924
|
constructor(apiKey, tokenManager, connectionIdManager, options) {
|
|
@@ -6844,7 +6844,7 @@ const _Feed = class _Feed extends FeedApi {
|
|
|
6844
6844
|
);
|
|
6845
6845
|
}
|
|
6846
6846
|
});
|
|
6847
|
-
feedsToGetOrCreate.values().forEach((feed) => {
|
|
6847
|
+
Array.from(feedsToGetOrCreate.values()).forEach((feed) => {
|
|
6848
6848
|
getOrCreateActiveFeed.bind(this.client)({
|
|
6849
6849
|
group: feed.group_id,
|
|
6850
6850
|
id: feed.id,
|
|
@@ -7855,4 +7855,4 @@ export {
|
|
|
7855
7855
|
shouldUpdateState as s,
|
|
7856
7856
|
uniqueArrayMerge as u
|
|
7857
7857
|
};
|
|
7858
|
-
//# sourceMappingURL=feeds-client-
|
|
7858
|
+
//# sourceMappingURL=feeds-client-BNiazJbH.mjs.map
|