@gql.tada/internal
Advanced tools
Comparing version 1.0.4 to 1.0.5-canary-0d80e9577d9f15e1955ea0d9e797fa9a1aad982a
# @gql.tada/internal | ||
## 1.0.5-canary-0d80e9577d9f15e1955ea0d9e797fa9a1aad982a | ||
### Patch Changes | ||
- Output introspection type separately in `d.ts` output typings file. This avoids a serialization error in composite TypeScript projects | ||
Submitted by [@kitten](https://github.com/kitten) (See [#350](https://github.com/0no-co/gql.tada/pull/350)) | ||
## 1.0.4 | ||
@@ -4,0 +11,0 @@ |
@@ -163,3 +163,4 @@ import { IntrospectionQuery, GraphQLSchema } from 'graphql'; | ||
declare function preprocessIntrospection( | ||
introspection: IntrospectionResult | IntrospectionQuery | ||
introspection: IntrospectionResult | IntrospectionQuery, | ||
typesStr?: string | ||
): string; | ||
@@ -166,0 +167,0 @@ |
{ | ||
"name": "@gql.tada/internal", | ||
"version": "1.0.4", | ||
"version": "1.0.5-canary-0d80e9577d9f15e1955ea0d9e797fa9a1aad982a", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
397352
6375
1