@balena/abstract-sql-compiler
Advanced tools
Comparing version 7.0.2 to 7.0.3-remove-accidental-type-field-f9583ff668efb8e74480b0458b14d6caa3821550
@@ -7,2 +7,6 @@ # Change Log | ||
## 7.0.3 - 2020-10-02 | ||
* Remove accidental `necessity` from the `AbstractSqlField` types [Pagan Gazzard] | ||
## 7.0.2 - 2020-07-10 | ||
@@ -9,0 +13,0 @@ |
@@ -88,3 +88,2 @@ export declare const enum Engines { | ||
defaultValue?: string; | ||
necessity: boolean; | ||
computed?: AbstractSqlQuery; | ||
@@ -91,0 +90,0 @@ checks?: BooleanTypeNodes[]; |
{ | ||
"name": "@balena/abstract-sql-compiler", | ||
"version": "7.0.2", | ||
"version": "7.0.3-remove-accidental-type-field-f9583ff668efb8e74480b0458b14d6caa3821550", | ||
"description": "A translator for abstract sql into sql.", | ||
@@ -5,0 +5,0 @@ "main": "out/AbstractSQLCompiler.js", |
@@ -216,3 +216,2 @@ export const enum Engines { | ||
defaultValue?: string; | ||
necessity: boolean; | ||
computed?: AbstractSqlQuery; | ||
@@ -219,0 +218,0 @@ checks?: BooleanTypeNodes[]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
518354
7234
2