@scalar/openapi-to-markdown 0.2.16 → 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 CHANGED
@@ -1,5 +1,52 @@
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
+
34
+ ## 0.2.17
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [533469b]
39
+ - Updated dependencies [3393c83]
40
+ - Updated dependencies [4f47b3c]
41
+ - Updated dependencies [23b150b]
42
+ - Updated dependencies [8e85856]
43
+ - @scalar/openapi-types@0.3.4
44
+ - @scalar/components@0.14.14
45
+ - @scalar/oas-utils@0.4.9
46
+ - @scalar/openapi-parser@0.18.0
47
+ - @scalar/types@0.2.5
48
+ - @scalar/snippetz@0.3.1
49
+
3
50
  ## 0.2.16
4
51
 
5
52
  ### 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 youd like to have a really light-weight HTML API Reference, here you are:
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? Lets chat on Discord: <https://discord.gg/scalar>
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.16",
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.13",
59
- "@scalar/oas-utils": "0.4.8",
60
- "@scalar/openapi-types": "0.3.3",
61
- "@scalar/openapi-parser": "0.18.0",
62
- "@scalar/snippetz": "0.3.1",
63
- "@scalar/types": "0.2.4"
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.3",
74
- "@scalar/galaxy": "0.5.1"
73
+ "@scalar/build-tooling": "0.2.4",
74
+ "@scalar/galaxy": "0.5.3"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "scalar-build-vite",