@visulima/jsdoc-open-api 2.0.73 → 2.0.75

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
@@ -1,3 +1,25 @@
1
+ ## @visulima/jsdoc-open-api [2.0.75](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.74...@visulima/jsdoc-open-api@2.0.75) (2025-01-29)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 3.1.0
7
+
8
+ ## @visulima/jsdoc-open-api [2.0.74](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.73...@visulima/jsdoc-open-api@2.0.74) (2025-01-25)
9
+
10
+ ### Bug Fixes
11
+
12
+ * fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@visulima/fs:** upgraded to 3.0.1
22
+
1
23
  ## @visulima/jsdoc-open-api [2.0.73](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.72...@visulima/jsdoc-open-api@2.0.73) (2025-01-25)
2
24
 
3
25
  ### Miscellaneous Chores
package/README.md CHANGED
@@ -338,7 +338,7 @@ Supported authentication methods are:
338
338
  For more information, see [Authentication](/docs/short/authentication.md).
339
339
 
340
340
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
341
- [typescript-url]: "typescript"
341
+ [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
342
342
  [license-image]: https://img.shields.io/npm/l/@visulima/jsdoc-open-api?color=blueviolet&style=for-the-badge
343
343
  [license-url]: LICENSE.md "license"
344
344
  [npm-image]: https://img.shields.io/npm/v/@visulima/jsdoc-open-api/latest.svg?style=for-the-badge&logo=npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/jsdoc-open-api",
3
- "version": "2.0.73",
3
+ "version": "2.0.75",
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": "^10.1.1",
91
- "@visulima/fs": "3.0.0",
91
+ "@visulima/fs": "3.1.0",
92
92
  "comment-parser": "^1.4.1",
93
93
  "lodash.mergewith": "^4.6.2",
94
94
  "read-pkg-up": "^7.0.1",
@@ -100,7 +100,7 @@
100
100
  "webpack": "^5.97.1"
101
101
  },
102
102
  "engines": {
103
- "node": ">=18.* <=23.*"
103
+ "node": ">=18.0.0 <=23.x"
104
104
  },
105
105
  "os": [
106
106
  "darwin",