@swagger-api/apidom-parser-adapter-openapi-yaml-3-1 0.87.0 → 0.89.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,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
|
+
# [0.89.0](https://github.com/swagger-api/apidom/compare/v0.88.0...v0.89.0) (2023-12-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
|
|
9
|
+
|
|
10
|
+
# [0.88.0](https://github.com/swagger-api/apidom/compare/v0.87.0...v0.88.0) (2023-12-15)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
|
|
13
|
+
|
|
6
14
|
# [0.87.0](https://github.com/swagger-api/apidom/compare/v0.86.0...v0.87.0) (2023-12-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
|
|
@@ -20438,7 +20438,7 @@ class JSONSchema extends _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_0__.O
|
|
|
20438
20438
|
return this.get('$schema');
|
|
20439
20439
|
}
|
|
20440
20440
|
set $schema($schema) {
|
|
20441
|
-
this.set('
|
|
20441
|
+
this.set('$schema', $schema);
|
|
20442
20442
|
}
|
|
20443
20443
|
|
|
20444
20444
|
/**
|
|
@@ -29851,7 +29851,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29851
29851
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
29852
29852
|
/* harmony export */ });
|
|
29853
29853
|
/* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86591);
|
|
29854
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
29854
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2335);
|
|
29855
29855
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(16360);
|
|
29856
29856
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(82434);
|
|
29857
29857
|
/* harmony import */ var _elements_Paths_mjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14666);
|
|
@@ -29867,7 +29867,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29867
29867
|
|
|
29868
29868
|
const PathsVisitor = stampit__WEBPACK_IMPORTED_MODULE_0__(_generics_PatternedFieldsVisitor_mjs__WEBPACK_IMPORTED_MODULE_1__["default"], _FallbackVisitor_mjs__WEBPACK_IMPORTED_MODULE_2__["default"], {
|
|
29869
29869
|
props: {
|
|
29870
|
-
fieldPatternPredicate:
|
|
29870
|
+
fieldPatternPredicate: ramda__WEBPACK_IMPORTED_MODULE_3__["default"],
|
|
29871
29871
|
specPath: (0,ramda__WEBPACK_IMPORTED_MODULE_4__["default"])(['document', 'objects', 'PathItem']),
|
|
29872
29872
|
canSupportSpecificationExtensions: true
|
|
29873
29873
|
},
|
|
@@ -29881,6 +29881,8 @@ const PathsVisitor = stampit__WEBPACK_IMPORTED_MODULE_0__(_generics_PatternedFie
|
|
|
29881
29881
|
|
|
29882
29882
|
// decorate every PathItemElement with path metadata
|
|
29883
29883
|
this.element.filter(_predicates_mjs__WEBPACK_IMPORTED_MODULE_6__.isPathItemElement).forEach((pathItemElement, key) => {
|
|
29884
|
+
key.classes.push('openapi-path-template');
|
|
29885
|
+
key.classes.push('path-template');
|
|
29884
29886
|
pathItemElement.setMetaProperty('path', (0,_swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_7__.cloneDeep)(key));
|
|
29885
29887
|
});
|
|
29886
29888
|
return result;
|