@scalar/openapi-to-markdown 0.3.18 → 0.3.19
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 +23 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @scalar/openapi-to-markdown
|
|
2
2
|
|
|
3
|
+
## 0.3.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/components@0.16.19**
|
|
10
|
+
- [#7725](https://github.com/scalar/scalar/pull/7725): fix(components): support slot for nested items icon
|
|
11
|
+
- [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
|
|
12
|
+
|
|
13
|
+
- **@scalar/helpers@0.2.7**
|
|
14
|
+
- [#7720](https://github.com/scalar/scalar/pull/7720): feat: escape XML in json2xml
|
|
15
|
+
|
|
16
|
+
- **@scalar/openapi-upgrader@0.1.7**
|
|
17
|
+
- [#7739](https://github.com/scalar/scalar/pull/7739): fix: upgrade form to multipart/form
|
|
18
|
+
- [#7694](https://github.com/scalar/scalar/pull/7694): feat: migrate x-example and x-examples
|
|
19
|
+
|
|
20
|
+
- **@scalar/oas-utils@0.6.16**
|
|
21
|
+
|
|
22
|
+
- **@scalar/types@0.5.7**
|
|
23
|
+
|
|
24
|
+
- **@scalar/openapi-parser@0.23.13**
|
|
25
|
+
|
|
3
26
|
## 0.3.18
|
|
4
27
|
|
|
5
28
|
### 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.19",
|
|
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.4",
|
|
55
55
|
"vue": "^3.5.21",
|
|
56
|
-
"@scalar/
|
|
57
|
-
"@scalar/oas-utils": "0.6.
|
|
58
|
-
"@scalar/
|
|
59
|
-
"@scalar/openapi-parser": "0.23.12",
|
|
60
|
-
"@scalar/openapi-upgrader": "0.1.6",
|
|
56
|
+
"@scalar/helpers": "0.2.7",
|
|
57
|
+
"@scalar/oas-utils": "0.6.16",
|
|
58
|
+
"@scalar/openapi-parser": "0.23.13",
|
|
61
59
|
"@scalar/openapi-types": "0.5.3",
|
|
62
|
-
"@scalar/
|
|
60
|
+
"@scalar/openapi-upgrader": "0.1.7",
|
|
61
|
+
"@scalar/types": "0.5.7",
|
|
62
|
+
"@scalar/components": "0.16.19"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@hono/node-server": "1.19.5",
|
|
66
66
|
"@types/html-minifier-terser": "^7.0.2",
|
|
67
67
|
"@vitejs/plugin-vue": "6.0.1",
|
|
68
68
|
"@vue/test-utils": "2.4.6",
|
|
69
|
-
"hono": "4.
|
|
69
|
+
"hono": "4.11.4",
|
|
70
70
|
"vite": "7.1.11",
|
|
71
71
|
"vitest": "3.2.4",
|
|
72
72
|
"vue": "^3.5.21",
|