graphql-mini-transforms
Advanced tools
Comparing version 0.0.0-snapshot-20231019204709 to 0.0.0-snapshot-20240416154657
@@ -23,3 +23,3 @@ 'use strict'; | ||
var {print, parse} = require('graphql'); | ||
var {cleanDocument, toSimpleDocument} = require(${JSON.stringify(`${__dirname}/document.js`)}); | ||
var {cleanDocument, toSimpleDocument} = require('graphql-mini-transforms'); | ||
`; | ||
@@ -26,0 +26,0 @@ const importSource = imports.map((imported, index) => `var importedDocument${index} = require(${JSON.stringify(imported)});`).join('\n'); |
@@ -23,3 +23,3 @@ 'use strict'; | ||
var {print} = require('graphql'); | ||
var {cleanDocument} = require(${JSON.stringify(`${__dirname}/document.js`)}); | ||
var {cleanDocument} = require('graphql-mini-transforms'); | ||
`; | ||
@@ -26,0 +26,0 @@ const importSource = imports.map((imported, index) => `var importedDocument${index} = require(${JSON.stringify(imported)});`).join('\n'); |
{ | ||
"name": "graphql-mini-transforms", | ||
"version": "0.0.0-snapshot-20231019204709", | ||
"version": "0.0.0-snapshot-20240416154657", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Transformers for importing .graphql files in various build tools.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
58421