@visulima/jsdoc-open-api 2.0.39 → 2.0.41
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 +21 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [2.0.41](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.40...@visulima/jsdoc-open-api@2.0.41) (2024-05-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **jsdoc-open-api:** updated yaml to 2.4.2 ([1599e29](https://github.com/visulima/visulima/commit/1599e29831ad14ffba23f392f48e7ea6b6637cbd))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/fs:** upgraded to 2.0.9
|
|
13
|
+
|
|
14
|
+
## @visulima/jsdoc-open-api [2.0.40](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.39...@visulima/jsdoc-open-api@2.0.40) (2024-04-27)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* **@visulima/fs:** upgraded to 2.0.8
|
|
21
|
+
|
|
1
22
|
## @visulima/jsdoc-open-api [2.0.39](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.38...@visulima/jsdoc-open-api@2.0.39) (2024-04-17)
|
|
2
23
|
|
|
3
24
|
|
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.41",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -104,25 +104,25 @@
|
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
107
|
-
"@visulima/fs": "2.0.
|
|
107
|
+
"@visulima/fs": "2.0.9",
|
|
108
108
|
"comment-parser": "^1.4.1",
|
|
109
109
|
"lodash.mergewith": "^4.6.2",
|
|
110
110
|
"read-pkg-up": "^7.0.1",
|
|
111
|
-
"yaml": "^2.4.
|
|
111
|
+
"yaml": "^2.4.2"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@anolilab/eslint-config": "^15.0.3",
|
|
115
115
|
"@anolilab/prettier-config": "^5.0.14",
|
|
116
116
|
"@anolilab/semantic-release-preset": "^8.0.3",
|
|
117
|
-
"@babel/core": "^7.24.
|
|
117
|
+
"@babel/core": "^7.24.5",
|
|
118
118
|
"@rushstack/eslint-plugin-security": "^0.8.1",
|
|
119
119
|
"@types/cli-progress": "^3.11.5",
|
|
120
120
|
"@types/http-errors": "^2.0.4",
|
|
121
121
|
"@types/lodash.mergewith": "^4.6.9",
|
|
122
122
|
"@types/node": "18.18.14",
|
|
123
123
|
"@types/webpack": "^5.28.5",
|
|
124
|
-
"@vitest/coverage-v8": "^1.
|
|
125
|
-
"@vitest/ui": "^1.
|
|
124
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
125
|
+
"@vitest/ui": "^1.6.0",
|
|
126
126
|
"cli-progress": "^3.12.0",
|
|
127
127
|
"commander": "^12.0.0",
|
|
128
128
|
"cross-env": "^7.0.3",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"sort-package-json": "^2.10.0",
|
|
141
141
|
"tsup": "^8.0.2",
|
|
142
142
|
"typescript": "^5.4.5",
|
|
143
|
-
"vitest": "^1.
|
|
143
|
+
"vitest": "^1.6.0",
|
|
144
144
|
"webpack": "^5.91.0"
|
|
145
145
|
},
|
|
146
146
|
"optionalDependencies": {
|