@graphql-tools/git-loader
Advanced tools
Comparing version 8.0.1 to 8.0.2-alpha-20230724181141-6f9a4c07
@@ -5,11 +5,11 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const graphql_tag_pluck_1 = require("@graphql-tools/graphql-tag-pluck"); | ||
const process_1 = require("process"); | ||
const graphql_1 = require("graphql"); | ||
const is_glob_1 = tslib_1.__importDefault(require("is-glob")); | ||
const micromatch_1 = tslib_1.__importDefault(require("micromatch")); | ||
const unixify_1 = tslib_1.__importDefault(require("unixify")); | ||
const graphql_tag_pluck_1 = require("@graphql-tools/graphql-tag-pluck"); | ||
const utils_1 = require("@graphql-tools/utils"); | ||
const load_git_js_1 = require("./load-git.js"); | ||
const parse_js_1 = require("./parse.js"); | ||
const graphql_1 = require("graphql"); | ||
const utils_1 = require("@graphql-tools/utils"); | ||
const is_glob_1 = tslib_1.__importDefault(require("is-glob")); | ||
const process_1 = require("process"); | ||
// git:branch:path/to/file | ||
@@ -16,0 +16,0 @@ function extractData(pointer) { |
@@ -1,10 +0,10 @@ | ||
import { gqlPluckFromCodeString, gqlPluckFromCodeStringSync, } from '@graphql-tools/graphql-tag-pluck'; | ||
import { env } from 'process'; | ||
import { parse } from 'graphql'; | ||
import isGlob from 'is-glob'; | ||
import micromatch from 'micromatch'; | ||
import unixify from 'unixify'; | ||
import { gqlPluckFromCodeString, gqlPluckFromCodeStringSync, } from '@graphql-tools/graphql-tag-pluck'; | ||
import { asArray } from '@graphql-tools/utils'; | ||
import { loadFromGit, loadFromGitSync, readTreeAtRef, readTreeAtRefSync } from './load-git.js'; | ||
import { parse as handleStuff } from './parse.js'; | ||
import { parse } from 'graphql'; | ||
import { asArray } from '@graphql-tools/utils'; | ||
import isGlob from 'is-glob'; | ||
import { env } from 'process'; | ||
// git:branch:path/to/file | ||
@@ -11,0 +11,0 @@ function extractData(pointer) { |
@@ -1,2 +0,2 @@ | ||
import { parseGraphQLSDL, parseGraphQLJSON } from '@graphql-tools/utils'; | ||
import { parseGraphQLJSON, parseGraphQLSDL, } from '@graphql-tools/utils'; | ||
/** | ||
@@ -3,0 +3,0 @@ * @internal |
{ | ||
"name": "@graphql-tools/git-loader", | ||
"version": "8.0.1", | ||
"version": "8.0.2-alpha-20230724181141-6f9a4c07", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,3 +10,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/graphql-tag-pluck": "8.0.1", | ||
"@graphql-tools/graphql-tag-pluck": "8.0.2-alpha-20230724181141-6f9a4c07", | ||
"@graphql-tools/utils": "^10.0.0", | ||
@@ -13,0 +13,0 @@ "is-glob": "4.0.3", |
@@ -1,2 +0,2 @@ | ||
import { Source, GraphQLParseOptions } from '@graphql-tools/utils'; | ||
import { GraphQLParseOptions, Source } from '@graphql-tools/utils'; | ||
/** | ||
@@ -3,0 +3,0 @@ * @internal |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26890
2
+ Added@graphql-tools/graphql-tag-pluck@8.0.2-alpha-20230724181141-6f9a4c07(transitive)
+ Addedelectron-to-chromium@1.5.86(transitive)
- Removed@graphql-tools/graphql-tag-pluck@8.0.1(transitive)
- Removedelectron-to-chromium@1.5.87(transitive)
Updated@graphql-tools/graphql-tag-pluck@8.0.2-alpha-20230724181141-6f9a4c07