@visulima/jsdoc-open-api 2.0.5 → 2.0.7
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 +26 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [2.0.7](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.6...@visulima/jsdoc-open-api@2.0.7) (2023-10-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies in pnpm-lock.yaml ([d3a5626](https://github.com/visulima/visulima/commit/d3a5626d2c751c3e14f592db62b583b28046dcc7))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/readdir:** upgraded to 2.0.6
|
|
13
|
+
|
|
14
|
+
## @visulima/jsdoc-open-api [2.0.6](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.5...@visulima/jsdoc-open-api@2.0.6) (2023-10-24)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* updated deps ([4eedb60](https://github.com/visulima/visulima/commit/4eedb604c4f78cf331195e2c053dc72e1c6cf9ad))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* **@visulima/readdir:** upgraded to 2.0.5
|
|
26
|
+
|
|
1
27
|
## @visulima/jsdoc-open-api [2.0.5](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.4...@visulima/jsdoc-open-api@2.0.5) (2023-10-16)
|
|
2
28
|
|
|
3
29
|
|
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.7",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"coverage": "vitest run --coverage",
|
|
94
94
|
"dev": "pnpm run build --watch",
|
|
95
95
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
|
|
96
|
-
"lint:eslint:fix": "
|
|
96
|
+
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
|
|
97
97
|
"lint:packagejson": "publint --strict",
|
|
98
98
|
"lint:prettier": "prettier --config=.prettierrc.js --check .",
|
|
99
99
|
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
106
|
-
"@visulima/readdir": "2.0.
|
|
107
|
-
"comment-parser": "^1.4.
|
|
106
|
+
"@visulima/readdir": "2.0.6",
|
|
107
|
+
"comment-parser": "^1.4.1",
|
|
108
108
|
"lodash.mergewith": "^4.6.2",
|
|
109
109
|
"read-pkg-up": "^7.0.1",
|
|
110
110
|
"yaml": "^2.3.3"
|
|
@@ -115,21 +115,21 @@
|
|
|
115
115
|
"@anolilab/semantic-release-preset": "^8.0.0",
|
|
116
116
|
"@babel/core": "^7.23.2",
|
|
117
117
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
118
|
-
"@types/cli-progress": "^3.11.
|
|
119
|
-
"@types/http-errors": "^2.0.
|
|
120
|
-
"@types/lodash.mergewith": "^4.6.
|
|
118
|
+
"@types/cli-progress": "^3.11.4",
|
|
119
|
+
"@types/http-errors": "^2.0.3",
|
|
120
|
+
"@types/lodash.mergewith": "^4.6.8",
|
|
121
121
|
"@types/node": "18.18.5",
|
|
122
|
-
"@types/webpack": "^5.28.
|
|
122
|
+
"@types/webpack": "^5.28.4",
|
|
123
123
|
"@vitest/coverage-v8": "^0.34.6",
|
|
124
124
|
"cli-progress": "^3.12.0",
|
|
125
125
|
"commander": "^11.1.0",
|
|
126
126
|
"cross-env": "^7.0.3",
|
|
127
|
-
"eslint": "^8.
|
|
127
|
+
"eslint": "^8.52.0",
|
|
128
128
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
129
129
|
"eslint-plugin-etc": "^2.0.3",
|
|
130
|
-
"eslint-plugin-import": "npm:eslint-plugin-i@^2.
|
|
130
|
+
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
|
|
131
131
|
"eslint-plugin-mdx": "^2.2.0",
|
|
132
|
-
"eslint-plugin-vitest": "^0.3.
|
|
132
|
+
"eslint-plugin-vitest": "^0.3.8",
|
|
133
133
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
134
134
|
"openapi-types": "^12.1.3",
|
|
135
135
|
"prettier": "^3.0.3",
|