@scalar/openapi-to-markdown 0.3.18 → 0.3.20

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 +33 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.3.20
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/oas-utils@0.6.17**
10
+
11
+ - **@scalar/components@0.16.20**
12
+
13
+ ## 0.3.19
14
+
15
+ ### Patch Changes
16
+
17
+ #### Updated Dependencies
18
+
19
+ - **@scalar/components@0.16.19**
20
+ - [#7725](https://github.com/scalar/scalar/pull/7725): fix(components): support slot for nested items icon
21
+ - [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
22
+
23
+ - **@scalar/helpers@0.2.7**
24
+ - [#7720](https://github.com/scalar/scalar/pull/7720): feat: escape XML in json2xml
25
+
26
+ - **@scalar/openapi-upgrader@0.1.7**
27
+ - [#7739](https://github.com/scalar/scalar/pull/7739): fix: upgrade form to multipart/form
28
+ - [#7694](https://github.com/scalar/scalar/pull/7694): feat: migrate x-example and x-examples
29
+
30
+ - **@scalar/oas-utils@0.6.16**
31
+
32
+ - **@scalar/types@0.5.7**
33
+
34
+ - **@scalar/openapi-parser@0.23.13**
35
+
3
36
  ## 0.3.18
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.3.18",
19
+ "version": "0.3.20",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -53,21 +53,21 @@
53
53
  "remark-stringify": "^11.0.0",
54
54
  "unified": "^11.0.4",
55
55
  "vue": "^3.5.21",
56
- "@scalar/components": "0.16.18",
57
- "@scalar/oas-utils": "0.6.15",
58
- "@scalar/helpers": "0.2.6",
59
- "@scalar/openapi-parser": "0.23.12",
60
- "@scalar/openapi-upgrader": "0.1.6",
56
+ "@scalar/components": "0.16.20",
57
+ "@scalar/oas-utils": "0.6.17",
58
+ "@scalar/openapi-parser": "0.23.13",
61
59
  "@scalar/openapi-types": "0.5.3",
62
- "@scalar/types": "0.5.6"
60
+ "@scalar/types": "0.5.7",
61
+ "@scalar/helpers": "0.2.7",
62
+ "@scalar/openapi-upgrader": "0.1.7"
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.10.3",
70
- "vite": "7.1.11",
69
+ "hono": "4.11.4",
70
+ "vite": "7.3.0",
71
71
  "vitest": "3.2.4",
72
72
  "vue": "^3.5.21",
73
73
  "@scalar/build-tooling": "0.4.1",