drizzle-orm
Advanced tools
Comparing version 0.10.11 to 0.10.12
{ | ||
"name": "drizzle-orm", | ||
"version": "0.10.11", | ||
"version": "0.10.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -28,3 +28,3 @@ import { UpdateCustomExpr } from '../builders/requestBuilders/updates/updates'; | ||
}; | ||
export declare type ExtractCodeType<T extends AbstractColumn<ColumnType<any>, boolean, boolean>> = T extends AbstractColumn<ColumnType<infer TCodeType>, infer TNullable, infer TAutoIncrement> ? TCodeType : never; | ||
export declare type ExtractCodeType<T extends AbstractColumn<ColumnType<any>, boolean, boolean>> = T extends AbstractColumn<ColumnType<infer TCodeType>, infer TNullable, infer TAutoIncrement, any> ? TCodeType : never; | ||
export declare type ExtractTypeEnum<T extends Type<any>> = T extends Type<infer TEnum> ? TEnum : never; | ||
@@ -31,0 +31,0 @@ export declare type Indexing = IndexedColumn<ColumnType, boolean, boolean> | TableIndex; |
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
272534
240
5591
0
439