@scalar/openapi-to-markdown 0.2.25 → 0.2.28
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.28
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 66b18fc: feat: update the references to handle $refs from the magic proxy
|
|
8
|
+
- Updated dependencies [bbef120]
|
|
9
|
+
- Updated dependencies [a1429ca]
|
|
10
|
+
- Updated dependencies [d4adeba]
|
|
11
|
+
- Updated dependencies [172e397]
|
|
12
|
+
- Updated dependencies [66b18fc]
|
|
13
|
+
- Updated dependencies [5f022b5]
|
|
14
|
+
- Updated dependencies [d8b8a5b]
|
|
15
|
+
- Updated dependencies [6c24be9]
|
|
16
|
+
- Updated dependencies [6a88108]
|
|
17
|
+
- Updated dependencies [c418e92]
|
|
18
|
+
- Updated dependencies [638120c]
|
|
19
|
+
- Updated dependencies [0804cfc]
|
|
20
|
+
- @scalar/oas-utils@0.4.20
|
|
21
|
+
- @scalar/openapi-parser@0.20.0
|
|
22
|
+
- @scalar/components@0.14.25
|
|
23
|
+
- @scalar/types@0.2.12
|
|
24
|
+
- @scalar/openapi-types@0.3.7
|
|
25
|
+
- @scalar/snippetz@0.4.5
|
|
26
|
+
|
|
27
|
+
## 0.2.27
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [e203e90]
|
|
32
|
+
- Updated dependencies [3de82ac]
|
|
33
|
+
- Updated dependencies [58b9321]
|
|
34
|
+
- Updated dependencies [fbafeab]
|
|
35
|
+
- @scalar/openapi-parser@0.19.1
|
|
36
|
+
- @scalar/oas-utils@0.4.19
|
|
37
|
+
- @scalar/components@0.14.24
|
|
38
|
+
- @scalar/openapi-types@0.3.7
|
|
39
|
+
- @scalar/snippetz@0.4.4
|
|
40
|
+
- @scalar/types@0.2.11
|
|
41
|
+
|
|
42
|
+
## 0.2.26
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [46bfd2f]
|
|
47
|
+
- @scalar/oas-utils@0.4.18
|
|
48
|
+
- @scalar/components@0.14.23
|
|
49
|
+
|
|
3
50
|
## 0.2.25
|
|
4
51
|
|
|
5
52
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkdownReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/MarkdownReference.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MarkdownReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/MarkdownReference.vue"],"names":[],"mappings":"AAiUA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AASxD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,WAAW,CAAC,QAAQ,CAAA;CAC9B,CAAC;;AA6VF,wBAOG"}
|
|
@@ -225,7 +225,10 @@ const Q = { key: 1 }, X = { key: 0 }, Y = { key: 1 }, Z = { key: 2 }, h = { key:
|
|
|
225
225
|
], -1)),
|
|
226
226
|
s.type === "object" ? (t(), j(C, {
|
|
227
227
|
key: 2,
|
|
228
|
-
"model-value":
|
|
228
|
+
"model-value": (
|
|
229
|
+
// @ts-expect-error not on the new store yet
|
|
230
|
+
S(V)(s)
|
|
231
|
+
)
|
|
229
232
|
}, null, 8, ["model-value"])) : r("", !0)
|
|
230
233
|
]))), 128))
|
|
231
234
|
])) : r("", !0)
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"llm",
|
|
17
17
|
"swagger"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.2.
|
|
19
|
+
"version": "0.2.28",
|
|
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.17",
|
|
58
|
-
"@scalar/components": "0.14.
|
|
59
|
-
"@scalar/
|
|
58
|
+
"@scalar/components": "0.14.25",
|
|
59
|
+
"@scalar/oas-utils": "0.4.20",
|
|
60
|
+
"@scalar/openapi-parser": "0.20.0",
|
|
60
61
|
"@scalar/openapi-types": "0.3.7",
|
|
61
|
-
"@scalar/
|
|
62
|
-
"@scalar/
|
|
63
|
-
"@scalar/types": "0.2.11"
|
|
62
|
+
"@scalar/snippetz": "0.4.5",
|
|
63
|
+
"@scalar/types": "0.2.12"
|
|
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": "6.1.6",
|
|
72
72
|
"vue": "^3.5.17",
|
|
73
|
-
"@scalar/build-tooling": "0.2.
|
|
74
|
-
"@scalar/galaxy": "0.5.
|
|
73
|
+
"@scalar/build-tooling": "0.2.6",
|
|
74
|
+
"@scalar/galaxy": "0.5.7"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "scalar-build-vite",
|