@visulima/jsdoc-open-api 2.0.3 → 2.0.5
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 +20 -0
- package/package.json +10 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated all deps ([a8aa029](https://github.com/visulima/visulima/commit/a8aa0295118a4d5248844e89a95ea332f65434cb))
|
|
7
|
+
|
|
8
|
+
## @visulima/jsdoc-open-api [2.0.4](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.3...@visulima/jsdoc-open-api@2.0.4) (2023-10-15)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* removed types from exports key ([80bd356](https://github.com/visulima/visulima/commit/80bd356659a45bd351a60870b0f380569c75e0c1))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* **@visulima/readdir:** upgraded to 2.0.4
|
|
20
|
+
|
|
1
21
|
## @visulima/jsdoc-open-api [2.0.3](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.2...@visulima/jsdoc-open-api@2.0.3) (2023-10-11)
|
|
2
22
|
|
|
3
23
|
|
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.5",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"sideEffects": false,
|
|
42
42
|
"exports": {
|
|
43
43
|
".": {
|
|
44
|
-
"types": "./dist/index.d.ts",
|
|
45
44
|
"require": {
|
|
46
45
|
"types": "./dist/index.d.ts",
|
|
47
46
|
"default": "./dist/index.js"
|
|
@@ -52,7 +51,6 @@
|
|
|
52
51
|
}
|
|
53
52
|
},
|
|
54
53
|
"./cli": {
|
|
55
|
-
"types": "./dist/cli/index.d.ts",
|
|
56
54
|
"require": {
|
|
57
55
|
"types": "./dist/cli/index.d.ts",
|
|
58
56
|
"default": "./dist/cli/index.js"
|
|
@@ -63,7 +61,6 @@
|
|
|
63
61
|
}
|
|
64
62
|
},
|
|
65
63
|
"./cli/commander": {
|
|
66
|
-
"types": "./dist/cli/commander/index.d.ts",
|
|
67
64
|
"require": {
|
|
68
65
|
"types": "./dist/cli/commander/index.d.ts",
|
|
69
66
|
"default": "./dist/cli/commander/index.js"
|
|
@@ -97,6 +94,7 @@
|
|
|
97
94
|
"dev": "pnpm run build --watch",
|
|
98
95
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
|
|
99
96
|
"lint:eslint:fix": "pnpm run lint:eslint --fix",
|
|
97
|
+
"lint:packagejson": "publint --strict",
|
|
100
98
|
"lint:prettier": "prettier --config=.prettierrc.js --check .",
|
|
101
99
|
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
|
|
102
100
|
"lint:types": "tsc --noEmit",
|
|
@@ -105,26 +103,26 @@
|
|
|
105
103
|
},
|
|
106
104
|
"dependencies": {
|
|
107
105
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
108
|
-
"@visulima/readdir": "2.0.
|
|
106
|
+
"@visulima/readdir": "2.0.4",
|
|
109
107
|
"comment-parser": "^1.4.0",
|
|
110
108
|
"lodash.mergewith": "^4.6.2",
|
|
111
109
|
"read-pkg-up": "^7.0.1",
|
|
112
|
-
"yaml": "^2.3.
|
|
110
|
+
"yaml": "^2.3.3"
|
|
113
111
|
},
|
|
114
112
|
"devDependencies": {
|
|
115
113
|
"@anolilab/eslint-config": "^14.0.24",
|
|
116
114
|
"@anolilab/prettier-config": "^5.0.11",
|
|
117
115
|
"@anolilab/semantic-release-preset": "^8.0.0",
|
|
118
|
-
"@babel/core": "^7.23.
|
|
116
|
+
"@babel/core": "^7.23.2",
|
|
119
117
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
120
118
|
"@types/cli-progress": "^3.11.3",
|
|
121
119
|
"@types/http-errors": "^2.0.2",
|
|
122
120
|
"@types/lodash.mergewith": "^4.6.7",
|
|
123
|
-
"@types/node": "18.
|
|
121
|
+
"@types/node": "18.18.5",
|
|
124
122
|
"@types/webpack": "^5.28.3",
|
|
125
123
|
"@vitest/coverage-v8": "^0.34.6",
|
|
126
124
|
"cli-progress": "^3.12.0",
|
|
127
|
-
"commander": "^11.
|
|
125
|
+
"commander": "^11.1.0",
|
|
128
126
|
"cross-env": "^7.0.3",
|
|
129
127
|
"eslint": "^8.51.0",
|
|
130
128
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
@@ -141,12 +139,12 @@
|
|
|
141
139
|
"tsup": "^7.2.0",
|
|
142
140
|
"typescript": "^5.2.2",
|
|
143
141
|
"vitest": "^0.34.6",
|
|
144
|
-
"webpack": "^5.
|
|
142
|
+
"webpack": "^5.89.0"
|
|
145
143
|
},
|
|
146
144
|
"optionalDependencies": {
|
|
147
145
|
"cli-progress": "^3.12.0",
|
|
148
|
-
"commander": "^11.
|
|
149
|
-
"webpack": "^5.
|
|
146
|
+
"commander": "^11.1.0",
|
|
147
|
+
"webpack": "^5.89.0"
|
|
150
148
|
},
|
|
151
149
|
"engines": {
|
|
152
150
|
"node": ">=18.* <=20.*"
|