@swagger-api/apidom-parser-adapter-openapi-json-3-0 0.94.0 → 0.95.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
|
+
# [0.95.0](https://github.com/swagger-api/apidom/compare/v0.94.0...v0.95.0) (2024-02-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
|
|
9
|
+
|
|
6
10
|
# [0.94.0](https://github.com/swagger-api/apidom/compare/v0.93.0...v0.94.0) (2024-02-05)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
|
|
@@ -19030,8 +19030,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
19030
19030
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(22704);
|
|
19031
19031
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(56731);
|
|
19032
19032
|
/* harmony import */ var _Visitor_mjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(60444);
|
|
19033
|
-
/* harmony import */ var _traversal_visitor_mjs__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(31292);
|
|
19034
|
-
|
|
19035
19033
|
|
|
19036
19034
|
|
|
19037
19035
|
|
|
@@ -19097,13 +19095,7 @@ const SpecificationVisitor = stampit__WEBPACK_IMPORTED_MODULE_0__(_Visitor_mjs__
|
|
|
19097
19095
|
if (this.fallbackVisitorPrototype === visitorPrototype) {
|
|
19098
19096
|
return (0,_swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_7__.cloneDeep)(element);
|
|
19099
19097
|
}
|
|
19100
|
-
|
|
19101
|
-
// standard processing continues
|
|
19102
|
-
(0,_swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_8__.visit)(element, visitor, {
|
|
19103
|
-
keyMap: _traversal_visitor_mjs__WEBPACK_IMPORTED_MODULE_9__.keyMap,
|
|
19104
|
-
nodeTypeGetter: _traversal_visitor_mjs__WEBPACK_IMPORTED_MODULE_9__.getNodeType,
|
|
19105
|
-
...options
|
|
19106
|
-
});
|
|
19098
|
+
(0,_swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_8__.visit)(element, visitor, options);
|
|
19107
19099
|
return visitor.element;
|
|
19108
19100
|
}
|
|
19109
19101
|
}
|