@graphql-toolkit/core
Advanced tools
Comparing version 0.9.13-alpha-86dcd09.3 to 0.9.13-alpha-c3675ba.4
@@ -1,5 +0,4 @@ | ||
export * from './load-typedefs'; | ||
export * from './schema'; | ||
export * from './documents'; | ||
export * from './filter-document-kind'; | ||
export * from './import-parser'; | ||
export * from './load'; | ||
export * from './generate'; | ||
export * from './polyfills'; | ||
export * from './utils'; |
{ | ||
"name": "@graphql-toolkit/core", | ||
"version": "0.9.13-alpha-86dcd09.3+86dcd09", | ||
"version": "0.9.13-alpha-c3675ba.4+c3675ba", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -18,4 +18,4 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@graphql-toolkit/common": "0.9.13-alpha-86dcd09.3+86dcd09", | ||
"@graphql-toolkit/schema-merging": "0.9.13-alpha-86dcd09.3+86dcd09", | ||
"@graphql-toolkit/common": "0.9.13-alpha-c3675ba.4+c3675ba", | ||
"@graphql-toolkit/schema-merging": "0.9.13-alpha-c3675ba.4+c3675ba", | ||
"aggregate-error": "3.0.1", | ||
@@ -22,0 +22,0 @@ "globby": "11.0.0", |
@@ -1,4 +0,4 @@ | ||
import { UnnormalizedTypeDefPointer } from './../load-typedefs'; | ||
import { UnnormalizedTypeDefPointer } from '../load/typedefs'; | ||
export declare function normalizePointers(unnormalizedPointerOrPointers: UnnormalizedTypeDefPointer | UnnormalizedTypeDefPointer[]): { | ||
[key: string]: any; | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
186335
37
4472