@visulima/jsdoc-open-api 2.0.12 → 2.0.13
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 +7 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [2.0.13](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.12...@visulima/jsdoc-open-api@2.0.13) (2024-02-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update yaml to 2.4.0 ([42961b9](https://github.com/visulima/visulima/commit/42961b98dd7e8c177525c9c92d27ce59301957d2))
|
|
7
|
+
|
|
1
8
|
## @visulima/jsdoc-open-api [2.0.12](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.11...@visulima/jsdoc-open-api@2.0.12) (2024-01-19)
|
|
2
9
|
|
|
3
10
|
|
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.13",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -108,45 +108,45 @@
|
|
|
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.
|
|
111
|
+
"yaml": "^2.4.0"
|
|
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.23.
|
|
118
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
117
|
+
"@babel/core": "^7.23.9",
|
|
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
|
-
"@types/node": "18.18.
|
|
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.3.1",
|
|
125
|
+
"@vitest/ui": "^1.3.1",
|
|
126
126
|
"cli-progress": "^3.12.0",
|
|
127
|
-
"commander": "^
|
|
127
|
+
"commander": "^12.0.0",
|
|
128
128
|
"cross-env": "^7.0.3",
|
|
129
|
-
"eslint": "^8.
|
|
129
|
+
"eslint": "^8.57.0",
|
|
130
130
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
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.3.
|
|
134
|
+
"eslint-plugin-vitest": "^0.3.22",
|
|
135
135
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
136
136
|
"openapi-types": "^12.1.3",
|
|
137
|
-
"prettier": "^3.2.
|
|
137
|
+
"prettier": "^3.2.5",
|
|
138
138
|
"rimraf": "^5.0.5",
|
|
139
|
-
"semantic-release": "^23.0.
|
|
140
|
-
"sort-package-json": "^2.
|
|
141
|
-
"tsup": "^8.0.
|
|
139
|
+
"semantic-release": "^23.0.2",
|
|
140
|
+
"sort-package-json": "^2.8.0",
|
|
141
|
+
"tsup": "^8.0.2",
|
|
142
142
|
"typescript": "^5.3.3",
|
|
143
|
-
"vitest": "^1.
|
|
144
|
-
"webpack": "^5.
|
|
143
|
+
"vitest": "^1.3.1",
|
|
144
|
+
"webpack": "^5.90.3"
|
|
145
145
|
},
|
|
146
146
|
"optionalDependencies": {
|
|
147
147
|
"cli-progress": "^3.12.0",
|
|
148
|
-
"commander": "^
|
|
149
|
-
"webpack": "^5.
|
|
148
|
+
"commander": "^12.0.0",
|
|
149
|
+
"webpack": "^5.90.3"
|
|
150
150
|
},
|
|
151
151
|
"engines": {
|
|
152
152
|
"node": ">=18.* <=21.*"
|