@graphql-tools/graphql-file-loader
Advanced tools
Comparing version 8.0.11 to 8.0.12-alpha-20250114135744-c6fae34620a5bfac6d31e5210fcdc9667cf4cac1
@@ -9,3 +9,2 @@ "use strict"; | ||
const globby_1 = tslib_1.__importDefault(require("globby")); | ||
const unixify_1 = tslib_1.__importDefault(require("unixify")); | ||
const import_1 = require("@graphql-tools/import"); | ||
@@ -77,3 +76,3 @@ const utils_1 = require("@graphql-tools/utils"); | ||
const ignores = (0, utils_1.asArray)(options.ignore || []); | ||
const globs = [(0, unixify_1.default)(glob), ...ignores.map(v => buildIgnoreGlob((0, unixify_1.default)(v)))]; | ||
const globs = [glob, ...ignores.map(v => buildIgnoreGlob(v))]; | ||
return globs; | ||
@@ -80,0 +79,0 @@ } |
@@ -5,3 +5,2 @@ import { existsSync, promises as fsPromises, readFileSync } from 'fs'; | ||
import globby from 'globby'; | ||
import unixify from 'unixify'; | ||
import { processImport } from '@graphql-tools/import'; | ||
@@ -73,3 +72,3 @@ import { asArray, isValidPath, parseGraphQLSDL, } from '@graphql-tools/utils'; | ||
const ignores = asArray(options.ignore || []); | ||
const globs = [unixify(glob), ...ignores.map(v => buildIgnoreGlob(unixify(v)))]; | ||
const globs = [glob, ...ignores.map(v => buildIgnoreGlob(v))]; | ||
return globs; | ||
@@ -76,0 +75,0 @@ } |
{ | ||
"name": "@graphql-tools/graphql-file-loader", | ||
"version": "8.0.11", | ||
"version": "8.0.12-alpha-20250114135744-c6fae34620a5bfac6d31e5210fcdc9667cf4cac1", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -13,4 +13,3 @@ "sideEffects": false, | ||
"globby": "^11.0.3", | ||
"tslib": "^2.4.0", | ||
"unixify": "^1.0.0" | ||
"tslib": "^2.4.0" | ||
}, | ||
@@ -17,0 +16,0 @@ "repository": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5
17484
375
2
- Removedunixify@^1.0.0
- Removednormalize-path@2.1.1(transitive)
- Removedremove-trailing-separator@1.1.0(transitive)
- Removedunixify@1.0.0(transitive)