get-graphql-from-jsonschema
Advanced tools
Comparing version 8.0.15 to 8.0.16
@@ -1,4 +0,4 @@ | ||
declare const SchemaInvalid_base: import("defekt/build/lib/ErrorConstructor").ErrorConstructor<"SchemaInvalid">; | ||
declare const SchemaInvalid_base: import("defekt/build/lib/CustomErrorConstructor").CustomErrorConstructor<"SchemaInvalid">; | ||
declare class SchemaInvalid extends SchemaInvalid_base { | ||
} | ||
export { SchemaInvalid }; |
@@ -0,1 +1,8 @@ | ||
## [8.0.16](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.15...8.0.16) (2021-08-24) | ||
### Bug Fixes | ||
* add exclude to tsconfig.json, remove engine constraint ([#337](https://github.com/thenativeweb/get-graphql-from-jsonschema/issues/337)) ([8d5c42a](https://github.com/thenativeweb/get-graphql-from-jsonschema/commit/8d5c42a2778cbbe1eb0fcfc22425594e76206d4e)) | ||
## [8.0.15](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.14...8.0.15) (2021-08-15) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "get-graphql-from-jsonschema", | ||
"version": "8.0.15", | ||
"version": "8.0.16", | ||
"description": "get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.", | ||
@@ -19,2 +19,3 @@ "contributors": [ | ||
], | ||
"private": false, | ||
"main": "build/lib/index.js", | ||
@@ -26,9 +27,10 @@ "types": "build/lib/index.d.ts", | ||
"common-tags": "1.8.0", | ||
"defekt": "7.3.2" | ||
"defekt": "7.3.3" | ||
}, | ||
"devDependencies": { | ||
"assertthat": "6.3.11", | ||
"roboter": "11.7.8", | ||
"assertthat": "6.3.13", | ||
"roboter": "12.1.2", | ||
"semantic-release-configuration": "2.0.5" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
@@ -35,0 +37,0 @@ "type": "git", |
@@ -15,3 +15,6 @@ { | ||
"./**/*.ts" | ||
], | ||
"exclude": [ | ||
"./build" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56104
81
840
+ Addeddefekt@7.3.3(transitive)
- Removeddefekt@7.3.2(transitive)
Updateddefekt@7.3.3