@sqb/connect
Advanced tools
Comparing version 4.0.1-alpha.6 to 4.0.1-alpha.7
@@ -1,1 +0,1 @@ | ||
export declare type Maybe<T> = T | undefined | null; | ||
export declare type Maybe<T> = T | undefined; |
{ | ||
"name": "@sqb/connect", | ||
"description": "Multi-dialect database connection framework written with TypeScript", | ||
"version": "4.0.1-alpha.6", | ||
"version": "4.0.1-alpha.7", | ||
"author": "Panates Ltd.", | ||
@@ -44,3 +44,3 @@ "contributors": [ | ||
"peerDependencies": { | ||
"@sqb/builder": "^4.0.1-alpha.6" | ||
"@sqb/builder": "^4.0.1-alpha.7" | ||
}, | ||
@@ -47,0 +47,0 @@ "main": "dist/index.js", |
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
139063