@visulima/jsdoc-open-api 2.0.10 → 2.0.11

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.11](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.10...@visulima/jsdoc-open-api@2.0.11) (2023-11-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated dep versions ([ed70375](https://github.com/visulima/visulima/commit/ed7037584477dbda4a8a6405a1104876e8a6c703))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/readdir:** upgraded to 2.0.10
13
+
1
14
  ## @visulima/jsdoc-open-api [2.0.10](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.9...@visulima/jsdoc-open-api@2.0.10) (2023-11-30)
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.10",
3
+ "version": "2.0.11",
4
4
  "description": "Generates swagger doc based on JSDoc.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -103,7 +103,7 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "@apidevtools/swagger-parser": "^10.1.0",
106
- "@visulima/readdir": "2.0.9",
106
+ "@visulima/readdir": "2.0.10",
107
107
  "comment-parser": "^1.4.1",
108
108
  "lodash.mergewith": "^4.6.2",
109
109
  "read-pkg-up": "^7.0.1",
@@ -113,7 +113,7 @@
113
113
  "@anolilab/eslint-config": "^15.0.2",
114
114
  "@anolilab/prettier-config": "^5.0.13",
115
115
  "@anolilab/semantic-release-preset": "^8.0.2",
116
- "@babel/core": "^7.23.3",
116
+ "@babel/core": "^7.23.5",
117
117
  "@rushstack/eslint-plugin-security": "^0.7.1",
118
118
  "@types/cli-progress": "^3.11.5",
119
119
  "@types/http-errors": "^2.0.4",