@stream-io/feeds-client 0.2.21 → 0.3.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 +11 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/react-bindings.js +1 -57
- package/dist/cjs/react-bindings.js.map +1 -1
- package/dist/es/index.mjs +2 -2
- package/dist/es/react-bindings.mjs +1 -57
- package/dist/es/react-bindings.mjs.map +1 -1
- package/dist/{feeds-client--EbdwYrY.js → feeds-client-DmA8dntK.js} +2 -2
- package/dist/{feeds-client--EbdwYrY.js.map → feeds-client-DmA8dntK.js.map} +1 -1
- package/dist/{feeds-client-5nGcdeuG.mjs → feeds-client-DuLOUu6_.mjs} +2 -2
- package/dist/{feeds-client-5nGcdeuG.mjs.map → feeds-client-DuLOUu6_.mjs.map} +1 -1
- package/dist/types/bindings/react/index.d.ts +0 -1
- package/dist/types/bindings/react/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/bindings/react/index.ts +0 -1
- package/dist/types/bindings/react/hooks/util/index.d.ts +0 -3
- package/dist/types/bindings/react/hooks/util/index.d.ts.map +0 -1
- package/dist/types/bindings/react/hooks/util/useBookmarkActions.d.ts +0 -14
- package/dist/types/bindings/react/hooks/util/useBookmarkActions.d.ts.map +0 -1
- package/dist/types/bindings/react/hooks/util/useReactionActions.d.ts +0 -18
- package/dist/types/bindings/react/hooks/util/useReactionActions.d.ts.map +0 -1
- package/src/bindings/react/hooks/util/index.ts +0 -2
- package/src/bindings/react/hooks/util/useBookmarkActions.ts +0 -40
- package/src/bindings/react/hooks/util/useReactionActions.ts +0 -57
|
@@ -3730,7 +3730,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
|
|
|
3730
3730
|
};
|
|
3731
3731
|
return result;
|
|
3732
3732
|
};
|
|
3733
|
-
const version = "0.
|
|
3733
|
+
const version = "0.3.0";
|
|
3734
3734
|
class ApiClient {
|
|
3735
3735
|
constructor(apiKey, tokenManager, connectionIdManager, options) {
|
|
3736
3736
|
this.apiKey = apiKey;
|
|
@@ -7193,4 +7193,4 @@ export {
|
|
|
7193
7193
|
shouldUpdateState as s,
|
|
7194
7194
|
uniqueArrayMerge as u
|
|
7195
7195
|
};
|
|
7196
|
-
//# sourceMappingURL=feeds-client-
|
|
7196
|
+
//# sourceMappingURL=feeds-client-DuLOUu6_.mjs.map
|