Comparing version 5.3.2-typed-error-1eba8d217c2e5325563efc984ae51af8546e92bc to 5.3.2-typed-error-234c6da3d4b2ca6784d7714a7b7d46813b43310a
@@ -22,3 +22,5 @@ /* | ||
const mergeSchema = require('json-schema-merge-allof') | ||
const { TypedError } = require('typed-error') | ||
const { | ||
TypedError | ||
} = require('typed-error') | ||
const LRUCache = require('./lru-cache') | ||
@@ -311,4 +313,3 @@ const { | ||
*/ | ||
exports.SchemaMismatch = class SchemaMismatch extends TypedError { | ||
} | ||
exports.SchemaMismatch = class SchemaMismatch extends TypedError {} | ||
@@ -320,4 +321,3 @@ /** | ||
*/ | ||
exports.IncompatibleSchemas = class IncompatibleSchemas extends TypedError { | ||
} | ||
exports.IncompatibleSchemas = class IncompatibleSchemas extends TypedError {} | ||
@@ -329,4 +329,3 @@ /** | ||
*/ | ||
exports.InvalidSchema = class InvalidSchema extends TypedError { | ||
} | ||
exports.InvalidSchema = class InvalidSchema extends TypedError {} | ||
@@ -333,0 +332,0 @@ /** |
{ | ||
"name": "skhema", | ||
"version": "5.3.2-typed-error-1eba8d217c2e5325563efc984ae51af8546e92bc", | ||
"version": "5.3.2-typed-error-234c6da3d4b2ca6784d7714a7b7d46813b43310a", | ||
"description": "JSON Schema utility collection", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
161676
5254