Comparing version 3.0.7 to 3.0.8
@@ -1,3 +0,4 @@ | ||
import { PoolClient } from "pg"; | ||
import { PoolClient } from 'pg'; | ||
export interface IDBConfigCommon { | ||
label?: string; | ||
dialect?: 'mssql' | 'pg'; | ||
@@ -4,0 +5,0 @@ port: string | number | null | undefined; |
{ | ||
"name": "af-db-ts", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "A highly specialized function library", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/src/index.js", |
### Not of interest to third party users | ||
@@ -1,5 +0,5 @@ | ||
import { TypeFormat, TypeId } from 'pg-types'; | ||
import { PoolClient } from "pg"; | ||
import { PoolClient } from 'pg'; | ||
export interface IDBConfigCommon { | ||
label?: string, | ||
dialect?: 'mssql' | 'pg', | ||
@@ -6,0 +6,0 @@ port: string | number | null | undefined, |
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
10902
706322
292