@scalar/openapi-to-markdown 0.2.17 → 0.2.19
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 +31 -0
- package/README.md +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @scalar/openapi-to-markdown
|
|
2
2
|
|
|
3
|
+
## 0.2.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ad2e3e6]
|
|
8
|
+
- Updated dependencies [58287f8]
|
|
9
|
+
- Updated dependencies [74fdc0e]
|
|
10
|
+
- Updated dependencies [ca77d70]
|
|
11
|
+
- Updated dependencies [a696604]
|
|
12
|
+
- Updated dependencies [d93f60c]
|
|
13
|
+
- Updated dependencies [3fdc2f2]
|
|
14
|
+
- Updated dependencies [85a81eb]
|
|
15
|
+
- @scalar/types@0.2.7
|
|
16
|
+
- @scalar/oas-utils@0.4.11
|
|
17
|
+
- @scalar/components@0.14.16
|
|
18
|
+
- @scalar/snippetz@0.4.0
|
|
19
|
+
- @scalar/openapi-parser@0.18.1
|
|
20
|
+
|
|
21
|
+
## 0.2.18
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 2d7f995: refactor: use more common straight apostrophe ' instead of the real apostrophe ’
|
|
26
|
+
- Updated dependencies [2d7f995]
|
|
27
|
+
- @scalar/openapi-parser@0.18.1
|
|
28
|
+
- @scalar/openapi-types@0.3.5
|
|
29
|
+
- @scalar/oas-utils@0.4.10
|
|
30
|
+
- @scalar/snippetz@0.3.2
|
|
31
|
+
- @scalar/types@0.2.6
|
|
32
|
+
- @scalar/components@0.14.15
|
|
33
|
+
|
|
3
34
|
## 0.2.17
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ serve(app)
|
|
|
64
64
|
This is not really the purpose of the package, but maybe good to know: This package actually renders HTML at first, and
|
|
65
65
|
transforms the HTML to Markdown then.
|
|
66
66
|
|
|
67
|
-
So if you
|
|
67
|
+
So if you'd like to have a really light-weight HTML API Reference, here you are:
|
|
68
68
|
|
|
69
69
|
```ts
|
|
70
70
|
import { Hono } from 'hono'
|
|
@@ -99,7 +99,7 @@ serve(app)
|
|
|
99
99
|
|
|
100
100
|
## Community
|
|
101
101
|
|
|
102
|
-
We are API nerds. You too? Let
|
|
102
|
+
We are API nerds. You too? Let's chat on Discord: <https://discord.gg/scalar>
|
|
103
103
|
|
|
104
104
|
## License
|
|
105
105
|
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"llm",
|
|
17
17
|
"swagger"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.2.
|
|
19
|
+
"version": "0.2.19",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"remark-stringify": "^11.0.0",
|
|
56
56
|
"unified": "^11.0.4",
|
|
57
57
|
"vue": "^3.5.12",
|
|
58
|
-
"@scalar/components": "0.14.
|
|
59
|
-
"@scalar/
|
|
60
|
-
"@scalar/openapi-
|
|
61
|
-
"@scalar/
|
|
62
|
-
"@scalar/
|
|
63
|
-
"@scalar/
|
|
58
|
+
"@scalar/components": "0.14.16",
|
|
59
|
+
"@scalar/oas-utils": "0.4.11",
|
|
60
|
+
"@scalar/openapi-parser": "0.18.1",
|
|
61
|
+
"@scalar/openapi-types": "0.3.5",
|
|
62
|
+
"@scalar/types": "0.2.7",
|
|
63
|
+
"@scalar/snippetz": "0.4.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@hono/node-server": "^1.11.0",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"hono": "^4.6.5",
|
|
71
71
|
"vite": "5.4.19",
|
|
72
72
|
"vue": "^3.5.12",
|
|
73
|
-
"@scalar/build-tooling": "0.2.
|
|
74
|
-
"@scalar/galaxy": "0.5.
|
|
73
|
+
"@scalar/build-tooling": "0.2.4",
|
|
74
|
+
"@scalar/galaxy": "0.5.3"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "scalar-build-vite",
|