@mrnafisia/type-query
Advanced tools
Comparing version 2.0.18 to 2.0.19
@@ -91,2 +91,3 @@ declare enum OperatorCode { | ||
readonly uuid: "UUID"; | ||
readonly date: "DATE"; | ||
readonly timestamp: "TIMESTAMP WITHOUT TIME ZONE"; | ||
@@ -93,0 +94,0 @@ readonly timestamptz: "TIMESTAMP WITH TIME ZONE"; |
@@ -118,2 +118,3 @@ "use strict"; | ||
uuid: 'UUID', | ||
date: 'DATE', | ||
timestamp: 'TIMESTAMP WITHOUT TIME ZONE', | ||
@@ -120,0 +121,0 @@ timestamptz: 'TIMESTAMP WITH TIME ZONE', |
@@ -36,3 +36,3 @@ import Decimal from 'decimal.js'; | ||
} : S[key]['type'] extends Date ? { | ||
type: 'timestamp' | 'timestamptz'; | ||
type: 'date' | 'timestamp' | 'timestamptz'; | ||
length?: number; | ||
@@ -39,0 +39,0 @@ } : S[key]['type'] extends boolean ? { |
{ | ||
"name": "@mrnafisia/type-query", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"description": "mini-orm with full type support for postgres.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
285375
2526