@visulima/jsdoc-open-api 3.0.0-alpha.25 → 3.0.0-alpha.26

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 +15 -0
  2. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @visulima/jsdoc-open-api [3.0.0-alpha.26](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@3.0.0-alpha.25...@visulima/jsdoc-open-api@3.0.0-alpha.26) (2026-05-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.28
15
+
1
16
  ## @visulima/jsdoc-open-api [3.0.0-alpha.25](https://github.com/visulima/visulima/compare/@visulima/jsdoc-open-api@3.0.0-alpha.24...@visulima/jsdoc-open-api@3.0.0-alpha.25) (2026-05-26)
2
17
 
3
18
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/jsdoc-open-api",
3
- "version": "3.0.0-alpha.25",
3
+ "version": "3.0.0-alpha.26",
4
4
  "description": "Generates swagger doc based on JSDoc.",
5
5
  "keywords": [
6
6
  "api",
@@ -15,9 +15,7 @@
15
15
  "webpack"
16
16
  ],
17
17
  "homepage": "https://visulima.com/packages/jsdoc-open-api/",
18
- "bugs": {
19
- "url": "https://github.com/visulima/visulima/issues"
20
- },
18
+ "bugs": "https://github.com/visulima/visulima/issues",
21
19
  "repository": {
22
20
  "type": "git",
23
21
  "url": "https://github.com/visulima/visulima.git",
@@ -101,7 +99,7 @@
101
99
  ],
102
100
  "dependencies": {
103
101
  "@apidevtools/swagger-parser": "^12.1.0",
104
- "@visulima/fs": "5.0.0-alpha.26",
102
+ "@visulima/fs": "5.0.0-alpha.28",
105
103
  "comment-parser": "1.4.6",
106
104
  "es-toolkit": "^1.46.1",
107
105
  "yaml": "2.9.0"