@vizzly/sqlbuilder-public
Advanced tools
Comparing version 0.0.69 to 0.0.70
@@ -5,1 +5,2 @@ import { NormalizedDataType } from "./types"; | ||
export declare const NORMALIZED_DATA_TYPES: Array<NormalizedDataType>; | ||
export declare const DATE_MATHS_OPERATORS: string[]; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NORMALIZED_DATA_TYPES = void 0; | ||
exports.DATE_MATHS_OPERATORS = exports.NORMALIZED_DATA_TYPES = void 0; | ||
__exportStar(require("./nativeDataTypeDatabase"), exports); | ||
@@ -28,1 +28,7 @@ __exportStar(require("./types"), exports); | ||
]; | ||
exports.DATE_MATHS_OPERATORS = [ | ||
"seconds_between", | ||
"minutes_between", | ||
"hours_between", | ||
"days_between", | ||
]; |
@@ -427,2 +427,5 @@ "use strict"; | ||
}, | ||
VARIANT: { | ||
normalizedType: "string", | ||
}, | ||
}, | ||
@@ -429,0 +432,0 @@ mysql: { |
{ | ||
"name": "@vizzly/sqlbuilder-public", | ||
"version": "0.0.69", | ||
"version": "0.0.70", | ||
"source": "src/index.ts", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
17093
667