Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "baconjs", | ||
"description": "A small functional reactive programming lib for JavaScript.", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"keywords": [ | ||
@@ -74,3 +74,3 @@ "bacon.js", | ||
"prepublish": "npm run lint && npm run dist", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"browsertest-bundle": "browsertest/browserify", | ||
@@ -77,0 +77,0 @@ "browsertest-open": "open browsertest/mocha.runner.html", |
@@ -344,2 +344,3 @@ import { Desc } from "./describe"; | ||
*/ | ||
abstract groupBy(keyF: Function1<V, string>, limitF?: GroupTransformer<V, V>): Observable<EventStream<V>>; | ||
abstract groupBy<V2>(keyF: Function1<V, string>, limitF: GroupTransformer<V, V2>): Observable<EventStream<V2>>; | ||
@@ -837,2 +838,3 @@ /** | ||
*/ | ||
groupBy(keyF: Function1<V, string>, limitF?: GroupTransformer<V, V>): Property<EventStream<V>>; | ||
groupBy<V2>(keyF: Function1<V, string>, limitF: GroupTransformer<V, V2>): Property<EventStream<V2>>; | ||
@@ -1116,2 +1118,3 @@ /** | ||
*/ | ||
groupBy(keyF: Function1<V, string>, limitF?: GroupTransformer<V, V>): EventStream<EventStream<V>>; | ||
groupBy<V2>(keyF: Function1<V, string>, limitF: GroupTransformer<V, V2>): EventStream<EventStream<V2>>; | ||
@@ -1118,0 +1121,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
457937
115
11574