@drizzle-team/studio
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -143,2 +143,5 @@ "use strict"; | ||
} | ||
if ((0, import_drizzle_orm2.is)(column, import_sqlite_core2.SQLiteBlobBuffer)) { | ||
return "base64"; | ||
} | ||
return "string"; | ||
@@ -145,0 +148,0 @@ }; |
{ | ||
"name": "@drizzle-team/studio", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"license": "UNLICENSED", | ||
@@ -11,8 +11,12 @@ "scripts": { | ||
"@hono/valibot-validator": "^0.2.0", | ||
"@libsql/client": "0.4.0-pre.1", | ||
"@types/lru-cache": "^7.10.10", | ||
"@types/node": "^20.8.3", | ||
"@types/pg": "^8.10.7", | ||
"dotenv": "^16.3.1", | ||
"drizzle-kit": "0.20.4-bf71f08", | ||
"drizzle-orm": "0.29.0-99ce577", | ||
"esbuild": "^0.19.4", | ||
"hono": "^3.8.1", | ||
"lru-cache": "^10.0.3", | ||
"pg": "^8.11.3", | ||
@@ -19,0 +23,0 @@ "typescript": "^5.2.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
770958
9410
15