@swagger-api/apidom-parser-adapter-api-design-systems-json 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-api-design-systems-json
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-api-design-systems-json
@@ -4473,7 +4473,7 @@
4473
4473
  * @name has
4474
4474
  * @memberOf SetCache
4475
4475
  * @param {*} value The value to search for.
4476
- * @returns {number} Returns `true` if `value` is found, else `false`.
4476
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
4477
4477
  */
4478
4478
 
4479
4479
  var _setCacheHas;
@@ -16826,7 +16826,7 @@
16826
16826
  let parser = null;
16827
16827
  let parserInitLock = null;
16828
16828
  const activeTrees = new Set();
16829
- const MAX_ACTIVE_TREES = 5;
16829
+ const MAX_ACTIVE_TREES = 10;
16830
16830
 
16831
16831
  /**
16832
16832
  * Lexical Analysis of source string using WebTreeSitter.