@dataform/core
Advanced tools
Comparing version 0.0.2-alpha.17 to 0.0.2-alpha.18
@@ -31,3 +31,3 @@ import { Dataform } from "./index"; | ||
post(posts: MContextable<string | string[]>): this; | ||
assert(query: MContextable<string | string[]>): void; | ||
assert(query: MContextable<string | string[]>): this; | ||
dependency(value: string | string[]): this; | ||
@@ -34,0 +34,0 @@ schema(key: string, description?: string): any; |
@@ -62,2 +62,3 @@ "use strict"; | ||
this.contextableAssertions.push(query); | ||
return this; | ||
} | ||
@@ -85,2 +86,3 @@ dependency(value) { | ||
} | ||
return this; | ||
} | ||
@@ -87,0 +89,0 @@ compile() { |
@@ -88,2 +88,3 @@ import { Dataform } from "./index"; | ||
this.contextableAssertions.push(query); | ||
return this; | ||
} | ||
@@ -119,2 +120,3 @@ | ||
} | ||
return this; | ||
} | ||
@@ -121,0 +123,0 @@ |
{ | ||
"name": "@dataform/core", | ||
"version": "0.0.2-alpha.17", | ||
"version": "0.0.2-alpha.18", | ||
"description": "Dataform core API.", | ||
@@ -8,3 +8,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@dataform/protos": "^0.0.2-alpha.17", | ||
"@dataform/protos": "^0.0.2-alpha.18", | ||
"protobufjs": "^6.8.8" | ||
@@ -15,3 +15,3 @@ }, | ||
}, | ||
"gitHead": "c7fb4aa014addcb0e1aac3cda9287e35525a8429" | ||
"gitHead": "872b5a7b391c21fa67f7e4fcdcd6579a7e79b316" | ||
} |
Sorry, the diff of this file is not supported yet
403415
7680