@webiny/error
Advanced tools
Comparing version 5.39.7-beta.1 to 5.39.7-beta.2
import Error, { ErrorOptions } from "./Error"; | ||
export default Error; | ||
export { Error as WebinyError }; | ||
export { ErrorOptions }; |
@@ -13,2 +13,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "WebinyError", { | ||
enumerable: true, | ||
get: function () { | ||
return _Error.default; | ||
} | ||
}); | ||
exports.default = void 0; | ||
@@ -15,0 +21,0 @@ var _Error = _interopRequireWildcard(require("./Error")); |
{ | ||
"name": "@webiny/error", | ||
"version": "5.39.7-beta.1", | ||
"version": "5.39.7-beta.2", | ||
"main": "index.js", | ||
@@ -19,4 +19,4 @@ "types": "index.d.ts", | ||
"@babel/core": "7.22.8", | ||
"@webiny/cli": "5.39.7-beta.1", | ||
"@webiny/project-utils": "5.39.7-beta.1", | ||
"@webiny/cli": "5.39.7-beta.2", | ||
"@webiny/project-utils": "5.39.7-beta.2", | ||
"rimraf": "3.0.2", | ||
@@ -30,3 +30,3 @@ "ttypescript": "1.5.15", | ||
}, | ||
"gitHead": "68b9185e64023cb28c6fd4f86d993d0301bf284c" | ||
"gitHead": "0abcb9da80cb1ee22506c6f53e4f3bf2183ec9fd" | ||
} |
Sorry, the diff of this file is not supported yet
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
7499
67