@graphql-tools/webpack-loader
Advanced tools
Comparing version 6.7.1 to 6.7.2-alpha-20220809192840-c5b336bd
@@ -5,3 +5,3 @@ "use strict"; | ||
const os_1 = tslib_1.__importDefault(require("os")); | ||
const graphql_1 = require("graphql"); | ||
const graphql_1 = require("@graphql-tools/graphql"); | ||
const webpack_loader_runtime_1 = require("@graphql-tools/webpack-loader-runtime"); | ||
@@ -8,0 +8,0 @@ const parser_js_1 = require("./parser.js"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parseDocument = void 0; | ||
const graphql_1 = require("graphql"); | ||
const graphql_1 = require("@graphql-tools/graphql"); | ||
/** | ||
@@ -6,0 +6,0 @@ * Strip insignificant whitespace |
import os from 'os'; | ||
import { isExecutableDefinitionNode, Kind } from 'graphql'; | ||
import { isExecutableDefinitionNode, Kind } from '@graphql-tools/graphql'; | ||
import { uniqueCode } from '@graphql-tools/webpack-loader-runtime'; | ||
@@ -4,0 +4,0 @@ import { parseDocument } from './parser.js'; |
@@ -1,2 +0,2 @@ | ||
import { parse, print, Kind } from 'graphql'; | ||
import { parse, print, Kind } from '@graphql-tools/graphql'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Strip insignificant whitespace |
{ | ||
"name": "@graphql-tools/webpack-loader", | ||
"version": "6.7.1", | ||
"version": "6.7.2-alpha-20220809192840-c5b336bd", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/optimize": "1.3.1", | ||
"@graphql-tools/webpack-loader-runtime": "6.4.1", | ||
"@graphql-tools/optimize": "1.3.2-alpha-20220809192840-c5b336bd", | ||
"@graphql-tools/webpack-loader-runtime": "6.4.2-alpha-20220809192840-c5b336bd", | ||
"@graphql-tools/graphql": "0.1.0-alpha-20220809192840-c5b336bd", | ||
"tslib": "^2.4.0" | ||
@@ -13,0 +11,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { DocumentNode } from 'graphql'; | ||
import { DocumentNode } from '@graphql-tools/graphql'; | ||
export declare function parseDocument(doc: string): DocumentNode; |
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
15665
2
+ Added@graphql-tools/graphql@0.1.0-alpha-20220809192840-c5b336bd
+ Added@graphql-tools/graphql@0.1.0-alpha-20220809192840-c5b336bd(transitive)
+ Added@graphql-tools/optimize@1.3.2-alpha-20220809192840-c5b336bd(transitive)
+ Added@graphql-tools/webpack-loader-runtime@6.4.2-alpha-20220809192840-c5b336bd(transitive)
- Removed@graphql-tools/optimize@1.3.1(transitive)
- Removed@graphql-tools/webpack-loader-runtime@6.4.1(transitive)
- Removedgraphql@16.9.0(transitive)
Updated@graphql-tools/optimize@1.3.2-alpha-20220809192840-c5b336bd
Updated@graphql-tools/webpack-loader-runtime@6.4.2-alpha-20220809192840-c5b336bd