@mo36924/graphql-plugin 5.1.10 → 5.1.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { getConfig } from '@mo36924/graphql';
2
2
  import { GraphQLError } from 'graphql';
3
- import { Position, getTokenAtPosition, getHoverInformation, getAutocompleteSuggestions, getDiagnostics, CompletionItemKind, DIAGNOSTIC_SEVERITY } from 'graphql-language-service';
3
+ import { getDiagnostics, DIAGNOSTIC_SEVERITY, Position, getAutocompleteSuggestions, CompletionItemKind, getTokenAtPosition, getHoverInformation } from 'graphql-language-service';
4
4
 
5
5
  const init = ({ typescript: ts })=>{
6
6
  const isQueryTag = (node)=>ts.isTaggedTemplateExpression(node) && ts.isIdentifier(node.tag) && node.tag.escapedText === "gql";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mo36924/graphql-plugin",
3
3
  "type": "module",
4
- "version": "5.1.10",
4
+ "version": "5.1.14",
5
5
  "description": "graphql-plugin",
6
6
  "author": "mo36924",
7
7
  "license": "MIT",
@@ -41,11 +41,11 @@
41
41
  "dist"
42
42
  ],
43
43
  "dependencies": {
44
- "@mo36924/graphql": "^5.1.10",
44
+ "@mo36924/graphql": "^5.1.14",
45
45
  "graphql": "^16.9.0",
46
46
  "graphql-language-service": "^5.3.0",
47
- "typescript": "^5.5.4",
47
+ "typescript": "^5.6.3",
48
48
  "vscode-languageserver-types": "^3.17.5"
49
49
  },
50
- "gitHead": "5e45028c8e2be4888290453591d3b9f6fff15d95"
50
+ "gitHead": "39dbb35229f5ea671f0c356000d63b81eba59f92"
51
51
  }