@swagger-api/apidom-parser-adapter-api-design-systems-yaml 0.84.0 → 0.85.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.85.0](https://github.com/swagger-api/apidom/compare/v0.84.0...v0.85.0) (2023-11-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
|
|
9
|
+
|
|
6
10
|
# [0.84.0](https://github.com/swagger-api/apidom/compare/v0.83.0...v0.84.0) (2023-11-24)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
|
|
@@ -16007,7 +16007,6 @@ const Node = stampit__WEBPACK_IMPORTED_MODULE_0__({
|
|
|
16007
16007
|
// @ts-ignore
|
|
16008
16008
|
Object.defineProperty(copy, propKey, descriptor); // (4)
|
|
16009
16009
|
});
|
|
16010
|
-
|
|
16011
16010
|
return copy;
|
|
16012
16011
|
}
|
|
16013
16012
|
}
|
|
@@ -16481,7 +16480,6 @@ visitor, {
|
|
|
16481
16480
|
if (edits.length !== 0) {
|
|
16482
16481
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
16483
16482
|
}
|
|
16484
|
-
|
|
16485
16483
|
return root;
|
|
16486
16484
|
};
|
|
16487
16485
|
|
|
@@ -16587,7 +16585,6 @@ visitor, {
|
|
|
16587
16585
|
// retrieve result
|
|
16588
16586
|
result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
|
|
16589
16587
|
}
|
|
16590
|
-
|
|
16591
16588
|
if (result === breakSymbol) {
|
|
16592
16589
|
break;
|
|
16593
16590
|
}
|
|
@@ -16634,7 +16631,6 @@ visitor, {
|
|
|
16634
16631
|
if (edits.length !== 0) {
|
|
16635
16632
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
16636
16633
|
}
|
|
16637
|
-
|
|
16638
16634
|
return root;
|
|
16639
16635
|
};
|
|
16640
16636
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-parser-adapter-api-design-systems-yaml",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.85.0",
|
|
4
4
|
"description": "Parser adapter for parsing YAML documents into API Design Systems namespace.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@babel/runtime-corejs3": "^7.20.7",
|
|
41
|
-
"@swagger-api/apidom-core": "^0.
|
|
42
|
-
"@swagger-api/apidom-ns-api-design-systems": "^0.
|
|
43
|
-
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.
|
|
41
|
+
"@swagger-api/apidom-core": "^0.85.0",
|
|
42
|
+
"@swagger-api/apidom-ns-api-design-systems": "^0.85.0",
|
|
43
|
+
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.85.0",
|
|
44
44
|
"@types/ramda": "~0.29.6",
|
|
45
45
|
"ramda": "~0.29.1",
|
|
46
46
|
"ramda-adjunct": "^4.0.0"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"README.md",
|
|
56
56
|
"CHANGELOG.md"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "beedab14f203c2b029ff83d4c6532669b0783aa1"
|
|
59
59
|
}
|