@visulima/jsdoc-open-api 2.0.86 → 2.0.88
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 +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [2.0.88](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.87...@visulima/jsdoc-open-api@2.0.88) (2025-10-20)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 4.0.1
|
|
11
|
+
|
|
12
|
+
## @visulima/jsdoc-open-api [2.0.87](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.86...@visulima/jsdoc-open-api@2.0.87) (2025-10-15)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* downgraded `@visulima/fs` to version 3.1.9. ([42ab6eb](https://github.com/visulima/visulima/commit/42ab6eb2470c583e30510d2970431b0216ab45fb))
|
|
17
|
+
|
|
1
18
|
## @visulima/jsdoc-open-api [2.0.86](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.85...@visulima/jsdoc-open-api@2.0.86) (2025-10-15)
|
|
2
19
|
|
|
3
20
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/jsdoc-open-api",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.88",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
],
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@apidevtools/swagger-parser": "^12.1.0",
|
|
91
|
-
"@visulima/fs": "4.0.
|
|
91
|
+
"@visulima/fs": "4.0.1",
|
|
92
92
|
"comment-parser": "^1.4.1",
|
|
93
93
|
"lodash.mergewith": "^4.6.2",
|
|
94
94
|
"publint": "^0.3.14",
|