Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Version Packages (#248)

Changed files
+10 -11
.changeset
packages
-5
.changeset/new-chairs-wonder.md
···
-
---
-
"@0no-co/graphqlsp": patch
-
---
-
-
fix case where the hover-information would target the wrong TypeScript node by one character
-5
.changeset/silent-gorillas-knock.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Update ESM build output to be written to a `.mjs` file extension rather than `.js`
+9
packages/graphqlsp/CHANGELOG.md
···
# @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
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"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",
"module": "./dist/graphqlsp.mjs",