reactivedb
Advanced tools
Comparing version 0.10.4-alpha.5-diff to 0.10.4-alpha.6-diff
{ | ||
"name": "reactivedb", | ||
"version": "0.10.4-alpha.5-diff", | ||
"version": "0.10.4-alpha.6-diff", | ||
"description": "Reactive ORM for Lovefield", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -83,5 +83,2 @@ import { Observable } from 'rxjs/Observable' | ||
tokens.unshift(this) | ||
const lastEmit: T[] = tokens.reduce((acc, token) => { | ||
return acc.concat(token.getLastEmit()) | ||
}, [] as T[]) | ||
@@ -96,3 +93,3 @@ const newSelector$ = Observable.from(tokens).pipe( | ||
) | ||
return new QueryToken<T>(newSelector$, lastEmit) | ||
return new QueryToken<T>(newSelector$, this.lastEmit) | ||
} | ||
@@ -99,0 +96,0 @@ |
@@ -1,1 +0,1 @@ | ||
export default '0.10.4-alpha.5-diff-alpha0.10.4-alpha.5-diff-diff' | ||
export default '0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-alpha0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-diff' |
@@ -58,5 +58,2 @@ "use strict"; | ||
tokens.unshift(this); | ||
var lastEmit = tokens.reduce(function (acc, token) { | ||
return acc.concat(token.getLastEmit()); | ||
}, []); | ||
var newSelector$ = Observable_1.Observable.from(tokens).pipe(map_1.map(function (token) { return token.selector$.pipe(skipWhileProxySelector); }), combineAll_1.combineAll(), map_1.map(function (r) { | ||
@@ -67,3 +64,3 @@ var first = r.shift(); | ||
})); | ||
return new QueryToken(newSelector$, lastEmit); | ||
return new QueryToken(newSelector$, this.lastEmit); | ||
}; | ||
@@ -70,0 +67,0 @@ QueryToken.prototype.combine = function () { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.10.4-alpha.5-diff-alpha0.10.4-alpha.5-diff-diff"; | ||
declare const _default: "0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-alpha0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-diff"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '0.10.4-alpha.5-diff-alpha0.10.4-alpha.5-diff-diff'; | ||
exports.default = '0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-alpha0.10.4-alpha.6-diff-alpha0.10.4-alpha.6-diff-diff-diff'; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
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
299693
5447