@swagger-api/apidom-ns-openapi-3-1 1.9.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,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
+ ## [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-ns-openapi-3-1
9
+
10
+ # [1.10.0](https://github.com/swagger-api/apidom/compare/v1.9.0...v1.10.0) (2026-04-01)
11
+
12
+ **Note:** Version bump only for package @swagger-api/apidom-ns-openapi-3-1
13
+
6
14
  # [1.9.0](https://github.com/swagger-api/apidom/compare/v1.8.0...v1.9.0) (2026-03-30)
7
15
 
8
16
  **Note:** Version bump only for package @swagger-api/apidom-ns-openapi-3-1
@@ -6102,7 +6102,7 @@
6102
6102
  * @name has
6103
6103
  * @memberOf SetCache
6104
6104
  * @param {*} value The value to search for.
6105
- * @returns {number} Returns `true` if `value` is found, else `false`.
6105
+ * @returns {boolean} Returns `true` if `value` is found, else `false`.
6106
6106
  */
6107
6107
 
6108
6108
  var _setCacheHas;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-ns-openapi-3-1",
3
- "version": "1.9.0",
3
+ "version": "1.10.1",
4
4
  "description": "OpenAPI 3.1.x namespace for ApiDOM.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -45,11 +45,11 @@
45
45
  "license": "Apache-2.0",
46
46
  "dependencies": {
47
47
  "@babel/runtime-corejs3": "^7.26.10",
48
- "@swagger-api/apidom-ast": "^1.9.0",
49
- "@swagger-api/apidom-core": "^1.9.0",
50
- "@swagger-api/apidom-json-pointer": "^1.9.0",
51
- "@swagger-api/apidom-ns-json-schema-2020-12": "^1.9.0",
52
- "@swagger-api/apidom-ns-openapi-3-0": "^1.9.0",
48
+ "@swagger-api/apidom-ast": "^1.10.1",
49
+ "@swagger-api/apidom-core": "^1.10.1",
50
+ "@swagger-api/apidom-json-pointer": "^1.10.1",
51
+ "@swagger-api/apidom-ns-json-schema-2020-12": "^1.10.1",
52
+ "@swagger-api/apidom-ns-openapi-3-0": "^1.10.1",
53
53
  "@types/ramda": "~0.30.0",
54
54
  "ramda": "~0.30.0",
55
55
  "ramda-adjunct": "^5.0.0",
@@ -65,5 +65,5 @@
65
65
  "README.md",
66
66
  "CHANGELOG.md"
67
67
  ],
68
- "gitHead": "25c005d35205319822eef5ce48cfef2081da7cc3"
68
+ "gitHead": "156d40b3dc9f84a5e6bc77b27717a06dd0e2090b"
69
69
  }