@c8/errors
Advanced tools
Comparing version 0.0.7 to 0.0.8
'use strict' | ||
const Boom = require('boom') | ||
const Errors = require('./errors') | ||
const Boom = require('./boom') | ||
const defaultBoomMapping = require('./boom-mapping') | ||
const defaultBoomMapping = { | ||
entityTooLarge: ['FileTooLargeError'], | ||
unsupportedMediaType: ['TypeError'] | ||
} | ||
module.exports = { | ||
@@ -12,0 +8,0 @@ /** |
{ | ||
"name": "@c8/errors", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Common errors and their utils used by C8 management", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4970
7
75