@vivareal/error-glossary
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -17,3 +17,3 @@ import { CanalProGlossary, OwnersGlossary, BackofficeGlossary } from '../glossary/index.js'; | ||
} | ||
declare type GraphQLErrorsType = { | ||
type GraphQLErrorsType = { | ||
graphQLErrors: IGraphQLError[]; | ||
@@ -20,0 +20,0 @@ }; |
{ | ||
"name": "@vivareal/error-glossary", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Handler to format graphql errors into beautifully crafted user messages", | ||
@@ -53,7 +53,7 @@ "author": "OLX Brasil - ZAP+", | ||
"@types/jest": "^27.0.2", | ||
"ts-jest": "^27.0.5", | ||
"ts-jest": "^29.1.0", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.4.3" | ||
}, | ||
"gitHead": "03b8d1646ded6975e1a2c8600af84b09565ef1a9" | ||
"gitHead": "c8cc2c0ca68a559bfd92b44dd51a7c979d42ed68" | ||
} |
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
22053