apollo-server-errors
Advanced tools
Comparing version 2.4.1 to 2.4.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.hasPersistedQueryError = exports.formatApolloErrors = exports.UserInputError = exports.PersistedQueryNotSupportedError = exports.PersistedQueryNotFoundError = exports.ForbiddenError = exports.AuthenticationError = exports.ValidationError = exports.SyntaxError = exports.fromGraphQLError = exports.toApolloError = exports.ApolloError = void 0; | ||
const graphql_1 = require("graphql"); | ||
@@ -4,0 +5,0 @@ class ApolloError extends Error { |
{ | ||
"name": "apollo-server-errors", | ||
"version": "2.4.1", | ||
"author": "opensource@apollographql.com", | ||
"version": "2.4.2", | ||
"author": "Apollo <opensource@apollographql.com>", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-errors" | ||
"url": "https://github.com/apollographql/apollo-server", | ||
"directory": "packages/apollo-server-errors" | ||
}, | ||
@@ -22,3 +23,3 @@ "homepage": "https://github.com/apollographql/apollo-server#readme", | ||
}, | ||
"gitHead": "71a3863f59f4ab2c9052c316479d94c6708c4309" | ||
"gitHead": "8cfc947ed56fa3f32b82b32b4bcca53470712984" | ||
} |
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
30066
554