@speclynx/apidom-parser-adapter-yaml-1-2 2.5.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,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.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-yaml-1-2
|
|
9
|
+
|
|
6
10
|
# [2.5.0](https://github.com/speclynx/apidom/compare/v2.4.0...v2.5.0) (2026-01-30)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-yaml-1-2
|
|
@@ -12773,6 +12773,13 @@ function _dispatchable(methodNames, transducerCreator, fn) {
|
|
|
12773
12773
|
};
|
|
12774
12774
|
}
|
|
12775
12775
|
|
|
12776
|
+
/***/ },
|
|
12777
|
+
|
|
12778
|
+
/***/ 6841
|
|
12779
|
+
() {
|
|
12780
|
+
|
|
12781
|
+
|
|
12782
|
+
|
|
12776
12783
|
/***/ },
|
|
12777
12784
|
|
|
12778
12785
|
/***/ 6850
|
|
@@ -15120,14 +15127,6 @@ function setFlowScalarValue(token, source, type) {
|
|
|
15120
15127
|
|
|
15121
15128
|
|
|
15122
15129
|
|
|
15123
|
-
/***/ },
|
|
15124
|
-
|
|
15125
|
-
/***/ 7678
|
|
15126
|
-
(module) {
|
|
15127
|
-
|
|
15128
|
-
"use strict";
|
|
15129
|
-
module.exports = "";
|
|
15130
|
-
|
|
15131
15130
|
/***/ },
|
|
15132
15131
|
|
|
15133
15132
|
/***/ 7698
|
|
@@ -17594,7 +17593,7 @@ async function Module2(moduleArg = {}) {
|
|
|
17594
17593
|
if (Module["locateFile"]) {
|
|
17595
17594
|
return locateFile("web-tree-sitter.wasm");
|
|
17596
17595
|
}
|
|
17597
|
-
return new URL(/* asset import */ __webpack_require__(
|
|
17596
|
+
return new URL(/* asset import */ __webpack_require__(6841), __webpack_require__.b).href;
|
|
17598
17597
|
}
|
|
17599
17598
|
__name(findWasmBinary, "findWasmBinary");
|
|
17600
17599
|
function getBinarySync(file) {
|