@neondatabase/serverless
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -297,1 +297,6 @@ | ||
export class NeonDbError extends Error { | ||
name: 'NeonDbError'; | ||
code: string | null; | ||
sourceError: Error | undefined; | ||
} |
{ | ||
"name": "@neondatabase/serverless", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"author": "Neon", | ||
@@ -5,0 +5,0 @@ "description": "node-postgres for serverless environments from neon.tech", |
@@ -257,3 +257,3 @@ # @neondatabase/serverless [BETA] | ||
This package comes configured to connect to a Neon database over a secure (`wss:`) WebSocket. But you can also use it to connect to your own Postgres instances if you [run your own WebSocket proxy](DEPLOY.md). | ||
This package comes configured to connect to a Neon database. But you can also use it to connect to your own Postgres instances if you [run your own WebSocket proxy](DEPLOY.md). | ||
@@ -260,0 +260,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
175504
1885