@0no-co/graphqlsp
Advanced tools
Comparing version 1.12.2 to 1.12.3-canary-b153ce1
# @0no-co/graphqlsp | ||
## 1.12.3-canary-b153ce1 | ||
### Patch Changes | ||
- Remove unused `node-fetch` dependency | ||
Submitted by [@kitten](https://github.com/kitten) (See [#318](https://github.com/0no-co/GraphQLSP/pull/318)) | ||
- Support finding `graphql()` invocations within call-expressions | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#319](https://github.com/0no-co/GraphQLSP/pull/319)) | ||
## 1.12.2 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.12.2", | ||
"version": "1.12.3-canary-b153ce1", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -43,3 +43,2 @@ "main": "./dist/graphqlsp", | ||
"@types/node": "^18.15.11", | ||
"@types/node-fetch": "^2.6.3", | ||
"graphql-language-service": "^5.2.0", | ||
@@ -51,8 +50,7 @@ "lru-cache": "^10.0.1", | ||
"@gql.tada/internal": "^0.3.0", | ||
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0", | ||
"node-fetch": "^2.0.0" | ||
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0", | ||
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0" | ||
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0", | ||
"typescript": "^5.0.0" | ||
}, | ||
@@ -59,0 +57,0 @@ "publishConfig": { |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1372341
4
6
13706
2
- Removednode-fetch@^2.0.0
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)