@visulima/jsdoc-open-api 1.3.0 → 1.3.1
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 +14 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [1.3.1](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@1.3.0...@visulima/jsdoc-open-api@1.3.1) (2023-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* allow higher node versions ([c93d55b](https://github.com/visulima/visulima/commit/c93d55b80135282235e933da52d9c88ade3073a8))
|
|
7
|
+
* allow higher node versions ([faf4780](https://github.com/visulima/visulima/commit/faf478069f3508249db22ed2171ddee4fa380122))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* **@visulima/readdir:** upgraded to 1.3.3
|
|
14
|
+
|
|
1
15
|
## @visulima/jsdoc-open-api [1.3.0](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@1.2.2...@visulima/jsdoc-open-api@1.3.0) (2022-12-22)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/jsdoc-open-api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -59,11 +59,6 @@
|
|
|
59
59
|
},
|
|
60
60
|
"main": "dist/index.js",
|
|
61
61
|
"module": "dist/index.mjs",
|
|
62
|
-
"sources": [
|
|
63
|
-
"src/index.ts",
|
|
64
|
-
"src/cli/index.ts",
|
|
65
|
-
"src/cli/commander/index.ts"
|
|
66
|
-
],
|
|
67
62
|
"types": "dist/index.d.ts",
|
|
68
63
|
"bin": {
|
|
69
64
|
"jsdoc-open-api": "./bin/index.js"
|
|
@@ -88,18 +83,16 @@
|
|
|
88
83
|
},
|
|
89
84
|
"dependencies": {
|
|
90
85
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
91
|
-
"@visulima/readdir": "1.3.
|
|
86
|
+
"@visulima/readdir": "1.3.3",
|
|
92
87
|
"comment-parser": "^1.3.1",
|
|
93
88
|
"lodash.mergewith": "^4.6.2",
|
|
94
89
|
"yaml": "^2.1.3"
|
|
95
90
|
},
|
|
96
91
|
"devDependencies": {
|
|
97
|
-
"cli-progress": "^3.11.2",
|
|
98
|
-
"@types/cli-progress": "^3.11.0",
|
|
99
|
-
"commander": "^9.4.1",
|
|
100
92
|
"@anolilab/eslint-config": "^4.0.9",
|
|
101
93
|
"@anolilab/semantic-release-preset": "^2.0.7",
|
|
102
94
|
"@rushstack/eslint-plugin-security": "^0.5.0",
|
|
95
|
+
"@types/cli-progress": "^3.11.0",
|
|
103
96
|
"@types/http-errors": "^2.0.0",
|
|
104
97
|
"@types/lodash.mergewith": "^4.6.7",
|
|
105
98
|
"@types/node": "^18.8.4",
|
|
@@ -107,6 +100,8 @@
|
|
|
107
100
|
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
108
101
|
"@typescript-eslint/parser": "^5.40.0",
|
|
109
102
|
"c8": "^7.12.0",
|
|
103
|
+
"cli-progress": "^3.11.2",
|
|
104
|
+
"commander": "^9.4.1",
|
|
110
105
|
"cross-env": "^7.0.3",
|
|
111
106
|
"eslint": "^8.25.0",
|
|
112
107
|
"eslint-plugin-compat": "^4.0.2",
|
|
@@ -133,7 +128,7 @@
|
|
|
133
128
|
"prettier": "^2.7.1",
|
|
134
129
|
"read-pkg": "^7.1.0",
|
|
135
130
|
"rimraf": "^3.0.2",
|
|
136
|
-
"semantic-release": "^
|
|
131
|
+
"semantic-release": "^20.0.0",
|
|
137
132
|
"tsup": "^6.2.3",
|
|
138
133
|
"typescript": "^4.8.4",
|
|
139
134
|
"vitest": "^0.26.1",
|
|
@@ -145,9 +140,14 @@
|
|
|
145
140
|
"webpack": "^5.74.0"
|
|
146
141
|
},
|
|
147
142
|
"engines": {
|
|
148
|
-
"node": ">=16"
|
|
143
|
+
"node": ">=16.18.0 <=19.0"
|
|
149
144
|
},
|
|
150
145
|
"publishConfig": {
|
|
151
146
|
"access": "public"
|
|
152
|
-
}
|
|
147
|
+
},
|
|
148
|
+
"sources": [
|
|
149
|
+
"src/index.ts",
|
|
150
|
+
"src/cli/index.ts",
|
|
151
|
+
"src/cli/commander/index.ts"
|
|
152
|
+
]
|
|
153
153
|
}
|