@swagger-api/apidom-parser-adapter-api-design-systems-json 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-json
|
|
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-json
|
|
@@ -14352,7 +14352,6 @@ const Node = stampit__WEBPACK_IMPORTED_MODULE_0__({
|
|
|
14352
14352
|
// @ts-ignore
|
|
14353
14353
|
Object.defineProperty(copy, propKey, descriptor); // (4)
|
|
14354
14354
|
});
|
|
14355
|
-
|
|
14356
14355
|
return copy;
|
|
14357
14356
|
}
|
|
14358
14357
|
}
|
|
@@ -15192,7 +15191,6 @@ visitor, {
|
|
|
15192
15191
|
if (edits.length !== 0) {
|
|
15193
15192
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
15194
15193
|
}
|
|
15195
|
-
|
|
15196
15194
|
return root;
|
|
15197
15195
|
};
|
|
15198
15196
|
|
|
@@ -15298,7 +15296,6 @@ visitor, {
|
|
|
15298
15296
|
// retrieve result
|
|
15299
15297
|
result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
|
|
15300
15298
|
}
|
|
15301
|
-
|
|
15302
15299
|
if (result === breakSymbol) {
|
|
15303
15300
|
break;
|
|
15304
15301
|
}
|
|
@@ -15345,7 +15342,6 @@ visitor, {
|
|
|
15345
15342
|
if (edits.length !== 0) {
|
|
15346
15343
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
15347
15344
|
}
|
|
15348
|
-
|
|
15349
15345
|
return root;
|
|
15350
15346
|
};
|
|
15351
15347
|
|
|
@@ -18710,7 +18706,6 @@ const CstVisitor = stampit__WEBPACK_IMPORTED_MODULE_0__({
|
|
|
18710
18706
|
}
|
|
18711
18707
|
return null; // remove everything unrecognized
|
|
18712
18708
|
};
|
|
18713
|
-
|
|
18714
18709
|
this.document = function document(node) {
|
|
18715
18710
|
const element = new _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_1__.ParseResultElement();
|
|
18716
18711
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-parser-adapter-api-design-systems-json",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.85.0",
|
|
4
4
|
"description": "Parser adapter for parsing JSON 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-json": "^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-json": "^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
|
}
|