@0no-co/graphqlsp
Advanced tools
Comparing version 1.7.1 to 1.8.0
# @0no-co/graphqlsp | ||
## 1.8.0 | ||
### Minor Changes | ||
- Expose the `init` and `getGraphQLDiagnostics` methods | ||
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#279](https://github.com/0no-co/GraphQLSP/pull/279)) | ||
### Patch Changes | ||
- Switch to loading the schema with `@gql.tada/internal` utilities | ||
Submitted by [@kitten](https://github.com/kitten) (See [#277](https://github.com/0no-co/GraphQLSP/pull/277)) | ||
## 1.7.1 | ||
@@ -4,0 +16,0 @@ |
@@ -1,6 +0,6 @@ | ||
import typescript from 'typescript/lib/tsserverlibrary'; | ||
import ts from 'typescript/lib/tsserverlibrary'; | ||
type Logger = (msg: string) => void; | ||
declare const init: typescript.server.PluginModuleFactory; | ||
declare const init: ts.server.PluginModuleFactory; | ||
export { type Logger, init as default }; |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -15,2 +15,8 @@ "main": "./dist/graphqlsp", | ||
}, | ||
"./api": { | ||
"types": "./dist/api.d.ts", | ||
"import": "./dist/api.mjs", | ||
"require": "./dist/api.js", | ||
"source": "./src/api.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -39,3 +45,2 @@ }, | ||
"@types/node-fetch": "^2.6.3", | ||
"graphql": "^16.8.1", | ||
"graphql-language-service": "^5.2.0", | ||
@@ -46,3 +51,4 @@ "lru-cache": "^10.0.1", | ||
"dependencies": { | ||
"@gql.tada/internal": "^0.1.0", | ||
"@gql.tada/internal": "^0.1.2", | ||
"graphql": "^16.8.1", | ||
"node-fetch": "^2.0.0" | ||
@@ -49,0 +55,0 @@ }, |
@@ -117,2 +117,17 @@ # GraphQLSP | ||
## 💙 [Sponsors](https://github.com/sponsors/urql-graphql) | ||
<table> | ||
<tr> | ||
<td align="center"><a href="https://bigcommerce.com/"><img src="https://avatars.githubusercontent.com/u/186342?s=150&v=4" width="150" alt="BigCommerce"/><br />BigCommerce</a></td> | ||
<td align="center"><a href="https://wundergraph.com/"><img src="https://avatars.githubusercontent.com/u/64281914?s=200&v=4" width="150" alt="WunderGraph"/><br />WunderGraph</a></td> | ||
</tr> | ||
</table> | ||
<table> | ||
<tr> | ||
<td align="center"><a href="https://beatgig.com/"><img src="https://avatars.githubusercontent.com/u/51333382?s=200&v=4" width="100" alt="BeatGig"/><br />BeatGig</a></td> | ||
</tr> | ||
</table> | ||
## Local development | ||
@@ -119,0 +134,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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
7
19
139
1237143
4
11560
1
1
+ Addedgraphql@^16.8.1
Updated@gql.tada/internal@^0.1.2