@planetscale/database
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,1 +0,1 @@ | ||
export declare const Version = "1.0.0"; | ||
export declare const Version = "1.0.1"; |
@@ -1,1 +0,1 @@ | ||
export const Version = '1.0.0'; | ||
export const Version = '1.0.1'; |
{ | ||
"name": "@planetscale/database", | ||
"version": "1.0.0", | ||
"description": "A JavaScript client for PlanetScale databases.", | ||
"version": "1.0.1", | ||
"description": "A Fetch API-compatible PlanetScale database driver", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.js", |
@@ -17,3 +17,3 @@ # PlanetScale Serverless Driver for JavaScript | ||
const config = { | ||
host: 'aws.connect.psdb.cloud', | ||
host: '<host>', | ||
username: '<user>', | ||
@@ -20,0 +20,0 @@ password: '<password>' |
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
26932