@prisma/pg-worker
Advanced tools
Comparing version 5.11.0-integration-feat-prisma-pg-worker.18 to 5.11.0-integration-fix-adapter-pg-again.1
import { Client } from 'pg'; | ||
import * as pg from 'pg'; | ||
import { Pool } from 'pg'; | ||
import { types } from 'pg'; | ||
@@ -11,5 +12,7 @@ export { Client } | ||
export { types } | ||
export * from "pg"; | ||
export { } |
{ | ||
"name": "@prisma/pg-worker", | ||
"version": "5.11.0-integration-feat-prisma-pg-worker.18", | ||
"version": "5.11.0-integration-fix-adapter-pg-again.1", | ||
"description": "Prisma's lightweight version of \"pg\" for workers", | ||
@@ -18,7 +18,7 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "29.5.11", | ||
"@types/node": "18.18.13", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "18.19.21", | ||
"pg": "8.11.3", | ||
"pg-cloudflare": "1.1.1", | ||
"esbuild": "0.19.9", | ||
"esbuild": "0.20.1", | ||
"jest": "29.7.0", | ||
@@ -33,3 +33,3 @@ "jest-junit": "16.0.0", | ||
"dependencies": { | ||
"@types/pg": "8.10.9" | ||
"@types/pg": "8.11.2" | ||
}, | ||
@@ -36,0 +36,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
154906
557
+ Added@types/pg@8.11.2(transitive)
- Removed@types/pg@8.10.9(transitive)
Updated@types/pg@8.11.2