@platformatic/sql-json-schema-mapper
Advanced tools
Comparing version 0.14.0 to 0.15.0
{ | ||
"name": "@platformatic/sql-json-schema-mapper", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Map SQL entity to JSON schema", | ||
@@ -21,6 +21,6 @@ "main": "index.js", | ||
"tap": "^16.3.2", | ||
"@platformatic/sql-mapper": "0.14.0" | ||
"@platformatic/sql-mapper": "0.15.0" | ||
}, | ||
"scripts": { | ||
"lint": "standard", | ||
"lint": "standard | snazzy", | ||
"test": "standard | snazzy && npm run test:postgresql && npm run test:mariadb && npm run test:mysql && npm run test:mysql8 && npm run test:sqlite", | ||
@@ -27,0 +27,0 @@ "test:postgresql": "DB=postgresql tap test/*.test.js", |
28089