@0no-co/graphqlsp
Advanced tools
Comparing version 1.4.2 to 1.4.3
# @0no-co/graphqlsp | ||
## 1.4.3 | ||
### Patch Changes | ||
- Add support for alternative root directories, when your tsconfig does not define GraphQLSP we'll traverse up until we find the `extends` that does and resolve the schema from there | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#257](https://github.com/0no-co/GraphQLSP/pull/257)) | ||
- Change `setInterval` to `setTimeout` | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#255](https://github.com/0no-co/GraphQLSP/pull/255)) | ||
## 1.4.2 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -42,5 +42,7 @@ "main": "./dist/graphqlsp", | ||
"lru-cache": "^10.0.1", | ||
"type-fest": "^4.11.1", | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"json5": "^2.2.3", | ||
"node-fetch": "^2.0.0" | ||
@@ -47,0 +49,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3054270
27173
0
2
10
+ Addedjson5@^2.2.3
+ Addedjson5@2.2.3(transitive)