@scalar/openapi-to-markdown 0.3.49 → 0.3.51
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 +42 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @scalar/openapi-to-markdown
|
|
2
2
|
|
|
3
|
+
## 0.3.51
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/types@0.6.8**
|
|
10
|
+
- [#8274](https://github.com/scalar/scalar/pull/8274): feat(agent): add config to hide search api
|
|
11
|
+
|
|
12
|
+
- **@scalar/openapi-upgrader@0.1.9**
|
|
13
|
+
- [#8251](https://github.com/scalar/scalar/pull/8251): feat: migrate swagger 2.0 defaults for parameter
|
|
14
|
+
|
|
15
|
+
- **@scalar/oas-utils@0.6.48**
|
|
16
|
+
|
|
17
|
+
- **@scalar/openapi-parser@0.24.15**
|
|
18
|
+
|
|
19
|
+
- **@scalar/components@0.19.10**
|
|
20
|
+
|
|
21
|
+
## 0.3.50
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
#### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- **@scalar/oas-utils@0.6.47**
|
|
28
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
29
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: remove unnecessary property truncation in example generation
|
|
30
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts
|
|
31
|
+
|
|
32
|
+
- **@scalar/helpers@0.2.16**
|
|
33
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
34
|
+
|
|
35
|
+
- **@scalar/components@0.19.9**
|
|
36
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: slugs for headings with nested content
|
|
37
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: add optional chevron click handler for the sidebar
|
|
38
|
+
|
|
39
|
+
- **@scalar/openapi-parser@0.24.14**
|
|
40
|
+
|
|
41
|
+
- **@scalar/types@0.6.7**
|
|
42
|
+
|
|
43
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
44
|
+
|
|
3
45
|
## 0.3.49
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"llm",
|
|
17
17
|
"swagger"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.3.
|
|
19
|
+
"version": "0.3.51",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -53,20 +53,20 @@
|
|
|
53
53
|
"remark-stringify": "^11.0.0",
|
|
54
54
|
"unified": "^11.0.5",
|
|
55
55
|
"vue": "^3.5.26",
|
|
56
|
-
"@scalar/components": "0.19.
|
|
57
|
-
"@scalar/
|
|
58
|
-
"@scalar/oas-utils": "0.6.
|
|
59
|
-
"@scalar/
|
|
60
|
-
"@scalar/types": "0.6.6",
|
|
56
|
+
"@scalar/components": "0.19.10",
|
|
57
|
+
"@scalar/openapi-parser": "0.24.15",
|
|
58
|
+
"@scalar/oas-utils": "0.6.48",
|
|
59
|
+
"@scalar/helpers": "0.2.16",
|
|
61
60
|
"@scalar/openapi-types": "0.5.3",
|
|
62
|
-
"@scalar/openapi-upgrader": "0.1.
|
|
61
|
+
"@scalar/openapi-upgrader": "0.1.9",
|
|
62
|
+
"@scalar/types": "0.6.8"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@hono/node-server": "^1.19.7",
|
|
66
66
|
"@types/html-minifier-terser": "^7.0.2",
|
|
67
67
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
68
68
|
"@vue/test-utils": "2.4.6",
|
|
69
|
-
"hono": "4.11.
|
|
69
|
+
"hono": "4.11.10",
|
|
70
70
|
"vite": "^7.3.1",
|
|
71
71
|
"vitest": "4.0.16",
|
|
72
72
|
"vue": "^3.5.26",
|