@swagger-api/apidom-error 1.0.0-alpha.5 → 1.0.0-alpha.7

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 CHANGED
@@ -3,6 +3,14 @@
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.7](https://github.com/swagger-api/apidom/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2024-08-05)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-error
9
+
10
+ # [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)
11
+
12
+ **Note:** Version bump only for package @swagger-api/apidom-error
13
+
6
14
  # [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
15
 
8
16
  **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.5",
3
+ "version": "1.0.0-alpha.7",
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": "476b798bcb0f2eb0233b58eb8b30275cb26a946c"
52
+ "gitHead": "9daea4cbd64add84054529653eb8490a5cc06261"
53
53
  }