json-schema-entity
Advanced tools
Comparing version 7.0.13 to 7.0.14
{ | ||
"name": "json-schema-entity", | ||
"version": "7.0.13", | ||
"version": "7.0.14", | ||
"description": "Manage a group of tables with a parent child relation in SQL that will be seen as a document, or entity, like a no SQL database", | ||
@@ -26,13 +26,13 @@ "repository": "https://github.com/andrglo/json-schema-entity.git", | ||
"devDependencies": { | ||
"chai": "^4.3.6", | ||
"chai": "^4.3.7", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^8.19.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-google": "^0.14.0", | ||
"glob": "^8.0.3", | ||
"mocha": "^10.0.0", | ||
"mssql-cr-layer": "^2.0.15", | ||
"glob": "^9.0.2", | ||
"mocha": "^10.2.0", | ||
"mssql-cr-layer": "^2.0.17", | ||
"nyc": "^15.1.0", | ||
"pg-cr-layer": "^2.0.17", | ||
"pg-cr-layer": "^2.0.19", | ||
"unorm": "^1.6.0", | ||
"validator": "^13.7.0" | ||
"validator": "^13.9.0" | ||
}, | ||
@@ -47,6 +47,6 @@ "scripts": { | ||
"@ayk/co": "^4.6.4", | ||
"json-schema-table": "^1.0.23", | ||
"json-schema-table": "^1.0.25", | ||
"lodash": "^4.17.21", | ||
"sql-view": "^1.0.13" | ||
"sql-view": "^1.0.15" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Updatedjson-schema-table@^1.0.25
Updatedsql-view@^1.0.15