@swagger-api/apidom-ns-openapi-2 1.10.0 → 1.10.2
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.2](https://github.com/swagger-api/apidom/compare/v1.10.1...v1.10.2) (2026-04-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-ns-openapi-2
|
|
9
|
+
|
|
10
|
+
## [1.10.1](https://github.com/swagger-api/apidom/compare/v1.10.0...v1.10.1) (2026-04-07)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-ns-openapi-2
|
|
13
|
+
|
|
6
14
|
# [1.10.0](https://github.com/swagger-api/apidom/compare/v1.9.0...v1.10.0) (2026-04-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-ns-openapi-2
|
|
@@ -5597,7 +5597,7 @@
|
|
|
5597
5597
|
* @name has
|
|
5598
5598
|
* @memberOf SetCache
|
|
5599
5599
|
* @param {*} value The value to search for.
|
|
5600
|
-
* @returns {
|
|
5600
|
+
* @returns {boolean} Returns `true` if `value` is found, else `false`.
|
|
5601
5601
|
*/
|
|
5602
5602
|
|
|
5603
5603
|
var _setCacheHas;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-ns-openapi-2",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.2",
|
|
4
4
|
"description": "OpenAPI 2.0 namespace for ApiDOM.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"license": "Apache-2.0",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@babel/runtime-corejs3": "^7.26.10",
|
|
45
|
-
"@swagger-api/apidom-core": "^1.10.
|
|
46
|
-
"@swagger-api/apidom-error": "^1.10.
|
|
47
|
-
"@swagger-api/apidom-ns-json-schema-draft-4": "^1.10.
|
|
45
|
+
"@swagger-api/apidom-core": "^1.10.2",
|
|
46
|
+
"@swagger-api/apidom-error": "^1.10.2",
|
|
47
|
+
"@swagger-api/apidom-ns-json-schema-draft-4": "^1.10.2",
|
|
48
48
|
"@types/ramda": "~0.30.0",
|
|
49
49
|
"ramda": "~0.30.0",
|
|
50
50
|
"ramda-adjunct": "^5.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"README.md",
|
|
61
61
|
"CHANGELOG.md"
|
|
62
62
|
],
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "0d5f18c07ff1c52d406c8af97948de0e5654aa38"
|
|
64
64
|
}
|