augment-gql-operations
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -54,3 +54,3 @@ "use strict"; | ||
/* eslint-disable-next-line no-console */ | ||
console.warn('Failed to parse content for append-to-operatoin.'); | ||
console.warn("Failed to parse content for augment-gql-operations: " + err.message); | ||
} | ||
@@ -57,0 +57,0 @@ }, |
@@ -58,3 +58,3 @@ import { DocumentNode, GraphQLSchema, SelectionNode } from 'graphql'; | ||
/* eslint-disable-next-line no-console */ | ||
console.warn('Failed to parse content for append-to-operatoin.'); | ||
console.warn(`Failed to parse content for augment-gql-operations: ${err.message}`); | ||
} | ||
@@ -61,0 +61,0 @@ }, |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "dannycochran", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
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
11047