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

Version Packages (#248)

authored by

github-actions[bot] and committed by
GitHub
90d8b67d 22632a5a

+10 -11
-5
.changeset/new-chairs-wonder.md
··· 1 - --- 2 - "@0no-co/graphqlsp": patch 3 - --- 4 - 5 - fix case where the hover-information would target the wrong TypeScript node by one character
-5
.changeset/silent-gorillas-knock.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Update ESM build output to be written to a `.mjs` file extension rather than `.js`
+9
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.4.2 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ fix case where the hover-information would target the wrong TypeScript node by one character 8 + Submitted by [@llllvvuu](https://github.com/llllvvuu) (See [#244](https://github.com/0no-co/GraphQLSP/pull/244)) 9 + - Update ESM build output to be written to a `.mjs` file extension rather than `.js` 10 + Submitted by [@kitten](https://github.com/kitten) (See [#250](https://github.com/0no-co/GraphQLSP/pull/250)) 11 + 3 12 ## 1.4.1 4 13 5 14 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.4.1", 3 + "version": "1.4.2", 4 4 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", 5 5 "main": "./dist/graphqlsp", 6 6 "module": "./dist/graphqlsp.mjs",