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>

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