Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "metasql", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia", | ||
@@ -36,8 +36,8 @@ "main": "metasql.js", | ||
"engines": { | ||
"node": "^14.18 || 16 || 18 || 19" | ||
"node": "16 || 18 || 19 || 20" | ||
}, | ||
"dependencies": { | ||
"metadomain": "^1.0.9", | ||
"metaschema": "^2.1.3", | ||
"metavm": "^1.2.4", | ||
"metadomain": "^1.0.10", | ||
"metaschema": "^2.1.4", | ||
"metavm": "^1.2.5", | ||
"pg": "^8.10.0" | ||
@@ -55,4 +55,4 @@ }, | ||
"prettier": "^2.8.4", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.0.4" | ||
} | ||
} |
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
31006
11
Updatedmetadomain@^1.0.10
Updatedmetaschema@^2.1.4
Updatedmetavm@^1.2.5