@scalar/openapi-to-markdown 0.1.0 → 0.2.1
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 +36 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @scalar/openapi-to-markdown
|
|
2
2
|
|
|
3
|
+
## 0.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4440949: chore: set galaxy version to workspace
|
|
8
|
+
- Updated dependencies [4440949]
|
|
9
|
+
- @scalar/components@0.14.1
|
|
10
|
+
- @scalar/oas-utils@0.3.1
|
|
11
|
+
- @scalar/openapi-types@0.3.1
|
|
12
|
+
- @scalar/types@0.2.1
|
|
13
|
+
- @scalar/openapi-parser@0.11.0
|
|
14
|
+
- @scalar/snippetz@0.3.0
|
|
15
|
+
|
|
16
|
+
## 0.2.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- 483ca93: chore: require Node 20 (or above)
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [bd602d3]
|
|
25
|
+
- Updated dependencies [b77f67a]
|
|
26
|
+
- Updated dependencies [30bab1d]
|
|
27
|
+
- Updated dependencies [5613e40]
|
|
28
|
+
- Updated dependencies [483ca93]
|
|
29
|
+
- Updated dependencies [1d1470c]
|
|
30
|
+
- Updated dependencies [0efcab4]
|
|
31
|
+
- Updated dependencies [20cf550]
|
|
32
|
+
- @scalar/openapi-parser@0.11.0
|
|
33
|
+
- @scalar/snippetz@0.3.0
|
|
34
|
+
- @scalar/oas-utils@0.3.0
|
|
35
|
+
- @scalar/components@0.14.0
|
|
36
|
+
- @scalar/openapi-types@0.3.0
|
|
37
|
+
- @scalar/types@0.2.0
|
|
38
|
+
|
|
3
39
|
## 0.1.0
|
|
4
40
|
|
|
5
41
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"llm",
|
|
17
17
|
"swagger"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.1
|
|
19
|
+
"version": "0.2.1",
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": ">=
|
|
21
|
+
"node": ">=20"
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"main": "dist/index.js",
|
|
@@ -55,23 +55,23 @@
|
|
|
55
55
|
"remark-stringify": "^11.0.0",
|
|
56
56
|
"unified": "^11.0.4",
|
|
57
57
|
"vue": "^3.5.12",
|
|
58
|
-
"@scalar/components": "0.
|
|
59
|
-
"@scalar/
|
|
60
|
-
"@scalar/
|
|
61
|
-
"@scalar/
|
|
62
|
-
"@scalar/
|
|
63
|
-
"@scalar/
|
|
58
|
+
"@scalar/components": "0.14.1",
|
|
59
|
+
"@scalar/oas-utils": "0.3.1",
|
|
60
|
+
"@scalar/snippetz": "0.3.0",
|
|
61
|
+
"@scalar/openapi-parser": "0.11.0",
|
|
62
|
+
"@scalar/openapi-types": "0.3.1",
|
|
63
|
+
"@scalar/types": "0.2.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@hono/node-server": "^1.11.0",
|
|
67
|
-
"@scalar/galaxy": "^0.3.2",
|
|
68
67
|
"@types/html-minifier-terser": "^7.0.2",
|
|
69
68
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
70
69
|
"@vue/test-utils": "^2.4.1",
|
|
71
70
|
"hono": "^4.6.5",
|
|
72
71
|
"vite": "5.4.19",
|
|
73
72
|
"vue": "^3.5.12",
|
|
74
|
-
"@scalar/build-tooling": "0.
|
|
73
|
+
"@scalar/build-tooling": "0.2.0",
|
|
74
|
+
"@scalar/galaxy": "0.4.1"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "scalar-build-vite",
|