@swagger-api/apidom-parser-adapter-asyncapi-yaml-3 1.1.0 → 1.2.0
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.2.0](https://github.com/swagger-api/apidom/compare/v1.1.0...v1.2.0) (2026-01-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-yaml-3
|
|
9
|
+
|
|
6
10
|
# [1.1.0](https://github.com/swagger-api/apidom/compare/v1.0.2...v1.1.0) (2025-12-19)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-yaml-3
|
|
@@ -14447,10 +14447,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14447
14447
|
/* harmony export */ });
|
|
14448
14448
|
/* harmony import */ var ts_mixer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17028);
|
|
14449
14449
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(29498);
|
|
14450
|
-
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(50726);
|
|
14451
14450
|
/* harmony import */ var _elements_Reference_mjs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(73405);
|
|
14452
14451
|
/* harmony import */ var _generics_FixedFieldsVisitor_mjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(86437);
|
|
14453
14452
|
/* harmony import */ var _FallbackVisitor_mjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(58057);
|
|
14453
|
+
/* harmony import */ var _predicates_mjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(18323);
|
|
14454
14454
|
|
|
14455
14455
|
|
|
14456
14456
|
|
|
@@ -14472,9 +14472,7 @@ class ChannelVisitor extends (0,ts_mixer__WEBPACK_IMPORTED_MODULE_0__.Mixin)(_ge
|
|
|
14472
14472
|
}
|
|
14473
14473
|
ObjectElement(objectElement) {
|
|
14474
14474
|
const result = _generics_FixedFieldsVisitor_mjs__WEBPACK_IMPORTED_MODULE_1__["default"].prototype.ObjectElement.call(this, objectElement);
|
|
14475
|
-
|
|
14476
|
-
// mark this ReferenceElement with reference metadata
|
|
14477
|
-
if ((0,_swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_5__.isStringElement)(this.element.$ref)) {
|
|
14475
|
+
if ((0,_predicates_mjs__WEBPACK_IMPORTED_MODULE_5__.isReferenceLikeElement)(objectElement)) {
|
|
14478
14476
|
this.element.classes.push('reference-element');
|
|
14479
14477
|
this.element.setMetaProperty('referenced-element', 'channel');
|
|
14480
14478
|
}
|