@episodehunter/types
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -191,2 +191,3 @@ import { WatchEpisodeType as WatchedEnum } from './extra-types'; | ||
export type ResolverTypeWrapper<T> = Promise<T> | T; | ||
@@ -193,0 +194,0 @@ |
{ | ||
"name": "@episodehunter/types", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Types for episodehunter", | ||
@@ -27,10 +27,10 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@graphql-codegen/cli": "1.7.0", | ||
"@graphql-codegen/schema-ast": "1.7.0", | ||
"@graphql-codegen/typescript": "1.7.0", | ||
"@graphql-codegen/typescript-resolvers": "1.7.0", | ||
"@types/node": "12.7.9", | ||
"@graphql-codegen/cli": "1.8.3", | ||
"@graphql-codegen/schema-ast": "1.8.3", | ||
"@graphql-codegen/typescript": "1.8.3", | ||
"@graphql-codegen/typescript-resolvers": "1.8.3", | ||
"@types/node": "12.12.7", | ||
"graphql": "14.5.8", | ||
"ts-node": "8.4.1", | ||
"typescript": "3.6.3" | ||
"ts-node": "8.5.0", | ||
"typescript": "3.7.2" | ||
}, | ||
@@ -41,3 +41,3 @@ "prettier": { | ||
}, | ||
"gitHead": "bb6c459cb823c856d674ae25c036647d07f2252c" | ||
"gitHead": "2477901a813e57972ba2f0ed034783e77504f440" | ||
} |
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
95745