@swagger-api/apidom-parser-adapter-openapi-yaml-2 1.0.0-beta.10 → 1.0.0-beta.11
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.11](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2025-01-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-2
|
|
9
|
+
|
|
6
10
|
# [1.0.0-beta.10](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2025-01-25)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-2
|
|
@@ -25090,7 +25090,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25090
25090
|
*/
|
|
25091
25091
|
class SpecificationVisitor extends _Visitor_mjs__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
25092
25092
|
specObj;
|
|
25093
|
-
passingOptionsNames = ['specObj'];
|
|
25093
|
+
passingOptionsNames = ['specObj', 'parent'];
|
|
25094
25094
|
constructor({
|
|
25095
25095
|
specObj,
|
|
25096
25096
|
...rest
|
|
@@ -25127,7 +25127,7 @@ class SpecificationVisitor extends _Visitor_mjs__WEBPACK_IMPORTED_MODULE_0__["de
|
|
|
25127
25127
|
}
|
|
25128
25128
|
toRefractedElement(specPath, element, options = {}) {
|
|
25129
25129
|
/**
|
|
25130
|
-
* This is `Visitor shortcut`: mechanism for short
|
|
25130
|
+
* This is `Visitor shortcut`: mechanism for short-circuiting the traversal and replacing
|
|
25131
25131
|
* it by basic node cloning.
|
|
25132
25132
|
*
|
|
25133
25133
|
* Visiting the element is equivalent to cloning it if the prototype of a visitor
|
|
@@ -25973,7 +25973,7 @@ class JSONSchemaVisitor extends (0,ts_mixer__WEBPACK_IMPORTED_MODULE_0__.Mixin)(
|
|
|
25973
25973
|
this.handleDialectIdentifier(objectElement);
|
|
25974
25974
|
this.handleSchemaIdentifier(objectElement);
|
|
25975
25975
|
|
|
25976
|
-
// for further processing consider this
|
|
25976
|
+
// for further processing consider this JSONSchema Element as parent for all sub-schemas
|
|
25977
25977
|
this.parent = this.element;
|
|
25978
25978
|
return _generics_FixedFieldsVisitor_mjs__WEBPACK_IMPORTED_MODULE_1__["default"].prototype.ObjectElement.call(this, objectElement);
|
|
25979
25979
|
}
|