@astrojs/db
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -56,3 +56,3 @@ import type { ColumnDataType, ColumnBaseConfig } from 'drizzle-orm'; | ||
default: NonNullable<unknown>; | ||
} ? true : TFields[K] extends { | ||
} ? true : TFields[K]['schema'] extends { | ||
primaryKey: true; | ||
@@ -59,0 +59,0 @@ } ? true : false; |
{ | ||
"name": "@astrojs/db", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "", | ||
@@ -73,4 +73,4 @@ "license": "MIT", | ||
"vite": "^4.4.11", | ||
"astro": "4.2.4", | ||
"astro-scripts": "0.0.14" | ||
"astro-scripts": "0.0.14", | ||
"astro": "4.2.4" | ||
}, | ||
@@ -77,0 +77,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
529285
14132