@neondatabase/vite-plugin-postgres
Advanced tools
+1
-1
| import { note, intro, outro } from '@clack/prompts'; | ||
| import { instantNeon } from 'neondb/sdk'; | ||
| import { instantNeon } from 'neondb/launchpad'; | ||
| import { resolve } from 'path'; | ||
@@ -4,0 +4,0 @@ import { loadEnv } from 'vite'; |
+4
-3
| { | ||
| "name": "@neondatabase/vite-plugin-postgres", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "type": "module", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
| "vitest": "^3.0.9", | ||
| "neondb": "0.3.0" | ||
| "neondb": "0.3.1" | ||
| }, | ||
@@ -34,4 +34,5 @@ "peerDependencies": { | ||
| "tsc": "tsc", | ||
| "dry:run": "pnpm build && node dist/cli.js" | ||
| "dry:run": "pnpm build && node dist/cli.js --yes", | ||
| "dry:run:prompt": "pnpm build && node dist/cli.js" | ||
| } | ||
| } |
5334
1.29%