@visulima/jsdoc-open-api 3.0.0-alpha.5 → 3.0.0-alpha.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## @visulima/jsdoc-open-api [3.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@3.0.0-alpha.6...@visulima/jsdoc-open-api@3.0.0-alpha.7) (2026-04-08)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **jsdoc-open-api:** add tsconfig.eslint.json for type-aware linting ([dd9a888](https://github.com/visulima/visulima/commit/dd9a88810a864e5ef8ee9a1cdf3cf742a4549cb3))
6
+ * **jsdoc-open-api:** apply prettier formatting ([25dae1b](https://github.com/visulima/visulima/commit/25dae1bd4d911921c1926c0212751cf4179087aa))
7
+ * **jsdoc-open-api:** migrate .prettierrc.cjs to prettier.config.js ([cbe2931](https://github.com/visulima/visulima/commit/cbe2931b52a65fcb2e86960acdc31c8ebc3c9c74))
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.7
13
+
14
+ ## @visulima/jsdoc-open-api [3.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@3.0.0-alpha.5...@visulima/jsdoc-open-api@3.0.0-alpha.6) (2026-03-26)
15
+
16
+ ### Features
17
+
18
+ * **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * update homepage URLs to visulima.com/packages/ format ([be42968](https://github.com/visulima/visulima/commit/be42968129df85fb074224435e33135ff44cab91))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.6
28
+
1
29
  ## @visulima/jsdoc-open-api [3.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@3.0.0-alpha.4...@visulima/jsdoc-open-api@3.0.0-alpha.5) (2026-03-26)
2
30
 
3
31
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/jsdoc-open-api",
3
- "version": "3.0.0-alpha.5",
3
+ "version": "3.0.0-alpha.7",
4
4
  "description": "Generates swagger doc based on JSDoc.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -14,7 +14,7 @@
14
14
  "cli",
15
15
  "command"
16
16
  ],
17
- "homepage": "https://www.visulima.com/docs/package/jsdoc-open-api",
17
+ "homepage": "https://visulima.com/packages/jsdoc-open-api/",
18
18
  "bugs": {
19
19
  "url": "https://github.com/visulima/visulima/issues"
20
20
  },
@@ -101,15 +101,15 @@
101
101
  ],
102
102
  "dependencies": {
103
103
  "@apidevtools/swagger-parser": "^12.1.0",
104
- "@visulima/fs": "5.0.0-alpha.5",
105
- "comment-parser": "^1.4.5",
104
+ "@visulima/fs": "5.0.0-alpha.7",
105
+ "comment-parser": "1.4.6",
106
106
  "lodash.mergewith": "^4.6.2",
107
107
  "yaml": "2.8.3"
108
108
  },
109
109
  "optionalDependencies": {
110
110
  "cli-progress": "^3.12.0",
111
111
  "commander": "^14.0.3",
112
- "webpack": "^5.105.4"
112
+ "webpack": "^5.106.0"
113
113
  },
114
114
  "engines": {
115
115
  "node": ">=22.13 <=25.x"