@graphql-tools/graphql-tag-pluck 8.3.29 → 8.3.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js CHANGED
@@ -40,6 +40,7 @@ function parseWithVue(vueTemplateCompiler, typescriptPackage, fileData, filePath
40
40
  //
41
41
  // See https://github.com/ardatan/graphql-tools/pull/7271 for more details.
42
42
  //
43
+ // @ts-expect-error - We know TypeScript version matches here
43
44
  vueTemplateCompiler.registerTS(() => typescriptPackage);
44
45
  const { descriptor } = vueTemplateCompiler.parse(fileData, { filename: filePath });
45
46
  return descriptor.script || descriptor.scriptSetup
package/esm/index.js CHANGED
@@ -37,6 +37,7 @@ function parseWithVue(vueTemplateCompiler, typescriptPackage, fileData, filePath
37
37
  //
38
38
  // See https://github.com/ardatan/graphql-tools/pull/7271 for more details.
39
39
  //
40
+ // @ts-expect-error - We know TypeScript version matches here
40
41
  vueTemplateCompiler.registerTS(() => typescriptPackage);
41
42
  const { descriptor } = vueTemplateCompiler.parse(fileData, { filename: filePath });
42
43
  return descriptor.script || descriptor.scriptSetup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/graphql-tag-pluck",
3
- "version": "8.3.29",
3
+ "version": "8.3.30",
4
4
  "description": "Pluck graphql-tag template literals",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
@@ -12,7 +12,7 @@
12
12
  "@babel/plugin-syntax-import-assertions": "^7.26.0",
13
13
  "@babel/traverse": "^7.26.10",
14
14
  "@babel/types": "^7.26.10",
15
- "@graphql-tools/utils": "^11.0.0",
15
+ "@graphql-tools/utils": "^11.0.1",
16
16
  "tslib": "^2.4.0"
17
17
  },
18
18
  "repository": {