@scalar/openapi-to-markdown 0.3.38 → 0.3.40
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.40
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/components@0.18.0**
|
|
10
|
+
- [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces
|
|
11
|
+
|
|
12
|
+
- **@scalar/oas-utils@0.6.37**
|
|
13
|
+
|
|
14
|
+
## 0.3.39
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
#### Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- **@scalar/oas-utils@0.6.36**
|
|
21
|
+
- [#8037](https://github.com/scalar/scalar/pull/8037): Improve error message when running oas-utils tests while test-servers are not running
|
|
22
|
+
|
|
23
|
+
- **@scalar/components@0.17.6**
|
|
24
|
+
- [#8070](https://github.com/scalar/scalar/pull/8070): chore: remove the import modal and change the workspace picker to support groups
|
|
25
|
+
|
|
26
|
+
- **@scalar/openapi-parser@0.24.8**
|
|
27
|
+
|
|
3
28
|
## 0.3.38
|
|
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.40",
|
|
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.
|
|
56
|
+
"@scalar/components": "0.18.0",
|
|
57
57
|
"@scalar/helpers": "0.2.11",
|
|
58
|
-
"@scalar/oas-utils": "0.6.
|
|
59
|
-
"@scalar/openapi-
|
|
60
|
-
"@scalar/openapi-
|
|
58
|
+
"@scalar/oas-utils": "0.6.37",
|
|
59
|
+
"@scalar/openapi-parser": "0.24.8",
|
|
60
|
+
"@scalar/openapi-upgrader": "0.1.8",
|
|
61
61
|
"@scalar/types": "0.6.2",
|
|
62
|
-
"@scalar/openapi-
|
|
62
|
+
"@scalar/openapi-types": "0.5.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@hono/node-server": "^1.19.7",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"vite": "^7.3.1",
|
|
71
71
|
"vitest": "4.0.16",
|
|
72
72
|
"vue": "^3.5.26",
|
|
73
|
-
"@scalar/
|
|
74
|
-
"@scalar/
|
|
73
|
+
"@scalar/galaxy": "0.5.12",
|
|
74
|
+
"@scalar/build-tooling": "0.4.1"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "scalar-build-vite",
|