@swagger-api/apidom-parser-adapter-openapi-json-3-0 1.0.0-beta.10 → 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,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.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-json-3-0
|
|
9
|
+
|
|
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)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
|
|
13
|
+
|
|
6
14
|
# [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
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
|
|
@@ -22559,7 +22559,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22559
22559
|
*/
|
|
22560
22560
|
class SpecificationVisitor extends _Visitor_mjs__WEBPACK_IMPORTED_MODULE_0__["default"] {
|
|
22561
22561
|
specObj;
|
|
22562
|
-
passingOptionsNames = ['specObj'];
|
|
22562
|
+
passingOptionsNames = ['specObj', 'parent'];
|
|
22563
22563
|
constructor({
|
|
22564
22564
|
specObj,
|
|
22565
22565
|
...rest
|
|
@@ -22596,7 +22596,7 @@ class SpecificationVisitor extends _Visitor_mjs__WEBPACK_IMPORTED_MODULE_0__["de
|
|
|
22596
22596
|
}
|
|
22597
22597
|
toRefractedElement(specPath, element, options = {}) {
|
|
22598
22598
|
/**
|
|
22599
|
-
* This is `Visitor shortcut`: mechanism for short
|
|
22599
|
+
* This is `Visitor shortcut`: mechanism for short-circuiting the traversal and replacing
|
|
22600
22600
|
* it by basic node cloning.
|
|
22601
22601
|
*
|
|
22602
22602
|
* Visiting the element is equivalent to cloning it if the prototype of a visitor
|
|
@@ -23442,7 +23442,7 @@ class JSONSchemaVisitor extends (0,ts_mixer__WEBPACK_IMPORTED_MODULE_0__.Mixin)(
|
|
|
23442
23442
|
this.handleDialectIdentifier(objectElement);
|
|
23443
23443
|
this.handleSchemaIdentifier(objectElement);
|
|
23444
23444
|
|
|
23445
|
-
// for further processing consider this
|
|
23445
|
+
// for further processing consider this JSONSchema Element as parent for all sub-schemas
|
|
23446
23446
|
this.parent = this.element;
|
|
23447
23447
|
return _generics_FixedFieldsVisitor_mjs__WEBPACK_IMPORTED_MODULE_1__["default"].prototype.ObjectElement.call(this, objectElement);
|
|
23448
23448
|
}
|