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

Version Packages (#292)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
875b7527 bc0f9cf6

+12 -16
-5
.changeset/plenty-lizards-explain.md
··· 1 - --- 2 - "@0no-co/graphqlsp": patch 3 - --- 4 - 5 - switch error message for missing operation-name to not allude to typegen
-5
.changeset/selfish-adults-heal.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Swap-write introspection file instead of overwriting it directly
-5
.changeset/six-chefs-hammer.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Fix directives being misreported due to globally declared regex maintaining state
+11
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.10.1 4 + 5 + ### Patch Changes 6 + 7 + - switch error message for missing operation-name to not allude to typegen 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#290](https://github.com/0no-co/GraphQLSP/pull/290)) 9 + - Swap-write introspection file instead of overwriting it directly 10 + Submitted by [@kitten](https://github.com/kitten) (See [#291](https://github.com/0no-co/GraphQLSP/pull/291)) 11 + - ⚠️ Fix directives being misreported due to globally declared regex maintaining state 12 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#293](https://github.com/0no-co/GraphQLSP/pull/293)) 13 + 3 14 ## 1.10.0 4 15 5 16 ### Minor Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.10.0", 3 + "version": "1.10.1", 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",