@graphql-tools/code-file-loader
Advanced tools
Comparing version 8.0.3 to 8.1.0-alpha-20240122214141-b6f0c62780dc5474a252177bf549f5718d0225fc
@@ -27,2 +27,3 @@ "use strict"; | ||
'.svelte', | ||
'.astro', | ||
]; | ||
@@ -46,3 +47,3 @@ function createGlobbyOptions(options) { | ||
* Supported extensions include: `.ts`, `.mts`, `.cts`, `.tsx`, `.js`, `.mjs`, | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte` | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro` | ||
*/ | ||
@@ -49,0 +50,0 @@ class CodeFileLoader { |
@@ -23,2 +23,3 @@ import { existsSync, promises as fsPromises, readFileSync } from 'fs'; | ||
'.svelte', | ||
'.astro', | ||
]; | ||
@@ -42,3 +43,3 @@ function createGlobbyOptions(options) { | ||
* Supported extensions include: `.ts`, `.mts`, `.cts`, `.tsx`, `.js`, `.mjs`, | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte` | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro` | ||
*/ | ||
@@ -45,0 +46,0 @@ export class CodeFileLoader { |
{ | ||
"name": "@graphql-tools/code-file-loader", | ||
"version": "8.0.3", | ||
"version": "8.1.0-alpha-20240122214141-b6f0c62780dc5474a252177bf549f5718d0225fc", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,3 +10,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/graphql-tag-pluck": "8.1.0", | ||
"@graphql-tools/graphql-tag-pluck": "8.2.0-alpha-20240122214141-b6f0c62780dc5474a252177bf549f5718d0225fc", | ||
"@graphql-tools/utils": "^10.0.0", | ||
@@ -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` | ||
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro` | ||
*/ | ||
@@ -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
37561
965
2