postgresql-client
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "postgresql-client", | ||
"description": "Professional PostgreSQL client for JavaScript and TypeScript", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"author": "Panates", | ||
@@ -68,3 +68,3 @@ "contributors": [ | ||
"dotenv": "^16.0.1", | ||
"eslint": "^8.19.0", | ||
"eslint": "8.22.0", | ||
"eslint-config-google": "^0.14.0", | ||
@@ -82,3 +82,2 @@ "eslint-plugin-import": "^2.26.0", | ||
"ts-node": "^10.8.2", | ||
"tsc-esm": "^1.0.4", | ||
"tsconfig-paths": "^4.0.0", | ||
@@ -96,3 +95,3 @@ "typescript": "^4.7.4" | ||
"build:cjs": "tsc -b tsconfig.build-cjs.json", | ||
"build:esm": "tsc -b tsconfig.build-esm.json && tsc-esm -p tsconfig.build-esm.json", | ||
"build:esm": "tsc -b tsconfig.build-esm.json", | ||
"postbuild": "cp package.cjs.json ./cjs/package.json", | ||
@@ -99,0 +98,0 @@ "test": "npm run lint && npm run check && jest", |
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
22
358330