getstream
Advanced tools
Comparing version 7.2.6 to 7.2.7
@@ -8,2 +8,8 @@ # CHANGELOG | ||
## [7.2.7](https://github.com/GetStream/stream-js/releases/tag/v7.2.6) - 2021-04-22 | ||
### Fix | ||
- Use cached token for feed follow stats [#445](https://github.com/GetStream/stream-js/pull/445) | ||
## [7.2.6](https://github.com/GetStream/stream-js/releases/tag/v7.2.6) - 2021-04-20 | ||
@@ -10,0 +16,0 @@ |
@@ -293,3 +293,3 @@ "use strict"; | ||
qs: qs, | ||
token: this.client.getOrCreateToken() || this.token | ||
token: this.token | ||
}); | ||
@@ -296,0 +296,0 @@ } |
@@ -14,3 +14,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "7.2.6", | ||
"version": "7.2.7", | ||
"scripts": { | ||
@@ -17,0 +17,0 @@ "transpile": "babel src --out-dir lib --extensions '.ts'", |
@@ -376,1 +376,8 @@ # Stream-JS | ||
Project is licensed under the [BSD 3-Clause](LICENSE). | ||
## We are hiring! | ||
We've recently closed a [$38 million Series B funding round](https://techcrunch.com/2021/03/04/stream-raises-38m-as-its-chat-and-activity-feed-apis-power-communications-for-1b-users/) and we keep actively growing. | ||
Our APIs are used by more than a billion end-users, and you'll have a chance to make a huge impact on the product within a team of the strongest engineers all over the world. | ||
Check out our current openings and apply via [Stream's website](https://getstream.io/team/#jobs). |
@@ -470,3 +470,3 @@ /// <reference path="../types/modules.d.ts" /> | ||
qs, | ||
token: this.client.getOrCreateToken() || this.token, | ||
token: this.token, | ||
}); | ||
@@ -473,0 +473,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
783184
383