@visulima/jsdoc-open-api 2.0.8 → 2.0.9

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## @visulima/jsdoc-open-api [2.0.9](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.8...@visulima/jsdoc-open-api@2.0.9) (2023-11-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixed the homepage url of the package ([02075ce](https://github.com/visulima/visulima/commit/02075ce997d62c1caf79690b32dd2f931e64bebe))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/readdir:** upgraded to 2.0.8
13
+
1
14
  ## @visulima/jsdoc-open-api [2.0.8](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.7...@visulima/jsdoc-open-api@2.0.8) (2023-11-02)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/jsdoc-open-api",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
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://visulima.com/packages/jsdoc-open-api",
17
+ "homepage": "https://www.visulima.com/docs/package/jsdoc-open-api",
18
18
  "bugs": {
19
19
  "url": "https://github.com/visulima/visulima/issues"
20
20
  },
@@ -103,7 +103,7 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "@apidevtools/swagger-parser": "^10.1.0",
106
- "@visulima/readdir": "2.0.7",
106
+ "@visulima/readdir": "2.0.8",
107
107
  "comment-parser": "^1.4.1",
108
108
  "lodash.mergewith": "^4.6.2",
109
109
  "read-pkg-up": "^7.0.1",