kysely-kit
Advanced tools
Comparing version 0.6.0 to 0.6.1
export default function mapDataType(dataType) { | ||
switch (dataType) { | ||
case 'bool': | ||
return 'boolean'; | ||
case 'int4': | ||
@@ -4,0 +6,0 @@ return 'number'; |
{ | ||
"name": "kysely-kit", | ||
"description": "Useful utilities for working with Kysely", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"author": "Vlad Shcherbin <vlad.shcherbin@gmail.com>", | ||
"repository": "vladshcherbin/kysely-kit", | ||
"type": "module", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsx watch --env-file=.env src/kysely.ts", | ||
"lint": "eslint src", | ||
"prepublishOnly": "yarn lint && yarn build" | ||
}, | ||
"dependencies": { | ||
@@ -50,3 +44,8 @@ "camelcase": "^8.0.0", | ||
}, | ||
"license": "MIT" | ||
} | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsx watch --env-file=.env src/kysely.ts", | ||
"lint": "eslint src" | ||
} | ||
} |
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
8957
219