koatty_exception
Advanced tools
Comparing version 1.0.4 to 1.0.6
@@ -5,4 +5,6 @@ # Changelog | ||
### [1.0.6](https://github.com/koatty/koatty_exception/compare/v1.0.4...v1.0.6) (2021-11-18) | ||
### [1.0.4](https://github.com/koatty/koatty_exception/compare/v1.0.2...v1.0.4) (2021-11-17) | ||
### 1.0.2 (2021-11-16) |
@@ -1,1 +0,2 @@ | ||
export * from "./Exception"; | ||
export * from "./exception"; | ||
export * from "./code"; |
@@ -7,7 +7,8 @@ "use strict"; | ||
* @Date: 2021-11-17 09:53:49 | ||
* @LastEditTime: 2021-11-17 09:53:50 | ||
* @LastEditTime: 2021-11-19 00:54:14 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./Exception"), exports); | ||
(0, tslib_1.__exportStar)(require("./exception"), exports); | ||
(0, tslib_1.__exportStar)(require("./code"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "koatty_exception", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "Exception handler for koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1830871
19
1122