@graphql-tools/graphql-tag-pluck
Advanced tools
Comparing version 5.0.1-alpha-78275ec.0 to 5.0.1-alpha-7ecf9b1.0
@@ -28,3 +28,3 @@ 'use strict'; | ||
const types = require('@babel/types'); | ||
const common = require('@graphql-tools/common'); | ||
const utils = require('@graphql-tools/utils'); | ||
const traverse = _interopDefault(require('@babel/traverse')); | ||
@@ -226,3 +226,3 @@ | ||
}); | ||
globalGqlIdentifierName = common.asArray(globalGqlIdentifierName).map(s => s.toLowerCase()); | ||
globalGqlIdentifierName = utils.asArray(globalGqlIdentifierName).map(s => s.toLowerCase()); | ||
// Keep imported identifiers | ||
@@ -229,0 +229,0 @@ // import gql from 'graphql-tag' -> gql |
import { parse } from '@babel/parser'; | ||
import { isVariableDeclarator, isIdentifier, isTemplateLiteral, isImportDefaultSpecifier, isImportSpecifier } from '@babel/types'; | ||
import { asArray } from '@graphql-tools/common'; | ||
import { asArray } from '@graphql-tools/utils'; | ||
import traverse from '@babel/traverse'; | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@graphql-tools/graphql-tag-pluck", | ||
"version": "5.0.1-alpha-78275ec.0", | ||
"version": "5.0.1-alpha-7ecf9b1.0", | ||
"description": "Pluck graphql-tag template literals", | ||
"peerDependencies": { | ||
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" | ||
"graphql": "^14.0.0 || ^15.0.0" | ||
}, | ||
@@ -12,3 +12,3 @@ "dependencies": { | ||
"@babel/types": "7.9.5", | ||
"@graphql-tools/common": "5.0.1-alpha-78275ec.0" | ||
"@graphql-tools/utils": "5.0.1-alpha-7ecf9b1.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "optionalDependencies": { |
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
93401
+ Added@graphql-tools/utils@5.0.1-alpha-7ecf9b1.0(transitive)
+ Addedtslib@1.14.1(transitive)
- Removed@babel/runtime@7.26.0(transitive)
- Removed@graphql-tools/common@5.0.1-alpha-78275ec.0(transitive)
- Removed@graphql-tools/schema-stitching@5.0.1-alpha-78275ec.0(transitive)
- Removed@wry/equality@0.1.11(transitive)
- Removedapollo-link@1.2.14(transitive)
- Removedapollo-link-http-common@0.2.16(transitive)
- Removedapollo-upload-client@13.0.0(transitive)
- Removedapollo-utilities@1.3.4(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removedcross-fetch@3.0.4(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedextract-files@8.1.0(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedform-data@3.0.0(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removednode-fetch@2.6.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedts-invariant@0.4.4(transitive)
- Removedtslib@1.11.1(transitive)
- Removedwhatwg-fetch@3.0.0(transitive)
- Removedzen-observable@0.8.15(transitive)
- Removedzen-observable-ts@0.8.21(transitive)