@speclynx/apidom-parser-adapter-openapi-json-2 2.4.0 → 2.5.1
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
|
+
## [2.5.1](https://github.com/speclynx/apidom/compare/v2.5.0...v2.5.1) (2026-01-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-openapi-json-2
|
|
9
|
+
|
|
10
|
+
# [2.5.0](https://github.com/speclynx/apidom/compare/v2.4.0...v2.5.0) (2026-01-30)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-openapi-json-2
|
|
13
|
+
|
|
6
14
|
# [2.4.0](https://github.com/speclynx/apidom/compare/v2.3.0...v2.4.0) (2026-01-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-openapi-json-2
|
|
@@ -17643,6 +17643,13 @@ var isNotEmpty = /*#__PURE__*/(0,_internal_curry1_js__WEBPACK_IMPORTED_MODULE_0_
|
|
|
17643
17643
|
});
|
|
17644
17644
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isNotEmpty);
|
|
17645
17645
|
|
|
17646
|
+
/***/ },
|
|
17647
|
+
|
|
17648
|
+
/***/ 6841
|
|
17649
|
+
() {
|
|
17650
|
+
|
|
17651
|
+
|
|
17652
|
+
|
|
17646
17653
|
/***/ },
|
|
17647
17654
|
|
|
17648
17655
|
/***/ 6867
|
|
@@ -19989,14 +19996,6 @@ var isEmptyArray = (0,ramda__WEBPACK_IMPORTED_MODULE_0__["default"])(_isArray_js
|
|
|
19989
19996
|
|
|
19990
19997
|
/***/ },
|
|
19991
19998
|
|
|
19992
|
-
/***/ 7678
|
|
19993
|
-
(module) {
|
|
19994
|
-
|
|
19995
|
-
"use strict";
|
|
19996
|
-
module.exports = "";
|
|
19997
|
-
|
|
19998
|
-
/***/ },
|
|
19999
|
-
|
|
20000
19999
|
/***/ 7684
|
|
20001
20000
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
20002
20001
|
|
|
@@ -25804,7 +25803,7 @@ async function Module2(moduleArg = {}) {
|
|
|
25804
25803
|
if (Module["locateFile"]) {
|
|
25805
25804
|
return locateFile("web-tree-sitter.wasm");
|
|
25806
25805
|
}
|
|
25807
|
-
return new URL(/* asset import */ __webpack_require__(
|
|
25806
|
+
return new URL(/* asset import */ __webpack_require__(6841), __webpack_require__.b).href;
|
|
25808
25807
|
}
|
|
25809
25808
|
__name(findWasmBinary, "findWasmBinary");
|
|
25810
25809
|
function getBinarySync(file) {
|