@visulima/jsdoc-open-api 2.0.55 → 2.0.57

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## @visulima/jsdoc-open-api [2.0.57](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.56...@visulima/jsdoc-open-api@2.0.57) (2024-09-07)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update yaml to version 2.5.1 ([8320fae](https://github.com/visulima/visulima/commit/8320fae250246a373ccdbbcf637792250e7cb611))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/fs:** upgraded to 2.1.15
11
+
12
+ ## @visulima/jsdoc-open-api [2.0.56](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.55...@visulima/jsdoc-open-api@2.0.56) (2024-08-30)
13
+
14
+ ### Bug Fixes
15
+
16
+ * **jsdoc-open-api:** update yaml package to version 2.5.0 ([c66ecd6](https://github.com/visulima/visulima/commit/c66ecd6486d27d2b51e2ada38381a1b91cfcff1f))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@visulima/fs:** upgraded to 2.1.14
22
+
1
23
  ## @visulima/jsdoc-open-api [2.0.55](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.54...@visulima/jsdoc-open-api@2.0.55) (2024-08-08)
2
24
 
3
25
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/jsdoc-open-api",
3
- "version": "2.0.55",
3
+ "version": "2.0.57",
4
4
  "description": "Generates swagger doc based on JSDoc.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -88,11 +88,11 @@
88
88
  ],
89
89
  "dependencies": {
90
90
  "@apidevtools/swagger-parser": "^10.1.0",
91
- "@visulima/fs": "2.1.13",
91
+ "@visulima/fs": "2.1.15",
92
92
  "comment-parser": "^1.4.1",
93
93
  "lodash.mergewith": "^4.6.2",
94
94
  "read-pkg-up": "^7.0.1",
95
- "yaml": "^2.4.5"
95
+ "yaml": "^2.5.1"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@anolilab/eslint-config": "^15.0.3",
@@ -126,12 +126,12 @@
126
126
  "tsup": "^8.2.4",
127
127
  "typescript": "5.4.5",
128
128
  "vitest": "^2.0.5",
129
- "webpack": "^5.93.0"
129
+ "webpack": "^5.94.0"
130
130
  },
131
131
  "optionalDependencies": {
132
132
  "cli-progress": "^3.12.0",
133
133
  "commander": "^12.1.0",
134
- "webpack": "^5.93.0"
134
+ "webpack": "^5.94.0"
135
135
  },
136
136
  "engines": {
137
137
  "node": ">=18.* <=22.*"