@sqlpm/types-ts
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "@sqlpm/types-ts", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Types shared between packages in the @sqlpm mono-repo", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "f2439eab772e147df78c6eb372313bd79579e094" | ||
"gitHead": "88026d9b656c2076684389c66a5c5e3250bd2821" | ||
} |
@@ -129,6 +129,2 @@ /** | ||
export const databaseSystemVerify = ( | ||
value: string, | ||
): boolean => Object.values<string>(DatabaseSystem).includes(value); | ||
/** | ||
@@ -135,0 +131,0 @@ * Provides information about the database schemas defined in a module such |
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
10065
256