@scalar/openapi-to-markdown 0.3.42 → 0.3.45

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 +43 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.3.45
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/components@0.19.4**
10
+ - [#8178](https://github.com/scalar/scalar/pull/8178): chore: package bump due to ci failure
11
+
12
+ - **@scalar/helpers@0.2.12**
13
+ - [#8178](https://github.com/scalar/scalar/pull/8178): chore: package bump due to ci failure
14
+
15
+ - **@scalar/oas-utils@0.6.42**
16
+
17
+ - **@scalar/openapi-parser@0.24.10**
18
+
19
+ - **@scalar/types@0.6.3**
20
+
21
+ - **@scalar/openapi-upgrader@0.1.8**
22
+
23
+ ## 0.3.44
24
+
25
+ ### Patch Changes
26
+
27
+ #### Updated Dependencies
28
+
29
+ - **@scalar/components@0.19.3**
30
+ - [#8155](https://github.com/scalar/scalar/pull/8155): fix(api-reference): bugs with cards rendering
31
+
32
+ - **@scalar/oas-utils@0.6.41**
33
+
34
+ ## 0.3.43
35
+
36
+ ### Patch Changes
37
+
38
+ #### Updated Dependencies
39
+
40
+ - **@scalar/components@0.19.2**
41
+ - [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
42
+
43
+ - **@scalar/oas-utils@0.6.40**
44
+ - [#8121](https://github.com/scalar/scalar/pull/8121): chore: moved client plugin types to oas-utils so they can be shared
45
+
3
46
  ## 0.3.42
4
47
 
5
48
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.3.42",
19
+ "version": "0.3.45",
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/helpers": "0.2.11",
57
- "@scalar/oas-utils": "0.6.39",
58
- "@scalar/components": "0.19.1",
59
- "@scalar/openapi-parser": "0.24.9",
60
- "@scalar/openapi-upgrader": "0.1.8",
56
+ "@scalar/helpers": "0.2.12",
57
+ "@scalar/oas-utils": "0.6.42",
58
+ "@scalar/components": "0.19.4",
59
+ "@scalar/openapi-parser": "0.24.10",
61
60
  "@scalar/openapi-types": "0.5.3",
62
- "@scalar/types": "0.6.2"
61
+ "@scalar/types": "0.6.3",
62
+ "@scalar/openapi-upgrader": "0.1.8"
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.13"
73
+ "@scalar/galaxy": "0.5.13",
74
+ "@scalar/build-tooling": "0.4.1"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "scalar-build-vite",