getstream
Advanced tools
Comparing version 7.2.7 to 7.2.8
@@ -8,6 +8,12 @@ # CHANGELOG | ||
## [7.2.7](https://github.com/GetStream/stream-js/releases/tag/v7.2.6) - 2021-04-22 | ||
## [7.2.8](https://github.com/GetStream/stream-js/releases/tag/v7.2.8) - 2021-04-22 | ||
### Fix | ||
- Revert to 7.2.6 [#446](https://github.com/GetStream/stream-js/pull/446) | ||
## [7.2.7](https://github.com/GetStream/stream-js/releases/tag/v7.2.8) - 2021-04-22 | ||
### Fix | ||
- Use cached token for feed follow stats [#445](https://github.com/GetStream/stream-js/pull/445) | ||
@@ -14,0 +20,0 @@ |
@@ -293,3 +293,3 @@ "use strict"; | ||
qs: qs, | ||
token: this.token | ||
token: this.client.getOrCreateToken() || this.token | ||
}); | ||
@@ -296,0 +296,0 @@ } |
@@ -14,3 +14,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "7.2.7", | ||
"version": "7.2.8", | ||
"scripts": { | ||
@@ -17,0 +17,0 @@ "transpile": "babel src --out-dir lib --extensions '.ts'", |
@@ -470,3 +470,3 @@ /// <reference path="../types/modules.d.ts" /> | ||
qs, | ||
token: this.token, | ||
token: this.client.getOrCreateToken() || 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
783487