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

Version Packages (#343)

authored by

github-actions[bot] and committed by
GitHub
c25ea3cb 84e53e4b

+8 -6
-5
.changeset/stale-plums-prove.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - Fixed duplicate fragments in persisted document hash generator
+7
packages/graphqlsp/CHANGELOG.md
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.12.11 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fixed duplicate fragments in persisted document hash generator 8 + Submitted by [@felamaslen](https://github.com/felamaslen) (See [#342](https://github.com/0no-co/GraphQLSP/pull/342)) 9 + 3 10 ## 1.12.10 4 11 5 12 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.12.10", 3 + "version": "1.12.11", 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",