@0no-co/graphqlsp
Advanced tools
Comparing version 1.7.0 to 1.7.1
# @0no-co/graphqlsp | ||
## 1.7.1 | ||
### Patch Changes | ||
- Add `typescript` to `peerDependencies` | ||
Submitted by [@kitten](https://github.com/kitten) (See [#275](https://github.com/0no-co/GraphQLSP/pull/275)) | ||
## 1.7.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -47,2 +47,5 @@ "main": "./dist/graphqlsp", | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"publishConfig": { | ||
@@ -49,0 +52,0 @@ "provenance": true |
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
3046958
3