@scalar/openapi-to-markdown 0.3.51 → 0.3.54
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 +45 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @scalar/openapi-to-markdown
|
|
2
2
|
|
|
3
|
+
## 0.3.54
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/helpers@0.2.17**
|
|
10
|
+
- [#8310](https://github.com/scalar/scalar/pull/8310): refactor: move helpers to the helpers package to share primitive helpers
|
|
11
|
+
|
|
12
|
+
- **@scalar/openapi-upgrader@0.1.10**
|
|
13
|
+
- [#8272](https://github.com/scalar/scalar/pull/8272): feat: migrate swagger 2.0 response examples
|
|
14
|
+
|
|
15
|
+
- **@scalar/oas-utils@0.8.1**
|
|
16
|
+
- [#8310](https://github.com/scalar/scalar/pull/8310): fix: correctly handle circular documents during the migration to indexdb
|
|
17
|
+
|
|
18
|
+
- **@scalar/components@0.19.13**
|
|
19
|
+
|
|
20
|
+
- **@scalar/openapi-parser@0.24.16**
|
|
21
|
+
|
|
22
|
+
- **@scalar/types@0.6.9**
|
|
23
|
+
|
|
24
|
+
## 0.3.53
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
#### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- **@scalar/oas-utils@0.8.0**
|
|
31
|
+
- [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
|
|
32
|
+
|
|
33
|
+
- **@scalar/components@0.19.12**
|
|
34
|
+
- [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
|
|
35
|
+
|
|
36
|
+
## 0.3.52
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
#### Updated Dependencies
|
|
41
|
+
|
|
42
|
+
- **@scalar/components@0.19.11**
|
|
43
|
+
- [#8276](https://github.com/scalar/scalar/pull/8276): feat(components): standardize form inputs to have a height of 40px
|
|
44
|
+
|
|
45
|
+
- **@scalar/oas-utils@0.7.0**
|
|
46
|
+
- [#8234](https://github.com/scalar/scalar/pull/8234): support operation level authentication and servers
|
|
47
|
+
|
|
3
48
|
## 0.3.51
|
|
4
49
|
|
|
5
50
|
### 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.54",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -53,13 +53,13 @@
|
|
|
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/
|
|
59
|
-
"@scalar/helpers": "0.2.
|
|
56
|
+
"@scalar/components": "0.19.13",
|
|
57
|
+
"@scalar/oas-utils": "0.8.1",
|
|
58
|
+
"@scalar/openapi-parser": "0.24.16",
|
|
59
|
+
"@scalar/helpers": "0.2.17",
|
|
60
60
|
"@scalar/openapi-types": "0.5.3",
|
|
61
|
-
"@scalar/openapi-upgrader": "0.1.
|
|
62
|
-
"@scalar/types": "0.6.
|
|
61
|
+
"@scalar/openapi-upgrader": "0.1.10",
|
|
62
|
+
"@scalar/types": "0.6.9"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@hono/node-server": "^1.19.7",
|