@graphql-tools/webpack-loader
Advanced tools
Comparing version 6.7.1-alpha-62ec7058.0 to 6.7.1-alpha-9d6b1e75.0
@@ -5,3 +5,3 @@ "use strict"; | ||
const os_1 = tslib_1.__importDefault(require("os")); | ||
const graphql_1 = require("@graphql-tools/graphql"); | ||
const graphql_1 = require("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-tools/graphql"); | ||
const graphql_1 = require("graphql"); | ||
/** | ||
@@ -6,0 +6,0 @@ * Strip insignificant whitespace |
import os from 'os'; | ||
import { isExecutableDefinitionNode, Kind } from '@graphql-tools/graphql'; | ||
import { isExecutableDefinitionNode, Kind } from '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-tools/graphql'; | ||
import { parse, print, Kind } from 'graphql'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Strip insignificant whitespace |
{ | ||
"name": "@graphql-tools/webpack-loader", | ||
"version": "6.7.1-alpha-62ec7058.0", | ||
"version": "6.7.1-alpha-9d6b1e75.0", | ||
"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/graphql": "0.1.0-alpha-62ec7058.0", | ||
"@graphql-tools/optimize": "1.3.1-alpha-62ec7058.0", | ||
"@graphql-tools/webpack-loader-runtime": "6.4.1-alpha-62ec7058.0", | ||
"@graphql-tools/optimize": "1.3.1-alpha-9d6b1e75.0", | ||
"@graphql-tools/webpack-loader-runtime": "6.4.1-alpha-9d6b1e75.0", | ||
"tslib": "^2.4.0" | ||
@@ -28,3 +30,3 @@ }, | ||
"require": { | ||
"types": "./typings/index.d.ts", | ||
"types": "./typings/index.d.cts", | ||
"default": "./cjs/index.js" | ||
@@ -43,3 +45,3 @@ }, | ||
"require": { | ||
"types": "./typings/*.d.ts", | ||
"types": "./typings/*.d.cts", | ||
"default": "./cjs/*.js" | ||
@@ -46,0 +48,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { DocumentNode } from '@graphql-tools/graphql'; | ||
import { DocumentNode } from 'graphql'; | ||
export declare function parseDocument(doc: string): DocumentNode; |
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
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
15554
11
+ Added@graphql-tools/optimize@1.3.1-alpha-9d6b1e75.0(transitive)
+ Added@graphql-tools/webpack-loader-runtime@6.4.1-alpha-9d6b1e75.0(transitive)
+ Addedgraphql@16.10.0(transitive)
- Removed@graphql-tools/graphql@0.1.0-alpha-62ec7058.0(transitive)
- Removed@graphql-tools/optimize@1.3.1-alpha-62ec7058.0(transitive)
- Removed@graphql-tools/webpack-loader-runtime@6.4.1-alpha-62ec7058.0(transitive)
Updated@graphql-tools/webpack-loader-runtime@6.4.1-alpha-9d6b1e75.0