@scalar/openapi-to-markdown 0.3.51 → 0.3.53

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 +24 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.3.53
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/oas-utils@0.8.0**
10
+ - [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
11
+
12
+ - **@scalar/components@0.19.12**
13
+ - [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
14
+
15
+ ## 0.3.52
16
+
17
+ ### Patch Changes
18
+
19
+ #### Updated Dependencies
20
+
21
+ - **@scalar/components@0.19.11**
22
+ - [#8276](https://github.com/scalar/scalar/pull/8276): feat(components): standardize form inputs to have a height of 40px
23
+
24
+ - **@scalar/oas-utils@0.7.0**
25
+ - [#8234](https://github.com/scalar/scalar/pull/8234): support operation level authentication and servers
26
+
3
27
  ## 0.3.51
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.3.51",
19
+ "version": "0.3.53",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -53,12 +53,12 @@
53
53
  "remark-stringify": "^11.0.0",
54
54
  "unified": "^11.0.5",
55
55
  "vue": "^3.5.26",
56
- "@scalar/components": "0.19.10",
57
- "@scalar/openapi-parser": "0.24.15",
58
- "@scalar/oas-utils": "0.6.48",
59
56
  "@scalar/helpers": "0.2.16",
60
- "@scalar/openapi-types": "0.5.3",
57
+ "@scalar/oas-utils": "0.8.0",
58
+ "@scalar/openapi-parser": "0.24.15",
59
+ "@scalar/components": "0.19.12",
61
60
  "@scalar/openapi-upgrader": "0.1.9",
61
+ "@scalar/openapi-types": "0.5.3",
62
62
  "@scalar/types": "0.6.8"
63
63
  },
64
64
  "devDependencies": {
@@ -70,8 +70,8 @@
70
70
  "vite": "^7.3.1",
71
71
  "vitest": "4.0.16",
72
72
  "vue": "^3.5.26",
73
- "@scalar/build-tooling": "0.4.1",
74
- "@scalar/galaxy": "0.5.16"
73
+ "@scalar/galaxy": "0.5.16",
74
+ "@scalar/build-tooling": "0.4.1"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "scalar-build-vite",