@0no-co/graphqlsp
Advanced tools
Comparing version 1.12.3-canary-b8997a5 to 1.12.3-canary-d144d5f
# @0no-co/graphqlsp | ||
## 1.12.3-canary-b8997a5 | ||
## 1.12.3-canary-d144d5f | ||
@@ -9,2 +9,6 @@ ### Patch Changes | ||
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)) | ||
- Upgrade `@gql.tada/internal` to `^1.0.0` | ||
Submitted by [@kitten](https://github.com/kitten) (See [#317](https://github.com/0no-co/GraphQLSP/pull/317)) | ||
@@ -11,0 +15,0 @@ ## 1.12.2 |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.12.3-canary-b8997a5", | ||
"version": "1.12.3-canary-d144d5f", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -48,3 +48,3 @@ "main": "./dist/graphqlsp", | ||
"dependencies": { | ||
"@gql.tada/internal": "^0.3.0", | ||
"@gql.tada/internal": "^1.0.0", | ||
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0" | ||
@@ -51,0 +51,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
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
1372495
13706
+ Added@gql.tada/internal@1.0.8(transitive)
- Removed@gql.tada/internal@0.3.3(transitive)
Updated@gql.tada/internal@^1.0.0