@stream-io/feeds-client 0.3.11 → 0.3.12
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-BZsETpdK.js → feeds-client-BraP5Emi.js} +2 -2
- package/dist/{feeds-client-BZsETpdK.js.map → feeds-client-BraP5Emi.js.map} +1 -1
- package/dist/{feeds-client-CW1V7UYV.mjs → feeds-client-DDkq_n24.mjs} +2 -2
- package/dist/{feeds-client-CW1V7UYV.mjs.map → feeds-client-DDkq_n24.mjs.map} +1 -1
- package/dist/types/bindings/react/hooks/client-state-hooks/useClientConnectedUser.d.ts +1 -1
- package/dist/types/bindings/react/hooks/client-state-hooks/useClientConnectedUser.d.ts.map +1 -1
- package/dist/types/common/real-time/event-models.d.ts +2 -2
- package/dist/types/common/real-time/event-models.d.ts.map +1 -1
- package/dist/types/feeds-client/feeds-client.d.ts +3 -3
- package/dist/types/feeds-client/feeds-client.d.ts.map +1 -1
- package/dist/types/types.d.ts +5 -1
- package/dist/types/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/common/real-time/event-models.ts +2 -2
- package/src/feeds-client/feeds-client.ts +7 -3
- package/src/types.ts +3 -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.12](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.11...@stream-io/feeds-client-0.3.12) (2025-11-18)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* OwnUser type misses name and image ([#166](https://github.com/GetStream/stream-feeds-js/issues/166)) ([fa8121d](https://github.com/GetStream/stream-feeds-js/commit/fa8121daae8dd75dc469b7e8158c130fc40a0065))
|
|
11
|
+
|
|
5
12
|
## [0.3.11](https://github.com/GetStream/stream-feeds-js/compare/@stream-io/feeds-client-0.3.10...@stream-io/feeds-client-0.3.11) (2025-11-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-BraP5Emi.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-BraP5Emi.js");
|
|
6
6
|
require("axios");
|
|
7
7
|
var shim = { exports: {} };
|
|
8
8
|
var useSyncExternalStoreShim_production = {};
|
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, r, s, u, l } from "../feeds-client-
|
|
3
|
+
import { d as debounce } from "../feeds-client-DDkq_n24.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-DDkq_n24.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-DDkq_n24.mjs";
|
|
4
4
|
import "axios";
|
|
5
5
|
var shim = { exports: {} };
|
|
6
6
|
var useSyncExternalStoreShim_production = {};
|
|
@@ -3899,7 +3899,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
|
|
|
3899
3899
|
};
|
|
3900
3900
|
return result;
|
|
3901
3901
|
};
|
|
3902
|
-
const version = "0.3.
|
|
3902
|
+
const version = "0.3.12";
|
|
3903
3903
|
class ApiClient {
|
|
3904
3904
|
constructor(apiKey, tokenManager, connectionIdManager, options) {
|
|
3905
3905
|
this.apiKey = apiKey;
|
|
@@ -7710,4 +7710,4 @@ exports.replaceUniqueArrayMerge = replaceUniqueArrayMerge;
|
|
|
7710
7710
|
exports.shouldUpdateState = shouldUpdateState;
|
|
7711
7711
|
exports.uniqueArrayMerge = uniqueArrayMerge;
|
|
7712
7712
|
exports.updateEntityInArray = updateEntityInArray;
|
|
7713
|
-
//# sourceMappingURL=feeds-client-
|
|
7713
|
+
//# sourceMappingURL=feeds-client-BraP5Emi.js.map
|