@speclynx/apidom-parser-adapter-json 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-json
|
|
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-json
|
|
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-json
|
|
@@ -2296,6 +2296,13 @@ class KeyValuePair {
|
|
|
2296
2296
|
}
|
|
2297
2297
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (KeyValuePair);
|
|
2298
2298
|
|
|
2299
|
+
/***/ },
|
|
2300
|
+
|
|
2301
|
+
/***/ 6841
|
|
2302
|
+
() {
|
|
2303
|
+
|
|
2304
|
+
|
|
2305
|
+
|
|
2299
2306
|
/***/ },
|
|
2300
2307
|
|
|
2301
2308
|
/***/ 6911
|
|
@@ -2972,14 +2979,6 @@ class ArrayElement extends _CollectionElement_mjs__WEBPACK_IMPORTED_MODULE_0__["
|
|
|
2972
2979
|
|
|
2973
2980
|
/***/ },
|
|
2974
2981
|
|
|
2975
|
-
/***/ 7678
|
|
2976
|
-
(module) {
|
|
2977
|
-
|
|
2978
|
-
"use strict";
|
|
2979
|
-
module.exports = "";
|
|
2980
|
-
|
|
2981
|
-
/***/ },
|
|
2982
|
-
|
|
2983
2982
|
/***/ 7783
|
|
2984
2983
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
2985
2984
|
|
|
@@ -4906,7 +4905,7 @@ async function Module2(moduleArg = {}) {
|
|
|
4906
4905
|
if (Module["locateFile"]) {
|
|
4907
4906
|
return locateFile("web-tree-sitter.wasm");
|
|
4908
4907
|
}
|
|
4909
|
-
return new URL(/* asset import */ __webpack_require__(
|
|
4908
|
+
return new URL(/* asset import */ __webpack_require__(6841), __webpack_require__.b).href;
|
|
4910
4909
|
}
|
|
4911
4910
|
__name(findWasmBinary, "findWasmBinary");
|
|
4912
4911
|
function getBinarySync(file) {
|