@dataform/core
Advanced tools
Comparing version 0.0.2-alpha.1 to 0.0.2-alpha.2
@@ -53,4 +53,6 @@ "use strict"; | ||
this.contextableQuery = null; | ||
this.proto.where = context.apply(this.contextableWhere); | ||
this.contextableWhere = null; | ||
if (this.contextableWhere) { | ||
this.proto.where = context.apply(this.contextableWhere); | ||
this.contextableWhere = null; | ||
} | ||
if (this.contextablePres) { | ||
@@ -57,0 +59,0 @@ var appliedPres = context.apply(this.contextablePres); |
@@ -79,4 +79,6 @@ import { Dataform } from "./index"; | ||
this.proto.where = context.apply(this.contextableWhere); | ||
this.contextableWhere = null; | ||
if (this.contextableWhere) { | ||
this.proto.where = context.apply(this.contextableWhere); | ||
this.contextableWhere = null; | ||
} | ||
@@ -83,0 +85,0 @@ if (this.contextablePres) { |
{ | ||
"name": "@dataform/core", | ||
"version": "0.0.2-alpha.1", | ||
"version": "0.0.2-alpha.2", | ||
"description": "Dataform core API.", | ||
@@ -8,3 +8,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@dataform/protos": "^0.0.2-alpha.1", | ||
"@dataform/protos": "^0.0.2-alpha.2", | ||
"protobufjs": "^6.8.8" | ||
@@ -15,3 +15,3 @@ }, | ||
}, | ||
"gitHead": "7c4e07abfe257254944cbd285daa65d78c7eb00b" | ||
"gitHead": "3f4b1319a4a0a536f5924f0da6e2c75c4a079cd0" | ||
} |
Sorry, the diff of this file is not supported yet
389431
7397