reactivedb
Advanced tools
Comparing version 0.10.3-alpha.1-lazyassert to 0.10.3-alpha.2-lazyassert
{ | ||
"name": "reactivedb", | ||
"version": "0.10.3-alpha.1-lazyassert", | ||
"version": "0.10.3-alpha.2-lazyassert", | ||
"description": "Reactive ORM for Lovefield", | ||
@@ -78,3 +78,3 @@ "main": "./index.js", | ||
"node-watch": "^0.5.5", | ||
"npm-run-all": "^4.1.2", | ||
"npm-run-all": "^4.1.5", | ||
"nyc": "^11.3.0", | ||
@@ -81,0 +81,0 @@ "raw-loader": "^0.5.1", |
@@ -100,3 +100,5 @@ import * as lf from 'lovefield' | ||
patch(patch: Object) { | ||
this.params = { ...this.params, ...patch } | ||
forEach(patch, (val, key) => { | ||
this.params[key] = val | ||
}) | ||
return this | ||
@@ -103,0 +105,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export default '0.10.3-alpha.1-lazyassert' | ||
export default '0.10.3-alpha.2-lazyassert-alpha0.10.3-alpha.2-lazyassert-lazyassert' |
@@ -74,3 +74,6 @@ "use strict"; | ||
Mutation.prototype.patch = function (patch) { | ||
this.params = tslib_1.__assign({}, this.params, patch); | ||
var _this = this; | ||
utils_1.forEach(patch, function (val, key) { | ||
_this.params[key] = val; | ||
}); | ||
return this; | ||
@@ -77,0 +80,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.10.3-alpha.1-lazyassert"; | ||
declare const _default: "0.10.3-alpha.2-lazyassert-alpha0.10.3-alpha.2-lazyassert-lazyassert"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '0.10.3-alpha.1-lazyassert'; | ||
exports.default = '0.10.3-alpha.2-lazyassert-alpha0.10.3-alpha.2-lazyassert-lazyassert'; | ||
//# 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
278505
4922