@scalar/openapi-to-markdown 0.3.53 → 0.3.55

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 +31 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.3.55
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/components@0.19.14**
10
+
11
+ - **@scalar/oas-utils@0.8.2**
12
+
13
+ ## 0.3.54
14
+
15
+ ### Patch Changes
16
+
17
+ #### Updated Dependencies
18
+
19
+ - **@scalar/helpers@0.2.17**
20
+ - [#8310](https://github.com/scalar/scalar/pull/8310): refactor: move helpers to the helpers package to share primitive helpers
21
+
22
+ - **@scalar/openapi-upgrader@0.1.10**
23
+ - [#8272](https://github.com/scalar/scalar/pull/8272): feat: migrate swagger 2.0 response examples
24
+
25
+ - **@scalar/oas-utils@0.8.1**
26
+ - [#8310](https://github.com/scalar/scalar/pull/8310): fix: correctly handle circular documents during the migration to indexdb
27
+
28
+ - **@scalar/components@0.19.13**
29
+
30
+ - **@scalar/openapi-parser@0.24.16**
31
+
32
+ - **@scalar/types@0.6.9**
33
+
3
34
  ## 0.3.53
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.3.53",
19
+ "version": "0.3.55",
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.16",
57
- "@scalar/oas-utils": "0.8.0",
58
- "@scalar/openapi-parser": "0.24.15",
59
- "@scalar/components": "0.19.12",
60
- "@scalar/openapi-upgrader": "0.1.9",
56
+ "@scalar/components": "0.19.14",
57
+ "@scalar/helpers": "0.2.17",
61
58
  "@scalar/openapi-types": "0.5.3",
62
- "@scalar/types": "0.6.8"
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"
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/galaxy": "0.5.16",
74
- "@scalar/build-tooling": "0.4.1"
73
+ "@scalar/build-tooling": "0.4.1",
74
+ "@scalar/galaxy": "0.5.16"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "scalar-build-vite",