getstream
Advanced tools
Comparing version 7.2.5 to 7.2.6
@@ -8,2 +8,9 @@ # CHANGELOG | ||
## [7.2.6](https://github.com/GetStream/stream-js/releases/tag/v7.2.6) - 2021-04-20 | ||
### Fix | ||
- Fix enriched reaction user type [#443](https://github.com/GetStream/stream-js/pull/443) | ||
- Drop codecov [#439](https://github.com/GetStream/stream-js/pull/439) | ||
## [7.2.5](https://github.com/GetStream/stream-js/releases/tag/v7.2.5) - 2021-02-19 | ||
@@ -10,0 +17,0 @@ |
import { StreamClient, APIResponse, UR } from './client'; | ||
import { StreamFeed } from './feed'; | ||
import { EnrichedUser } from './user'; | ||
export declare type TargetFeeds = (string | StreamFeed)[]; | ||
@@ -26,3 +27,3 @@ export declare type TargetFeed = string | StreamFeed; | ||
own_children?: Record<string, ChildReactionType>; | ||
user?: UserType; | ||
user?: EnrichedUser<UserType>; | ||
}; | ||
@@ -29,0 +30,0 @@ export declare type EnrichedReactionAPIResponse<ReactionType extends UR = UR, ChildReactionType extends UR = UR, UserType extends UR = UR> = APIResponse & EnrichedReaction<ReactionType, ChildReactionType, UserType>; |
@@ -14,3 +14,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "7.2.5", | ||
"version": "7.2.6", | ||
"scripts": { | ||
@@ -32,3 +32,2 @@ "transpile": "babel src --out-dir lib --extensions '.ts'", | ||
"test-browser": "karma start karma.config.js", | ||
"coverage": "nyc yarn run test-unit-node && nyc report --reporter=text-lcov | codecov --pipe", | ||
"prepare": "yarn run build", | ||
@@ -78,3 +77,2 @@ "preversion": "yarn run test-unit-node", | ||
"chai": "^4.3.3", | ||
"codecov": "^3.8.1", | ||
"dotenv": "^8.2.0", | ||
@@ -81,0 +79,0 @@ "eslint": "^7.21.0", |
# Stream-JS | ||
[![build](https://github.com/GetStream/stream-js/workflows/build/badge.svg)](https://github.com/GetStream/stream-js/actions) [![codecov](https://codecov.io/gh/GetStream/stream-js/branch/main/graph/badge.svg)](https://codecov.io/gh/GetStream/stream-js) | ||
[![build](https://github.com/GetStream/stream-js/workflows/build/badge.svg)](https://github.com/GetStream/stream-js/actions) | ||
@@ -375,4 +375,2 @@ [![NPM](https://nodei.co/npm/getstream.png)](https://nodei.co/npm/getstream/) | ||
Copyright (c) 2015-2021 Stream.io Inc, and individual contributors. All rights reserved. | ||
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES. | ||
Project is licensed under the [BSD 3-Clause](LICENSE). |
import { StreamClient, APIResponse, UR } from './client'; | ||
import { StreamFeed } from './feed'; | ||
import { SiteError } from './errors'; | ||
import { EnrichedUser } from './user'; | ||
@@ -46,3 +47,3 @@ export type TargetFeeds = (string | StreamFeed)[]; | ||
own_children?: Record<string, ChildReactionType>; | ||
user?: UserType; | ||
user?: EnrichedUser<UserType>; | ||
}; | ||
@@ -49,0 +50,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
43
15426
782618
376