@scalar/openapi-to-markdown 0.1.0 → 0.2.2

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 +44 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ea20eb4]
8
+ - @scalar/openapi-parser@0.11.1
9
+ - @scalar/oas-utils@0.3.1
10
+
11
+ ## 0.2.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 4440949: chore: set galaxy version to workspace
16
+ - Updated dependencies [4440949]
17
+ - @scalar/components@0.14.1
18
+ - @scalar/oas-utils@0.3.1
19
+ - @scalar/openapi-types@0.3.1
20
+ - @scalar/types@0.2.1
21
+ - @scalar/openapi-parser@0.11.0
22
+ - @scalar/snippetz@0.3.0
23
+
24
+ ## 0.2.0
25
+
26
+ ### Minor Changes
27
+
28
+ - 483ca93: chore: require Node 20 (or above)
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [bd602d3]
33
+ - Updated dependencies [b77f67a]
34
+ - Updated dependencies [30bab1d]
35
+ - Updated dependencies [5613e40]
36
+ - Updated dependencies [483ca93]
37
+ - Updated dependencies [1d1470c]
38
+ - Updated dependencies [0efcab4]
39
+ - Updated dependencies [20cf550]
40
+ - @scalar/openapi-parser@0.11.0
41
+ - @scalar/snippetz@0.3.0
42
+ - @scalar/oas-utils@0.3.0
43
+ - @scalar/components@0.14.0
44
+ - @scalar/openapi-types@0.3.0
45
+ - @scalar/types@0.2.0
46
+
3
47
  ## 0.1.0
4
48
 
5
49
  ### Minor Changes
package/package.json CHANGED
@@ -16,9 +16,9 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.1.0",
19
+ "version": "0.2.2",
20
20
  "engines": {
21
- "node": ">=18"
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.13.59",
59
- "@scalar/openapi-parser": "0.10.17",
60
- "@scalar/openapi-types": "0.2.3",
61
- "@scalar/types": "0.1.16",
62
- "@scalar/oas-utils": "0.2.144",
63
- "@scalar/snippetz": "0.2.20"
58
+ "@scalar/components": "0.14.1",
59
+ "@scalar/oas-utils": "0.3.1",
60
+ "@scalar/openapi-parser": "0.11.1",
61
+ "@scalar/openapi-types": "0.3.1",
62
+ "@scalar/snippetz": "0.3.0",
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.1.19"
73
+ "@scalar/build-tooling": "0.2.0",
74
+ "@scalar/galaxy": "0.4.1"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "scalar-build-vite",