@stream-io/feeds-client 0.2.8 → 0.2.9
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/cjs/react-bindings.js.map +1 -1
- package/dist/es/index.mjs +2 -2
- package/dist/es/react-bindings.mjs +1 -1
- package/dist/es/react-bindings.mjs.map +1 -1
- package/dist/{index-Cfbt0DFY.js → index-B0Mm2xFU.js} +2 -2
- package/dist/{index-Cfbt0DFY.js.map → index-B0Mm2xFU.js.map} +1 -1
- package/dist/{index-DLC5hiNd.mjs → index-rSXIDTdA.mjs} +2 -2
- package/dist/{index-DLC5hiNd.mjs.map → index-rSXIDTdA.mjs.map} +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -3694,7 +3694,7 @@ const getRateLimitFromResponseHeader = (response_headers) => {
|
|
|
3694
3694
|
};
|
|
3695
3695
|
return result;
|
|
3696
3696
|
};
|
|
3697
|
-
const version = "0.2.
|
|
3697
|
+
const version = "0.2.9";
|
|
3698
3698
|
class ApiClient {
|
|
3699
3699
|
constructor(apiKey, tokenManager, connectionIdManager, options) {
|
|
3700
3700
|
this.apiKey = apiKey;
|
|
@@ -6473,4 +6473,4 @@ export {
|
|
|
6473
6473
|
shouldUpdateState as s,
|
|
6474
6474
|
uniqueArrayMerge as u
|
|
6475
6475
|
};
|
|
6476
|
-
//# sourceMappingURL=index-
|
|
6476
|
+
//# sourceMappingURL=index-rSXIDTdA.mjs.map
|