@swagger-api/apidom-ns-api-design-systems 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-ns-api-design-systems
|
|
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-ns-api-design-systems
|
|
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-ns-api-design-systems
|
|
@@ -14623,7 +14623,6 @@ visitor, {
|
|
|
14623
14623
|
if (edits.length !== 0) {
|
|
14624
14624
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
14625
14625
|
}
|
|
14626
|
-
|
|
14627
14626
|
return root;
|
|
14628
14627
|
};
|
|
14629
14628
|
|
|
@@ -14729,7 +14728,6 @@ visitor, {
|
|
|
14729
14728
|
// retrieve result
|
|
14730
14729
|
result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
|
|
14731
14730
|
}
|
|
14732
|
-
|
|
14733
14731
|
if (result === breakSymbol) {
|
|
14734
14732
|
break;
|
|
14735
14733
|
}
|
|
@@ -14776,7 +14774,6 @@ visitor, {
|
|
|
14776
14774
|
if (edits.length !== 0) {
|
|
14777
14775
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
14778
14776
|
}
|
|
14779
|
-
|
|
14780
14777
|
return root;
|
|
14781
14778
|
};
|
|
14782
14779
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-ns-api-design-systems",
|
|
3
3
|
"description": "API Design Systems 2021-05-07 namespace for ApiDOM.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.86.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"registry": "https://registry.npmjs.org"
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"license": "Apache-2.0",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@babel/runtime-corejs3": "^7.20.7",
|
|
45
|
-
"@swagger-api/apidom-core": "^0.
|
|
46
|
-
"@swagger-api/apidom-error": "^0.
|
|
47
|
-
"@swagger-api/apidom-ns-openapi-3-1": "^0.
|
|
45
|
+
"@swagger-api/apidom-core": "^0.86.0",
|
|
46
|
+
"@swagger-api/apidom-error": "^0.86.0",
|
|
47
|
+
"@swagger-api/apidom-ns-openapi-3-1": "^0.86.0",
|
|
48
48
|
"@types/ramda": "~0.29.6",
|
|
49
49
|
"ramda": "~0.29.1",
|
|
50
50
|
"ramda-adjunct": "^4.1.1",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"README.md",
|
|
61
61
|
"CHANGELOG.md"
|
|
62
62
|
],
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "13eb0bd9d45950dfa21a65bc4bc8ac608e0802d0"
|
|
64
64
|
}
|