@visulima/jsdoc-open-api 2.0.65 → 2.0.67

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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## @visulima/jsdoc-open-api [2.0.67](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.66...@visulima/jsdoc-open-api@2.0.67) (2024-12-31)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/fs:** upgraded to 2.3.3
7
+
8
+ ## @visulima/jsdoc-open-api [2.0.66](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.65...@visulima/jsdoc-open-api@2.0.66) (2024-12-27)
9
+
10
+ ### Miscellaneous Chores
11
+
12
+ * updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@visulima/fs:** upgraded to 2.3.2
18
+
1
19
  ## @visulima/jsdoc-open-api [2.0.65](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@2.0.64...@visulima/jsdoc-open-api@2.0.65) (2024-12-12)
2
20
 
3
21
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/jsdoc-open-api",
3
- "version": "2.0.65",
3
+ "version": "2.0.67",
4
4
  "description": "Generates swagger doc based on JSDoc.",
5
5
  "keywords": [
6
6
  "visulima",
@@ -88,7 +88,7 @@
88
88
  ],
89
89
  "dependencies": {
90
90
  "@apidevtools/swagger-parser": "^10.1.0",
91
- "@visulima/fs": "2.3.1",
91
+ "@visulima/fs": "2.3.3",
92
92
  "comment-parser": "^1.4.1",
93
93
  "lodash.mergewith": "^4.6.2",
94
94
  "read-pkg-up": "^7.0.1",
@@ -97,8 +97,8 @@
97
97
  "devDependencies": {
98
98
  "@anolilab/eslint-config": "^15.0.3",
99
99
  "@anolilab/prettier-config": "^5.0.14",
100
- "@anolilab/semantic-release-pnpm": "^1.1.5",
101
- "@anolilab/semantic-release-preset": "^9.0.2",
100
+ "@anolilab/semantic-release-pnpm": "^1.1.6",
101
+ "@anolilab/semantic-release-preset": "^9.0.3",
102
102
  "@babel/core": "^7.26.0",
103
103
  "@rushstack/eslint-plugin-security": "^0.8.3",
104
104
  "@types/cli-progress": "^3.11.6",