@scalar/openapi-to-markdown 0.2.26 → 0.2.29

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,55 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.2.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [86d29c1]
8
+ - Updated dependencies [e2272a1]
9
+ - Updated dependencies [b6f4b60]
10
+ - @scalar/snippetz@0.4.6
11
+ - @scalar/oas-utils@0.4.21
12
+ - @scalar/components@0.14.26
13
+
14
+ ## 0.2.28
15
+
16
+ ### Patch Changes
17
+
18
+ - 66b18fc: feat: update the references to handle $refs from the magic proxy
19
+ - Updated dependencies [bbef120]
20
+ - Updated dependencies [a1429ca]
21
+ - Updated dependencies [d4adeba]
22
+ - Updated dependencies [172e397]
23
+ - Updated dependencies [66b18fc]
24
+ - Updated dependencies [5f022b5]
25
+ - Updated dependencies [d8b8a5b]
26
+ - Updated dependencies [6c24be9]
27
+ - Updated dependencies [6a88108]
28
+ - Updated dependencies [c418e92]
29
+ - Updated dependencies [638120c]
30
+ - Updated dependencies [0804cfc]
31
+ - @scalar/oas-utils@0.4.20
32
+ - @scalar/openapi-parser@0.20.0
33
+ - @scalar/components@0.14.25
34
+ - @scalar/types@0.2.12
35
+ - @scalar/openapi-types@0.3.7
36
+ - @scalar/snippetz@0.4.5
37
+
38
+ ## 0.2.27
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [e203e90]
43
+ - Updated dependencies [3de82ac]
44
+ - Updated dependencies [58b9321]
45
+ - Updated dependencies [fbafeab]
46
+ - @scalar/openapi-parser@0.19.1
47
+ - @scalar/oas-utils@0.4.19
48
+ - @scalar/components@0.14.24
49
+ - @scalar/openapi-types@0.3.7
50
+ - @scalar/snippetz@0.4.4
51
+ - @scalar/types@0.2.11
52
+
3
53
  ## 0.2.26
4
54
 
5
55
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"MarkdownReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/MarkdownReference.vue"],"names":[],"mappings":"AA6TA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AASxD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,WAAW,CAAC,QAAQ,CAAA;CAC9B,CAAC;;AAuVF,wBAOG"}
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": S(V)(s)
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.26",
19
+ "version": "0.2.29",
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.23",
59
- "@scalar/openapi-parser": "0.19.0",
60
- "@scalar/oas-utils": "0.4.18",
61
- "@scalar/snippetz": "0.4.4",
62
- "@scalar/types": "0.2.11",
63
- "@scalar/openapi-types": "0.3.7"
58
+ "@scalar/components": "0.14.26",
59
+ "@scalar/oas-utils": "0.4.21",
60
+ "@scalar/openapi-parser": "0.20.0",
61
+ "@scalar/snippetz": "0.4.6",
62
+ "@scalar/openapi-types": "0.3.7",
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.4",
74
- "@scalar/galaxy": "0.5.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",