@gql.tada/internal
Advanced tools
Comparing version 0.2.0 to 0.2.1-canary-590b5eccff3f3eb7a48e69d6357cf5542a48bc33
# @gql.tada/internal | ||
## 0.2.1-canary-590b5eccff3f3eb7a48e69d6357cf5542a48bc33 | ||
### Patch Changes | ||
- Remove `null` cases from schema loaders, simplifying error handling in the CLI | ||
Submitted by [@kitten](https://github.com/kitten) (See [#214](https://github.com/0no-co/gql.tada/pull/214)) | ||
## 0.2.0 | ||
@@ -4,0 +11,0 @@ |
@@ -51,3 +51,3 @@ import * as typescript from 'typescript'; | ||
interface SchemaLoader { | ||
load(reload?: boolean): Promise<SchemaLoaderResult | null>; | ||
load(reload?: boolean): Promise<SchemaLoaderResult>; | ||
notifyOnUpdate(onUpdate: OnSchemaUpdate): () => void; | ||
@@ -54,0 +54,0 @@ /** @internal */ |
{ | ||
"name": "@gql.tada/internal", | ||
"version": "0.2.0", | ||
"version": "0.2.1-canary-590b5eccff3f3eb7a48e69d6357cf5542a48bc33", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
390393
6255
30