@vizzly/sqlbuilder-public
Advanced tools
Comparing version 0.1.19 to 0.1.21
@@ -5,2 +5,3 @@ import { Client, NormalizedDataType } from "./types"; | ||
export * as DataSet from "./DataSet"; | ||
export * as QueryLogic from "./Query"; | ||
export * as Errors from "./errors"; | ||
@@ -7,0 +8,0 @@ export declare const NORMALIZED_DATA_TYPES: Array<NormalizedDataType>; |
@@ -29,3 +29,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getNativeDataTypesOfNormalizedType = exports.DATE_MATHS_OPERATORS = exports.NORMALIZED_DATA_TYPES = exports.Errors = exports.DataSet = void 0; | ||
exports.getNativeDataTypesOfNormalizedType = exports.DATE_MATHS_OPERATORS = exports.NORMALIZED_DATA_TYPES = exports.Errors = exports.QueryLogic = exports.DataSet = void 0; | ||
const nativeDataTypeDatabase_1 = require("./nativeDataTypeDatabase"); | ||
@@ -35,2 +35,3 @@ __exportStar(require("./nativeDataTypeDatabase"), exports); | ||
exports.DataSet = __importStar(require("./DataSet")); | ||
exports.QueryLogic = __importStar(require("./Query")); | ||
exports.Errors = __importStar(require("./errors")); | ||
@@ -37,0 +38,0 @@ exports.NORMALIZED_DATA_TYPES = [ |
{ | ||
"name": "@vizzly/sqlbuilder-public", | ||
"version": "0.1.19", | ||
"version": "0.1.21", | ||
"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
32533
22
1057