@gql.tada/internal
Advanced tools
Comparing version 0.2.3-canary-e42804ea2a1e64b58239cd45b152b047b9afcd17 to 0.2.3-canary-e69b48fae9e8cd9c1ff2875bee24ccccacc322eb
# @gql.tada/internal | ||
## 0.2.3-canary-e42804ea2a1e64b58239cd45b152b047b9afcd17 | ||
## 0.2.3-canary-e69b48fae9e8cd9c1ff2875bee24ccccacc322eb | ||
@@ -9,2 +9,4 @@ ### Patch Changes | ||
Submitted by [@kitten](https://github.com/kitten) (See [#247](https://github.com/0no-co/gql.tada/pull/247)) | ||
- ⚠️ Fix resolving `tsconfig.json`' `extends` option | ||
Submitted by [@kitten](https://github.com/kitten) (See [#251](https://github.com/0no-co/gql.tada/pull/251)) | ||
@@ -11,0 +13,0 @@ ## 0.2.2 |
@@ -67,12 +67,3 @@ import { IntrospectionQuery, GraphQLSchema } from 'graphql'; | ||
} | ||
declare const parseConfig: ( | ||
input: Record<string, unknown>, | ||
rootPath?: string | ||
) => { | ||
tadaOutputLocation: string | undefined; | ||
tadaTurboLocation: string | undefined; | ||
tadaPersistedLocation: string | undefined; | ||
schema: SchemaOrigin; | ||
template?: string | undefined; | ||
}; | ||
declare const parseConfig: (input: unknown, rootPath?: string) => GraphQLSPConfig; | ||
@@ -79,0 +70,0 @@ declare const readTSConfigFile: (filePath: string) => Promise<TsConfigJson>; |
{ | ||
"name": "@gql.tada/internal", | ||
"version": "0.2.3-canary-e42804ea2a1e64b58239cd45b152b047b9afcd17", | ||
"version": "0.2.3-canary-e69b48fae9e8cd9c1ff2875bee24ccccacc322eb", | ||
"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
345949
5821