@vizzly/sqlbuilder-public
Advanced tools
Comparing version 0.0.1 to 0.0.29
@@ -0,2 +1,4 @@ | ||
import { NormalizedDataType } from "./types"; | ||
export * from "./nativeDataTypeDatabase"; | ||
export * from "./types"; | ||
export declare const NORMALIZED_DATA_TYPES: Array<NormalizedDataType>; |
@@ -17,3 +17,11 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NORMALIZED_DATA_TYPES = void 0; | ||
__exportStar(require("./nativeDataTypeDatabase"), exports); | ||
__exportStar(require("./types"), exports); | ||
exports.NORMALIZED_DATA_TYPES = [ | ||
"number", | ||
"boolean", | ||
"string", | ||
"date_time", | ||
"string[]", | ||
]; |
{ | ||
"name": "@vizzly/sqlbuilder-public", | ||
"version": "0.0.1", | ||
"version": "0.0.29", | ||
"source": "src/index.ts", | ||
@@ -22,2 +22,2 @@ "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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
13458
8
517
0
5