Comparing version 1.6.3 to 1.6.4
{ | ||
"name": "pg-minify", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Minifies PostgreSQL scripts.", | ||
@@ -40,10 +40,10 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "8.36.0", | ||
"eslint": "8.57.0", | ||
"istanbul": "0.4.5", | ||
"jasmine-node": "3.0.0", | ||
"typescript": "5.0.2" | ||
"typescript": "5.4.4" | ||
} | ||
} |
pg-minify | ||
========= | ||
[![Build Status](https://github.com/vitaly-t/pg-minify/actions/workflows/ci.yml/badge.svg)](https://github.com/vitaly-t/pg-minify/actions/workflows/ci.yml) | ||
[![Node Version](https://img.shields.io/badge/nodejs-14%20--%2020-green.svg?logo=node.js&style=flat)](https://nodejs.org) | ||
Minifies PostgreSQL scripts, reducing the IO usage. | ||
@@ -5,0 +8,0 @@ |
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
14016
101