@swagger-api/apidom-error 1.0.0-alpha.5 → 1.0.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/apidom-error.browser.js +0 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [1.0.0-alpha.6](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-07-09)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-error
|
9
|
+
|
6
10
|
# [1.0.0-alpha.5](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-05-29)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @swagger-api/apidom-error
|
@@ -206,8 +206,6 @@ class UnsupportedOperationError extends _ApiDOMError__WEBPACK_IMPORTED_MODULE_0_
|
|
206
206
|
/******/
|
207
207
|
/************************************************************************/
|
208
208
|
var __webpack_exports__ = {};
|
209
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
210
|
-
(() => {
|
211
209
|
__webpack_require__.r(__webpack_exports__);
|
212
210
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
213
211
|
/* harmony export */ ApiDOMAggregateError: () => (/* reexport safe */ _ApiDOMAggregateError__WEBPACK_IMPORTED_MODULE_1__["default"]),
|
@@ -228,8 +226,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
228
226
|
// generic custom error classes
|
229
227
|
|
230
228
|
|
231
|
-
})();
|
232
|
-
|
233
229
|
/******/ return __webpack_exports__;
|
234
230
|
/******/ })()
|
235
231
|
;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@swagger-api/apidom-error",
|
3
|
-
"version": "1.0.0-alpha.
|
3
|
+
"version": "1.0.0-alpha.6",
|
4
4
|
"description": "Backward compatible custom ApiDOM errors with causes.",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public",
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"README.md",
|
50
50
|
"CHANGELOG.md"
|
51
51
|
],
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "81da2a87846baf87cf9152575fcdecceb82d1a03"
|
53
53
|
}
|