@visulima/jsdoc-open-api 1.3.9 → 1.3.10
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 +13 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @visulima/jsdoc-open-api [1.3.10](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@1.3.9...@visulima/jsdoc-open-api@1.3.10) (2023-06-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Add npm package provenance, see https://docs.npmjs.com/generating-provenance-statements for more info ([9e7da04](https://github.com/visulima/visulima/commit/9e7da0491584e16a806fc7575c00080f192ec15e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/readdir:** upgraded to 1.3.6
|
|
13
|
+
|
|
1
14
|
## @visulima/jsdoc-open-api [1.3.9](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@1.3.8...@visulima/jsdoc-open-api@1.3.9) (2023-06-06)
|
|
2
15
|
|
|
3
16
|
|
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.10",
|
|
4
4
|
"description": "Generates swagger doc based on JSDoc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
87
|
-
"@visulima/readdir": "1.3.
|
|
87
|
+
"@visulima/readdir": "1.3.6",
|
|
88
88
|
"comment-parser": "^1.3.1",
|
|
89
89
|
"lodash.mergewith": "^4.6.2",
|
|
90
90
|
"read-pkg-up": "^7.0.1",
|
|
@@ -145,7 +145,8 @@
|
|
|
145
145
|
"node": ">=16.18.0 <=20.*"
|
|
146
146
|
},
|
|
147
147
|
"publishConfig": {
|
|
148
|
-
"access": "public"
|
|
148
|
+
"access": "public",
|
|
149
|
+
"provenance": true
|
|
149
150
|
},
|
|
150
151
|
"sources": [
|
|
151
152
|
"src/index.ts",
|