@0no-co/graphqlsp
Advanced tools
Comparing version 1.4.1 to 1.4.2
# @0no-co/graphqlsp | ||
## 1.4.2 | ||
### Patch Changes | ||
- ⚠️ fix case where the hover-information would target the wrong TypeScript node by one character | ||
Submitted by [@llllvvuu](https://github.com/llllvvuu) (See [#244](https://github.com/0no-co/GraphQLSP/pull/244)) | ||
- Update ESM build output to be written to a `.mjs` file extension rather than `.js` | ||
Submitted by [@kitten](https://github.com/kitten) (See [#250](https://github.com/0no-co/GraphQLSP/pull/250)) | ||
## 1.4.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
"main": "./dist/graphqlsp.js", | ||
"module": "./dist/graphqlsp.module.js", | ||
"main": "./dist/graphqlsp", | ||
"module": "./dist/graphqlsp.mjs", | ||
"types": "./dist/graphqlsp.d.ts", | ||
@@ -11,3 +11,3 @@ "exports": { | ||
"types": "./dist/graphqlsp.d.ts", | ||
"import": "./dist/graphqlsp.module.js", | ||
"import": "./dist/graphqlsp.mjs", | ||
"require": "./dist/graphqlsp.js", | ||
@@ -14,0 +14,0 @@ "source": "./src/index.ts" |
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
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
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
3049194
1