fenextjs-error
Advanced tools
Comparing version 1.0.6 to 1.0.7
export * from "./Invalid"; | ||
export * from "./NotEqual"; | ||
export * from "./OutOfRange"; | ||
@@ -3,0 +4,0 @@ export * from "./PatternMismatch"; |
@@ -5,2 +5,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./Invalid"), exports); | ||
tslib_1.__exportStar(require("./NotEqual"), exports); | ||
tslib_1.__exportStar(require("./OutOfRange"), exports); | ||
@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./PatternMismatch"), exports); |
{ | ||
"name": "fenextjs-error", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"fenextjs-interface": "^1.0.24" | ||
"fenextjs-interface": "^1.0.25" | ||
}, | ||
@@ -42,0 +42,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
36347
104
657
Updatedfenextjs-interface@^1.0.25