@speclynx/apidom-error 2.2.2 → 2.2.3
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 +15 -15
- 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
|
+
## [2.2.3](https://github.com/speclynx/apidom/compare/v2.2.2...v2.2.3) (2026-01-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @speclynx/apidom-error
|
|
9
|
+
|
|
6
10
|
## [2.2.2](https://github.com/speclynx/apidom/compare/v2.2.1...v2.2.2) (2026-01-23)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @speclynx/apidom-error
|
|
@@ -12,8 +12,8 @@ return /******/ (() => { // webpackBootstrap
|
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/ 172
|
|
16
|
-
|
|
15
|
+
/***/ 172
|
|
16
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
17
17
|
|
|
18
18
|
__webpack_require__.r(__webpack_exports__);
|
|
19
19
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -33,10 +33,10 @@ class ApiDOMAggregateError extends AggregateError {
|
|
|
33
33
|
}
|
|
34
34
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ApiDOMAggregateError);
|
|
35
35
|
|
|
36
|
-
/***/ }
|
|
36
|
+
/***/ },
|
|
37
37
|
|
|
38
|
-
/***/ 428
|
|
39
|
-
|
|
38
|
+
/***/ 428
|
|
39
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
40
40
|
|
|
41
41
|
__webpack_require__.r(__webpack_exports__);
|
|
42
42
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -51,10 +51,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
51
51
|
class NotImplementedError extends _UnsupportedOperationError_ts__WEBPACK_IMPORTED_MODULE_0__["default"] {}
|
|
52
52
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (NotImplementedError);
|
|
53
53
|
|
|
54
|
-
/***/ }
|
|
54
|
+
/***/ },
|
|
55
55
|
|
|
56
|
-
/***/ 537
|
|
57
|
-
|
|
56
|
+
/***/ 537
|
|
57
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
58
58
|
|
|
59
59
|
__webpack_require__.r(__webpack_exports__);
|
|
60
60
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -69,10 +69,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
69
69
|
class UnsupportedOperationError extends _ApiDOMError_ts__WEBPACK_IMPORTED_MODULE_0__["default"] {}
|
|
70
70
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (UnsupportedOperationError);
|
|
71
71
|
|
|
72
|
-
/***/ }
|
|
72
|
+
/***/ },
|
|
73
73
|
|
|
74
|
-
/***/ 672
|
|
75
|
-
|
|
74
|
+
/***/ 672
|
|
75
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
76
76
|
|
|
77
77
|
__webpack_require__.r(__webpack_exports__);
|
|
78
78
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -98,10 +98,10 @@ class ApiDOMStructuredError extends _ApiDOMError_ts__WEBPACK_IMPORTED_MODULE_0__
|
|
|
98
98
|
}
|
|
99
99
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ApiDOMStructuredError);
|
|
100
100
|
|
|
101
|
-
/***/ }
|
|
101
|
+
/***/ },
|
|
102
102
|
|
|
103
|
-
/***/ 797
|
|
104
|
-
|
|
103
|
+
/***/ 797
|
|
104
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
105
105
|
|
|
106
106
|
__webpack_require__.r(__webpack_exports__);
|
|
107
107
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -127,7 +127,7 @@ class ApiDOMError extends Error {
|
|
|
127
127
|
}
|
|
128
128
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (ApiDOMError);
|
|
129
129
|
|
|
130
|
-
/***/ }
|
|
130
|
+
/***/ }
|
|
131
131
|
|
|
132
132
|
/******/ });
|
|
133
133
|
/************************************************************************/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@speclynx/apidom-error",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
4
4
|
"description": "Backward compatible custom ApiDOM errors with causes.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"README.md",
|
|
51
51
|
"CHANGELOG.md"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "e08f97d01904015b1cf621e093145fe55de0d02d"
|
|
54
54
|
}
|