@visulima/jsdoc-open-api 2.0.88 → 2.0.89
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 +15 -0
- package/LICENSE.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [2.0.89](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.88...@visulima/jsdoc-open-api@2.0.89) (2025-10-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@visulima/fs:** upgraded to 4.0.2
|
|
15
|
+
|
|
1
16
|
## @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
17
|
|
|
3
18
|
### Miscellaneous Chores
|
package/LICENSE.md
CHANGED
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.89",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
],
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@apidevtools/swagger-parser": "^12.1.0",
|
|
91
|
-
"@visulima/fs": "4.0.
|
|
91
|
+
"@visulima/fs": "4.0.2",
|
|
92
92
|
"comment-parser": "^1.4.1",
|
|
93
93
|
"lodash.mergewith": "^4.6.2",
|
|
94
|
-
"publint": "^0.3.
|
|
94
|
+
"publint": "^0.3.15",
|
|
95
95
|
"read-pkg-up": "^7.0.1",
|
|
96
96
|
"yaml": "^2.8.1"
|
|
97
97
|
},
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"webpack": "^5.102.1"
|
|
102
102
|
},
|
|
103
103
|
"engines": {
|
|
104
|
-
"node": ">=18.0.0 <=
|
|
104
|
+
"node": ">=18.0.0 <=25.x"
|
|
105
105
|
},
|
|
106
106
|
"os": [
|
|
107
107
|
"darwin",
|