Comparing version 4.1.2 to 4.1.3
@@ -0,1 +1,7 @@ | ||
## 4.2.0 - Mon May 01 2023 10:52:06 | ||
**Contributor:** Andarist | ||
- move types condition to the front (#171) | ||
## 4.1.2 - Tue Jul 19 2022 16:51:14 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "sqlite", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript", | ||
@@ -9,5 +9,5 @@ "main": "build/index.js", | ||
"exports": { | ||
"types": "./build/index.d.ts", | ||
"require": "./build/index.js", | ||
"import": "./build/index.mjs", | ||
"types": "./build/index.d.ts" | ||
"import": "./build/index.mjs" | ||
}, | ||
@@ -89,3 +89,3 @@ "scripts": { | ||
"pre-commit": "1.2.2", | ||
"prettier-standard": "16.4.1", | ||
"prettier-standard": "^15.0.1", | ||
"sql-template-strings": "^2.2.2", | ||
@@ -92,0 +92,0 @@ "sqlite3": "^5.0.5", |
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
98541