@swagger-api/apidom-parser-adapter-openapi-json-3-0 1.10.0 → 1.10.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
+ ## [1.10.1](https://github.com/swagger-api/apidom/compare/v1.10.0...v1.10.1) (2026-04-07)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
9
+
6
10
  # [1.10.0](https://github.com/swagger-api/apidom/compare/v1.9.0...v1.10.0) (2026-04-01)
7
11
 
8
12
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
@@ -5288,7 +5288,7 @@
5288
5288
  * @name has
5289
5289
  * @memberOf SetCache
5290
5290
  * @param {*} value The value to search for.
5291
- * @returns {number} Returns `true` if `value` is found, else `false`.
5291
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
5292
5292
  */
5293
5293
 
5294
5294
  var _setCacheHas;
@@ -17955,7 +17955,7 @@
17955
17955
  let parser = null;
17956
17956
  let parserInitLock = null;
17957
17957
  const activeTrees = new Set();
17958
- const MAX_ACTIVE_TREES = 5;
17958
+ const MAX_ACTIVE_TREES = 10;
17959
17959
 
17960
17960
  /**
17961
17961
  * Lexical Analysis of source string using WebTreeSitter.