@scalar/openapi-to-markdown 0.3.8 → 0.3.12
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 +64 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# @scalar/openapi-to-markdown
|
|
2
2
|
|
|
3
|
+
## 0.3.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/components@0.16.12**
|
|
10
|
+
- [#7562](https://github.com/scalar/scalar/pull/7562): feat(components): remove headless ui from dropdown component
|
|
11
|
+
|
|
12
|
+
## 0.3.11
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
|
|
17
|
+
|
|
18
|
+
#### Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- **@scalar/components@0.16.11**
|
|
21
|
+
- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
|
|
22
|
+
|
|
23
|
+
- **@scalar/helpers@0.2.4**
|
|
24
|
+
- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
|
|
25
|
+
- [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
|
|
26
|
+
|
|
27
|
+
- **@scalar/oas-utils@0.6.11**
|
|
28
|
+
- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
|
|
29
|
+
|
|
30
|
+
- **@scalar/openapi-parser@0.23.9**
|
|
31
|
+
- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
|
|
32
|
+
|
|
33
|
+
- **@scalar/types@0.5.4**
|
|
34
|
+
- [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
|
|
35
|
+
|
|
36
|
+
- **@scalar/openapi-upgrader@0.1.6**
|
|
37
|
+
|
|
38
|
+
## 0.3.10
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
#### Updated Dependencies
|
|
43
|
+
|
|
44
|
+
- **@scalar/helpers@0.2.3**
|
|
45
|
+
- [#7575](https://github.com/scalar/scalar/pull/7575): feat: add support for object examples + hide body when empty
|
|
46
|
+
|
|
47
|
+
- **@scalar/components@0.16.10**
|
|
48
|
+
- [#7531](https://github.com/scalar/scalar/pull/7531): feat(components): add discrete sidebar group buttons
|
|
49
|
+
|
|
50
|
+
- **@scalar/oas-utils@0.6.10**
|
|
51
|
+
|
|
52
|
+
- **@scalar/openapi-parser@0.23.8**
|
|
53
|
+
|
|
54
|
+
## 0.3.9
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- Updated dependencies [[`bb52d9a`](https://github.com/scalar/scalar/commit/bb52d9a21e53628270bab93c0f03b5731c9c97c6)]:
|
|
59
|
+
- @scalar/types@0.5.3
|
|
60
|
+
- @scalar/components@0.16.9
|
|
61
|
+
- @scalar/oas-utils@0.6.9
|
|
62
|
+
- @scalar/openapi-parser@0.23.7
|
|
63
|
+
- @scalar/openapi-upgrader@0.1.6
|
|
64
|
+
- @scalar/helpers@0.2.2
|
|
65
|
+
- @scalar/openapi-types@0.5.3
|
|
66
|
+
|
|
3
67
|
## 0.3.8
|
|
4
68
|
|
|
5
69
|
### 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.12",
|
|
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.4",
|
|
55
55
|
"vue": "^3.5.21",
|
|
56
|
-
"@scalar/
|
|
57
|
-
"@scalar/
|
|
58
|
-
"@scalar/openapi-parser": "0.23.
|
|
59
|
-
"@scalar/openapi-types": "0.5.3",
|
|
60
|
-
"@scalar/oas-utils": "0.6.8",
|
|
56
|
+
"@scalar/components": "0.16.12",
|
|
57
|
+
"@scalar/helpers": "0.2.4",
|
|
58
|
+
"@scalar/openapi-parser": "0.23.9",
|
|
61
59
|
"@scalar/openapi-upgrader": "0.1.6",
|
|
62
|
-
"@scalar/types": "0.5.
|
|
60
|
+
"@scalar/openapi-types": "0.5.3",
|
|
61
|
+
"@scalar/oas-utils": "0.6.11",
|
|
62
|
+
"@scalar/types": "0.5.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@hono/node-server": "1.19.5",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"vite": "7.1.11",
|
|
71
71
|
"vitest": "3.2.4",
|
|
72
72
|
"vue": "^3.5.21",
|
|
73
|
-
"@scalar/
|
|
74
|
-
"@scalar/
|
|
73
|
+
"@scalar/galaxy": "0.5.12",
|
|
74
|
+
"@scalar/build-tooling": "0.4.0"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "scalar-build-vite",
|