get-graphql-from-jsonschema
Advanced tools
Comparing version 8.0.17 to 8.0.18
@@ -1,4 +0,4 @@ | ||
declare const SchemaInvalid_base: import("defekt/build/lib/CustomErrorConstructor").CustomErrorConstructor<"SchemaInvalid">; | ||
declare const SchemaInvalid_base: import("defekt/build/lib/CustomErrorConstructor").CustomErrorConstructor<any, "SchemaInvalid">; | ||
declare class SchemaInvalid extends SchemaInvalid_base { | ||
} | ||
export { SchemaInvalid }; |
@@ -0,1 +1,8 @@ | ||
## [8.0.18](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.17...8.0.18) (2022-08-11) | ||
### Bug Fixes | ||
* Update dependencies. ([#375](https://github.com/thenativeweb/get-graphql-from-jsonschema/issues/375)) ([ab7c4ce](https://github.com/thenativeweb/get-graphql-from-jsonschema/commit/ab7c4ced4206e57230a0b67cb4abb3e0cf77b914)) | ||
## [8.0.17](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.16...8.0.17) (2022-03-09) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "get-graphql-from-jsonschema", | ||
"version": "8.0.17", | ||
"version": "8.0.18", | ||
"description": "get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.", | ||
@@ -24,9 +24,9 @@ "contributors": [ | ||
"@types/common-tags": "1.8.1", | ||
"@types/json-schema": "7.0.9", | ||
"@types/json-schema": "7.0.11", | ||
"common-tags": "1.8.2", | ||
"defekt": "8.2.0" | ||
"defekt": "9.3.0" | ||
}, | ||
"devDependencies": { | ||
"assertthat": "6.4.0", | ||
"roboter": "12.7.0", | ||
"assertthat": "6.5.2", | ||
"roboter": "13.2.1", | ||
"semantic-release-configuration": "2.0.7" | ||
@@ -33,0 +33,0 @@ }, |
56927
+ Added@types/json-schema@7.0.11(transitive)
+ Addeddefekt@9.3.0(transitive)
- Removed@types/json-schema@7.0.9(transitive)
- Removeddefekt@8.2.0(transitive)
Updated@types/json-schema@7.0.11
Updateddefekt@9.3.0