@platformatic/sql-openapi
Advanced tools
Comparing version 0.13.1 to 0.14.0
{ | ||
"name": "@platformatic/sql-openapi", | ||
"version": "0.13.1", | ||
"version": "0.14.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.13.1" | ||
"@platformatic/sql-mapper": "0.14.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "dependencies": { | ||
"inflected": "^2.1.0", | ||
"@platformatic/sql-json-schema-mapper": "0.13.1" | ||
"@platformatic/sql-json-schema-mapper": "0.14.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "tsd": { |
@@ -218,3 +218,3 @@ | ||
t.only('nested routes with recursive FK', async (t) => { | ||
test('nested routes with recursive FK', async (t) => { | ||
const { pass, teardown, same, equal, matchSnapshot } = t | ||
@@ -221,0 +221,0 @@ t.snapshotFile = resolve(__dirname, 'tap-snapshots', 'nested-routes-openapi-recursive.cjs') |
409801
+ Added@platformatic/sql-json-schema-mapper@0.14.0(transitive)
- Removed@platformatic/sql-json-schema-mapper@0.13.1(transitive)