@0no-co/graphqlsp
Advanced tools
Comparing version 1.6.1 to 1.7.0
# @0no-co/graphqlsp | ||
## 1.7.0 | ||
### Minor Changes | ||
- Introduce option to pre-process the introspection file, this improves the performance of `gql.tada`. This will be enabled by default and can be turned off by leveraging `tadaDisablePreprocessing: true` in the `tsconfig` | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#273](https://github.com/0no-co/GraphQLSP/pull/273)) | ||
## 1.6.1 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -38,11 +38,9 @@ "main": "./dist/graphqlsp", | ||
"@types/node-fetch": "^2.6.3", | ||
"@urql/introspection": "^1.0.3", | ||
"graphql": "^16.8.1", | ||
"graphql-language-service": "^5.2.0", | ||
"lru-cache": "^10.0.1", | ||
"type-fest": "^4.11.1", | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"json5": "^2.2.3", | ||
"@gql.tada/internal": "^0.1.0", | ||
"node-fetch": "^2.0.0" | ||
@@ -49,0 +47,0 @@ }, |
@@ -75,2 +75,3 @@ # GraphQLSP | ||
won't get annoying warnings. (default `id`, `_id` and `__typename`, example: ['slug']) | ||
- `tadaDisablePreprocessing` this setting disables the optimisation of `tadaOutput` to a pre-processed TypeScript type, this is off by default. | ||
@@ -77,0 +78,0 @@ ## Tracking unused fields |
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
8
124
2
3046720
26859
+ Added@gql.tada/internal@^0.1.0
+ Added@0no-co/graphql.web@1.0.12(transitive)
+ Added@gql.tada/internal@0.1.3(transitive)
+ Addedgraphql@16.10.0(transitive)
+ Addedtypescript@5.7.2(transitive)
- Removedjson5@^2.2.3
- Removedjson5@2.2.3(transitive)