@0no-co/graphqlsp
Advanced tools
Comparing version 1.0.4 to 1.0.5
# @0no-co/graphqlsp | ||
## 1.0.5 | ||
### Patch Changes | ||
- When creating a `d.ts` file, export the introspection type to make it reusable | ||
Submitted by [@kitten](https://github.com/kitten) (See [#184](https://github.com/0no-co/GraphQLSP/pull/184)) | ||
- Upgrade to `@urql/introspection@1.0.3` | ||
Submitted by [@kitten](https://github.com/kitten) (See [#185](https://github.com/0no-co/GraphQLSP/pull/185)) | ||
## 1.0.4 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -38,3 +38,3 @@ "main": "./dist/graphqlsp.js", | ||
"@types/node-fetch": "^2.6.3", | ||
"@urql/introspection": "^1.0.2", | ||
"@urql/introspection": "^1.0.3", | ||
"graphql": "^16.8.1", | ||
@@ -41,0 +41,0 @@ "graphql-language-service": "^5.2.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 too big to display
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
3018460
26911