@swagger-api/apidom-parser-adapter-openapi-yaml-3-1 1.0.0-beta.11 → 1.0.0-beta.12
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.0.0-beta.12](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2025-02-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
|
|
9
|
+
|
|
6
10
|
# [1.0.0-beta.11](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2025-01-27)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
|
|
@@ -40521,7 +40521,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40521
40521
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
40522
40522
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
40523
40523
|
/* harmony export */ });
|
|
40524
|
-
/* harmony import */ var
|
|
40524
|
+
/* harmony import */ var _swagger_api_apidom_ns_json_schema_2020_12__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38505);
|
|
40525
40525
|
|
|
40526
40526
|
|
|
40527
40527
|
/**
|
|
@@ -40531,7 +40531,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
40531
40531
|
/**
|
|
40532
40532
|
* @public
|
|
40533
40533
|
*/
|
|
40534
|
-
class $defsVisitor extends
|
|
40534
|
+
class $defsVisitor extends _swagger_api_apidom_ns_json_schema_2020_12__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
40535
40535
|
constructor(options) {
|
|
40536
40536
|
super(options);
|
|
40537
40537
|
this.passingOptionsNames.push('parent');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-parser-adapter-openapi-yaml-3-1",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.12",
|
|
4
4
|
"description": "Parser adapter for parsing YAML documents into OpenAPI 3.1.x namespace.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"license": "Apache-2.0",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@babel/runtime-corejs3": "^7.20.7",
|
|
46
|
-
"@swagger-api/apidom-core": "^1.0.0-beta.
|
|
47
|
-
"@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-beta.
|
|
48
|
-
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-beta.
|
|
46
|
+
"@swagger-api/apidom-core": "^1.0.0-beta.12",
|
|
47
|
+
"@swagger-api/apidom-ns-openapi-3-1": "^1.0.0-beta.12",
|
|
48
|
+
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^1.0.0-beta.12",
|
|
49
49
|
"@types/ramda": "~0.30.0",
|
|
50
50
|
"ramda": "~0.30.0",
|
|
51
51
|
"ramda-adjunct": "^5.0.0"
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"README.md",
|
|
61
61
|
"CHANGELOG.md"
|
|
62
62
|
],
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "1b61144bc3fb791bb62baee30b07f2a3199108f6"
|
|
64
64
|
}
|