@neondatabase/serverless
Advanced tools
Comparing version 0.4.16 to 0.4.17
@@ -134,7 +134,7 @@ | ||
export interface Client extends PgClient { | ||
export class Client extends PgClient { | ||
neonConfig: NeonConfig; | ||
} | ||
export interface PoolClient extends PgPoolClient { | ||
export class PoolClient extends PgPoolClient { | ||
neonConfig: NeonConfig; | ||
@@ -141,0 +141,0 @@ } |
{ | ||
"name": "@neondatabase/serverless", | ||
"version": "0.4.16", | ||
"version": "0.4.17", | ||
"author": "Neon", | ||
@@ -5,0 +5,0 @@ "description": "node-postgres for serverless environments from neon.tech", |
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
183507