@visulima/jsdoc-open-api 2.0.36 → 2.0.37
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 +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [2.0.37](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.36...@visulima/jsdoc-open-api@2.0.37) (2024-04-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Dependencies
|
|
6
|
+
|
|
7
|
+
* **@visulima/fs:** upgraded to 2.0.5
|
|
8
|
+
|
|
1
9
|
## @visulima/jsdoc-open-api [2.0.36](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.35...@visulima/jsdoc-open-api@2.0.36) (2024-04-02)
|
|
2
10
|
|
|
3
11
|
|
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.37",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
},
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
107
|
-
"@visulima/fs": "2.0.
|
|
107
|
+
"@visulima/fs": "2.0.5",
|
|
108
108
|
"comment-parser": "^1.4.1",
|
|
109
109
|
"lodash.mergewith": "^4.6.2",
|
|
110
110
|
"read-pkg-up": "^7.0.1",
|
|
@@ -114,7 +114,7 @@
|
|
|
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.4",
|
|
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",
|
|
@@ -131,15 +131,15 @@
|
|
|
131
131
|
"eslint-plugin-etc": "^2.0.3",
|
|
132
132
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
133
133
|
"eslint-plugin-mdx": "^3.1.5",
|
|
134
|
-
"eslint-plugin-vitest": "^0.4.
|
|
134
|
+
"eslint-plugin-vitest": "^0.4.1",
|
|
135
135
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
136
136
|
"openapi-types": "^12.1.3",
|
|
137
137
|
"prettier": "^3.2.5",
|
|
138
138
|
"rimraf": "^5.0.5",
|
|
139
|
-
"semantic-release": "^23.0.
|
|
139
|
+
"semantic-release": "^23.0.7",
|
|
140
140
|
"sort-package-json": "^2.10.0",
|
|
141
141
|
"tsup": "^8.0.2",
|
|
142
|
-
"typescript": "^5.4.
|
|
142
|
+
"typescript": "^5.4.4",
|
|
143
143
|
"vitest": "^1.4.0",
|
|
144
144
|
"webpack": "^5.91.0"
|
|
145
145
|
},
|