@swagger-api/apidom-parser-adapter-openapi-yaml-3-1 0.69.0 → 0.69.2

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.69.2](https://github.com/swagger-api/apidom/compare/v0.69.1...v0.69.2) (2023-04-03)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
9
+
10
+ ## [0.69.1](https://github.com/swagger-api/apidom/compare/v0.69.0...v0.69.1) (2023-03-28)
11
+
12
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-3-1
13
+
6
14
  # [0.69.0](https://github.com/swagger-api/apidom/compare/v0.68.1...v0.69.0) (2023-02-28)
7
15
 
8
16
  ### Features
@@ -12890,8 +12890,7 @@ __webpack_require__.r(__webpack_exports__);
12890
12890
  /* harmony export */ });
12891
12891
  /* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86591);
12892
12892
 
12893
- let YamlStyle;
12894
- (function (YamlStyle) {
12893
+ let YamlStyle = /*#__PURE__*/function (YamlStyle) {
12895
12894
  YamlStyle["Plain"] = "Plain";
12896
12895
  YamlStyle["SingleQuoted"] = "SingleQuoted";
12897
12896
  YamlStyle["DoubleQuoted"] = "DoubleQuoted";
@@ -12901,12 +12900,13 @@ let YamlStyle;
12901
12900
  YamlStyle["SinglePair"] = "SinglePair";
12902
12901
  YamlStyle["NextLine"] = "NextLine";
12903
12902
  YamlStyle["InLine"] = "InLine";
12904
- })(YamlStyle || (YamlStyle = {}));
12905
- let YamlStyleGroup;
12906
- (function (YamlStyleGroup) {
12903
+ return YamlStyle;
12904
+ }({});
12905
+ let YamlStyleGroup = /*#__PURE__*/function (YamlStyleGroup) {
12907
12906
  YamlStyleGroup["Flow"] = "Flow";
12908
12907
  YamlStyleGroup["Block"] = "Block";
12909
- })(YamlStyleGroup || (YamlStyleGroup = {}));
12908
+ return YamlStyleGroup;
12909
+ }({});
12910
12910
  const YamlStyleModel = stampit__WEBPACK_IMPORTED_MODULE_0__({
12911
12911
  props: {
12912
12912
  styleGroup: null,
@@ -12930,12 +12930,12 @@ __webpack_require__.r(__webpack_exports__);
12930
12930
  /* harmony import */ var _Node_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(78688);
12931
12931
 
12932
12932
 
12933
- let YamlNodeKind;
12934
- (function (YamlNodeKind) {
12933
+ let YamlNodeKind = /*#__PURE__*/function (YamlNodeKind) {
12935
12934
  YamlNodeKind["Scalar"] = "Scalar";
12936
12935
  YamlNodeKind["Sequence"] = "Sequence";
12937
12936
  YamlNodeKind["Mapping"] = "Mapping";
12938
- })(YamlNodeKind || (YamlNodeKind = {}));
12937
+ return YamlNodeKind;
12938
+ }({});
12939
12939
  const YamlTag = stampit__WEBPACK_IMPORTED_MODULE_0__(_Node_js__WEBPACK_IMPORTED_MODULE_1__["default"], {
12940
12940
  statics: {
12941
12941
  type: 'tag'
@@ -49223,7 +49223,7 @@ var zipWith =
49223
49223
  /******/ var document = __webpack_require__.g.document;
49224
49224
  /******/ if (!scriptUrl && document) {
49225
49225
  /******/ if (document.currentScript)
49226
- /******/ scriptUrl = document.currentScript.src
49226
+ /******/ scriptUrl = document.currentScript.src;
49227
49227
  /******/ if (!scriptUrl) {
49228
49228
  /******/ var scripts = document.getElementsByTagName("script");
49229
49229
  /******/ if(scripts.length) scriptUrl = scripts[scripts.length - 1].src