@visulima/jsdoc-open-api 2.0.51 → 2.0.52
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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [2.0.52](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.51...@visulima/jsdoc-open-api@2.0.52) (2024-07-02)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* changed typescript version back to 5.4.5 ([55d28bb](https://github.com/visulima/visulima/commit/55d28bbdc103718d19f844034b38a0e8e5af798a))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/fs:** upgraded to 2.1.10
|
|
11
|
+
|
|
1
12
|
## @visulima/jsdoc-open-api [2.0.51](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.50...@visulima/jsdoc-open-api@2.0.51) (2024-07-02)
|
|
2
13
|
|
|
3
14
|
|
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.52",
|
|
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.0",
|
|
91
|
-
"@visulima/fs": "2.1.
|
|
91
|
+
"@visulima/fs": "2.1.10",
|
|
92
92
|
"comment-parser": "^1.4.1",
|
|
93
93
|
"lodash.mergewith": "^4.6.2",
|
|
94
94
|
"read-pkg-up": "^7.0.1",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"rimraf": "^5.0.7",
|
|
125
125
|
"semantic-release": "24.0.0",
|
|
126
126
|
"tsup": "^8.1.0",
|
|
127
|
-
"typescript": "
|
|
127
|
+
"typescript": "5.4.5",
|
|
128
128
|
"vitest": "^1.6.0",
|
|
129
129
|
"webpack": "^5.92.1"
|
|
130
130
|
},
|