@scalar/openapi-to-markdown 0.3.55 → 0.4.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,61 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
8
+
9
+ ### Patch Changes
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/openapi-upgrader@0.2.0**
14
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
15
+
16
+ - **@scalar/openapi-parser@0.25.0**
17
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
18
+
19
+ - **@scalar/openapi-types@0.6.0**
20
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
21
+
22
+ - **@scalar/components@0.20.0**
23
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
24
+
25
+ - **@scalar/oas-utils@0.9.0**
26
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
27
+
28
+ - **@scalar/helpers@0.3.0**
29
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
30
+
31
+ - **@scalar/types@0.7.0**
32
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
33
+
34
+ ## 0.3.56
35
+
36
+ ### Patch Changes
37
+
38
+ #### Updated Dependencies
39
+
40
+ - **@scalar/openapi-types@0.5.4**
41
+ - [#8275](https://github.com/scalar/scalar/pull/8275): fix(openapi-types): make the `$ref` property in the `ReferenceObject` type required
42
+
43
+ - **@scalar/components@0.19.15**
44
+ - [#8319](https://github.com/scalar/scalar/pull/8319): fix(components): fix adjust sidebar section line height
45
+
46
+ - **@scalar/openapi-upgrader@0.1.11**
47
+ - [#8326](https://github.com/scalar/scalar/pull/8326): feat: keep named request examples when upgrading from Swagger 2.0
48
+
49
+ - **@scalar/oas-utils@0.8.3**
50
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
51
+
52
+ - **@scalar/helpers@0.2.18**
53
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
54
+
55
+ - **@scalar/openapi-parser@0.24.17**
56
+
57
+ - **@scalar/types@0.6.10**
58
+
3
59
  ## 0.3.55
4
60
 
5
61
  ### Patch Changes
package/package.json CHANGED
@@ -16,9 +16,9 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.3.55",
19
+ "version": "0.4.0",
20
20
  "engines": {
21
- "node": ">=20"
21
+ "node": ">=22"
22
22
  },
23
23
  "type": "module",
24
24
  "main": "dist/index.js",
@@ -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.14",
57
- "@scalar/helpers": "0.2.17",
58
- "@scalar/openapi-types": "0.5.3",
59
- "@scalar/oas-utils": "0.8.2",
60
- "@scalar/openapi-upgrader": "0.1.10",
61
- "@scalar/types": "0.6.9",
62
- "@scalar/openapi-parser": "0.24.16"
56
+ "@scalar/oas-utils": "0.9.0",
57
+ "@scalar/components": "0.20.0",
58
+ "@scalar/openapi-parser": "0.25.0",
59
+ "@scalar/helpers": "0.3.0",
60
+ "@scalar/openapi-upgrader": "0.2.0",
61
+ "@scalar/openapi-types": "0.6.0",
62
+ "@scalar/types": "0.7.0"
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/build-tooling": "0.4.1",
74
- "@scalar/galaxy": "0.5.16"
73
+ "@scalar/build-tooling": "0.5.0",
74
+ "@scalar/galaxy": "0.6.0"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "scalar-build-vite",