@platformatic/sql-openapi
Advanced tools
Comparing version 0.14.0 to 0.15.0
{ | ||
"name": "@platformatic/sql-openapi", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Map a SQL database to OpenAPI, for Fastify", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"tsd": "^0.25.0", | ||
"@platformatic/sql-mapper": "0.14.0" | ||
"@platformatic/sql-mapper": "0.15.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "dependencies": { | ||
"inflected": "^2.1.0", | ||
"@platformatic/sql-json-schema-mapper": "0.14.0" | ||
"@platformatic/sql-json-schema-mapper": "0.15.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "tsd": { | ||
"scripts": { | ||
"lint": "standard", | ||
"lint": "standard | snazzy", | ||
"test": "standard | snazzy && npm run test:typescript && npm run test:postgresql && npm run test:mariadb && npm run test:mysql && npm run test:mysql8 && npm run test:sqlite", | ||
@@ -44,0 +44,0 @@ "test:postgresql": "DB=postgresql tap test/*.test.js", |
409810
26673
30
3
183
+ Added@platformatic/sql-json-schema-mapper@0.15.0(transitive)
- Removed@platformatic/sql-json-schema-mapper@0.14.0(transitive)