@scalar/openapi-to-markdown 0.3.55 → 0.3.56
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 +25 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @scalar/openapi-to-markdown
|
|
2
2
|
|
|
3
|
+
## 0.3.56
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/openapi-types@0.5.4**
|
|
10
|
+
- [#8275](https://github.com/scalar/scalar/pull/8275): fix(openapi-types): make the `$ref` property in the `ReferenceObject` type required
|
|
11
|
+
|
|
12
|
+
- **@scalar/components@0.19.15**
|
|
13
|
+
- [#8319](https://github.com/scalar/scalar/pull/8319): fix(components): fix adjust sidebar section line height
|
|
14
|
+
|
|
15
|
+
- **@scalar/openapi-upgrader@0.1.11**
|
|
16
|
+
- [#8326](https://github.com/scalar/scalar/pull/8326): feat: keep named request examples when upgrading from Swagger 2.0
|
|
17
|
+
|
|
18
|
+
- **@scalar/oas-utils@0.8.3**
|
|
19
|
+
- [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
|
|
20
|
+
|
|
21
|
+
- **@scalar/helpers@0.2.18**
|
|
22
|
+
- [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
|
|
23
|
+
|
|
24
|
+
- **@scalar/openapi-parser@0.24.17**
|
|
25
|
+
|
|
26
|
+
- **@scalar/types@0.6.10**
|
|
27
|
+
|
|
3
28
|
## 0.3.55
|
|
4
29
|
|
|
5
30
|
### 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.56",
|
|
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/
|
|
60
|
-
"@scalar/openapi-upgrader": "0.1.
|
|
61
|
-
"@scalar/types": "0.
|
|
62
|
-
"@scalar/
|
|
56
|
+
"@scalar/components": "0.19.15",
|
|
57
|
+
"@scalar/oas-utils": "0.8.3",
|
|
58
|
+
"@scalar/helpers": "0.2.18",
|
|
59
|
+
"@scalar/openapi-parser": "0.24.17",
|
|
60
|
+
"@scalar/openapi-upgrader": "0.1.11",
|
|
61
|
+
"@scalar/openapi-types": "0.5.4",
|
|
62
|
+
"@scalar/types": "0.6.10"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@hono/node-server": "^1.19.7",
|