@swagger-api/apidom-parser-adapter-json 0.84.0 → 0.86.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.86.0](https://github.com/swagger-api/apidom/compare/v0.85.0...v0.86.0) (2023-12-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
|
|
9
|
+
|
|
10
|
+
# [0.85.0](https://github.com/swagger-api/apidom/compare/v0.84.0...v0.85.0) (2023-11-30)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
|
|
13
|
+
|
|
6
14
|
# [0.84.0](https://github.com/swagger-api/apidom/compare/v0.83.0...v0.84.0) (2023-11-24)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
|
|
@@ -375,7 +375,6 @@ const CstVisitor = stampit__WEBPACK_IMPORTED_MODULE_0___default()({
|
|
|
375
375
|
}
|
|
376
376
|
return null; // remove everything unrecognized
|
|
377
377
|
};
|
|
378
|
-
|
|
379
378
|
this.document = function document(node) {
|
|
380
379
|
const element = new _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_1__.ParseResultElement();
|
|
381
380
|
// @ts-ignore
|
|
@@ -14428,7 +14427,6 @@ const Node = stampit__WEBPACK_IMPORTED_MODULE_0__({
|
|
|
14428
14427
|
// @ts-ignore
|
|
14429
14428
|
Object.defineProperty(copy, propKey, descriptor); // (4)
|
|
14430
14429
|
});
|
|
14431
|
-
|
|
14432
14430
|
return copy;
|
|
14433
14431
|
}
|
|
14434
14432
|
}
|
|
@@ -15268,7 +15266,6 @@ visitor, {
|
|
|
15268
15266
|
if (edits.length !== 0) {
|
|
15269
15267
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
15270
15268
|
}
|
|
15271
|
-
|
|
15272
15269
|
return root;
|
|
15273
15270
|
};
|
|
15274
15271
|
|
|
@@ -15374,7 +15371,6 @@ visitor, {
|
|
|
15374
15371
|
// retrieve result
|
|
15375
15372
|
result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
|
|
15376
15373
|
}
|
|
15377
|
-
|
|
15378
15374
|
if (result === breakSymbol) {
|
|
15379
15375
|
break;
|
|
15380
15376
|
}
|
|
@@ -15421,7 +15417,6 @@ visitor, {
|
|
|
15421
15417
|
if (edits.length !== 0) {
|
|
15422
15418
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
15423
15419
|
}
|
|
15424
|
-
|
|
15425
15420
|
return root;
|
|
15426
15421
|
};
|
|
15427
15422
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-parser-adapter-json",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.86.0",
|
|
4
4
|
"description": "Parser adapter for parsing JSON documents into base namespace.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"license": "Apache-2.0",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/runtime-corejs3": "^7.20.7",
|
|
56
|
-
"@swagger-api/apidom-ast": "^0.
|
|
57
|
-
"@swagger-api/apidom-core": "^0.
|
|
58
|
-
"@swagger-api/apidom-error": "^0.
|
|
56
|
+
"@swagger-api/apidom-ast": "^0.86.0",
|
|
57
|
+
"@swagger-api/apidom-core": "^0.86.0",
|
|
58
|
+
"@swagger-api/apidom-error": "^0.86.0",
|
|
59
59
|
"@types/ramda": "~0.29.6",
|
|
60
60
|
"ramda": "~0.29.1",
|
|
61
61
|
"ramda-adjunct": "^4.1.1",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"README.md",
|
|
79
79
|
"CHANGELOG.md"
|
|
80
80
|
],
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "13eb0bd9d45950dfa21a65bc4bc8ac608e0802d0"
|
|
82
82
|
}
|