@graphql-tools/code-file-loader
Advanced tools
Comparing version 8.1.3 to 8.1.4-rc-20241015101353-cc23e138ad6c3e2bc907716b1f8cb1ba3debfe8d
@@ -28,2 +28,4 @@ "use strict"; | ||
'.astro', | ||
'.gts', | ||
'.gjs', | ||
]; | ||
@@ -47,3 +49,3 @@ function createGlobbyOptions(options) { | ||
* Supported extensions include: `.ts`, `.mts`, `.cts`, `.tsx`, `.js`, `.mjs`, | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro` | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`, `.gts`, `.gjs`. | ||
*/ | ||
@@ -50,0 +52,0 @@ class CodeFileLoader { |
@@ -24,2 +24,4 @@ import { existsSync, promises as fsPromises, readFileSync } from 'fs'; | ||
'.astro', | ||
'.gts', | ||
'.gjs', | ||
]; | ||
@@ -43,3 +45,3 @@ function createGlobbyOptions(options) { | ||
* Supported extensions include: `.ts`, `.mts`, `.cts`, `.tsx`, `.js`, `.mjs`, | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro` | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`, `.gts`, `.gjs`. | ||
*/ | ||
@@ -46,0 +48,0 @@ export class CodeFileLoader { |
{ | ||
"name": "@graphql-tools/code-file-loader", | ||
"version": "8.1.3", | ||
"version": "8.1.4-rc-20241015101353-cc23e138ad6c3e2bc907716b1f8cb1ba3debfe8d", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,3 +10,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/graphql-tag-pluck": "8.3.2", | ||
"@graphql-tools/graphql-tag-pluck": "8.3.3-rc-20241015101353-cc23e138ad6c3e2bc907716b1f8cb1ba3debfe8d", | ||
"@graphql-tools/utils": "^10.0.13", | ||
@@ -13,0 +13,0 @@ "globby": "^11.0.3", |
@@ -31,3 +31,3 @@ import { GraphQLTagPluckOptions } from '@graphql-tools/graphql-tag-pluck'; | ||
* Supported extensions include: `.ts`, `.mts`, `.cts`, `.tsx`, `.js`, `.mjs`, | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro` | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`, `.gts`, `.gjs`. | ||
*/ | ||
@@ -34,0 +34,0 @@ export declare class CodeFileLoader implements Loader<CodeFileLoaderOptions> { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37696
971
2