apollo-server-errors
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "apollo-server-errors", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "opensource@apollographql.com", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
"compile": "tsc", | ||
"prepublish": "npm run clean && npm run compile" | ||
"prepare": "npm run clean && npm run compile" | ||
}, | ||
@@ -25,27 +25,5 @@ "main": "dist/index.js", | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "23.3.0", | ||
"jest": "23.4.1", | ||
"ts-jest": "22.4.6" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"transform": { | ||
"^.+\\.(ts|js)$": "ts-jest" | ||
}, | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"js", | ||
"json" | ||
], | ||
"testRegex": "src/__tests__/.*$", | ||
"globals": { | ||
"ts-jest": { | ||
"skipBabel": true | ||
} | ||
} | ||
} | ||
} |
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
0
22270