@scalar/openapi-to-markdown 0.3.32 → 0.3.34

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 +40 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.3.34
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.6.1**
10
+ - [#8000](https://github.com/scalar/scalar/pull/8000): fix(agent): change enabled flag to disabled
11
+ - [#7995](https://github.com/scalar/scalar/pull/7995): feat: enable/disable agent scalar
12
+
13
+ - **@scalar/openapi-parser@0.24.6**
14
+ - [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers
15
+
16
+ - **@scalar/helpers@0.2.10**
17
+ - [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers
18
+
19
+ - **@scalar/oas-utils@0.6.31**
20
+
21
+ - **@scalar/openapi-upgrader@0.1.8**
22
+
23
+ - **@scalar/components@0.17.1**
24
+
25
+ ## 0.3.33
26
+
27
+ ### Patch Changes
28
+
29
+ #### Updated Dependencies
30
+
31
+ - **@scalar/components@0.17.0**
32
+ - [#7959](https://github.com/scalar/scalar/pull/7959): feat(agent): add agent scalar to localhost
33
+
34
+ - **@scalar/types@0.6.0**
35
+ - [#7959](https://github.com/scalar/scalar/pull/7959): feat(agent): add agent scalar to localhost
36
+
37
+ - **@scalar/oas-utils@0.6.30**
38
+
39
+ - **@scalar/openapi-parser@0.24.5**
40
+
41
+ - **@scalar/openapi-upgrader@0.1.8**
42
+
3
43
  ## 0.3.32
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.3.32",
19
+ "version": "0.3.34",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -46,32 +46,32 @@
46
46
  ],
47
47
  "dependencies": {
48
48
  "html-minifier-terser": "^7.2.0",
49
- "rehype-parse": "^9.0.0",
49
+ "rehype-parse": "^9.0.1",
50
50
  "rehype-remark": "^10.0.1",
51
51
  "rehype-sanitize": "^6.0.0",
52
- "remark-gfm": "^4.0.0",
52
+ "remark-gfm": "^4.0.1",
53
53
  "remark-stringify": "^11.0.0",
54
- "unified": "^11.0.4",
54
+ "unified": "^11.0.5",
55
55
  "vue": "^3.5.26",
56
- "@scalar/components": "0.16.32",
57
- "@scalar/oas-utils": "0.6.29",
58
- "@scalar/openapi-parser": "0.24.5",
59
- "@scalar/openapi-types": "0.5.3",
60
- "@scalar/helpers": "0.2.9",
56
+ "@scalar/components": "0.17.1",
57
+ "@scalar/helpers": "0.2.10",
58
+ "@scalar/oas-utils": "0.6.31",
59
+ "@scalar/openapi-parser": "0.24.6",
61
60
  "@scalar/openapi-upgrader": "0.1.8",
62
- "@scalar/types": "0.5.10"
61
+ "@scalar/openapi-types": "0.5.3",
62
+ "@scalar/types": "0.6.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@hono/node-server": "^1.19.7",
66
66
  "@types/html-minifier-terser": "^7.0.2",
67
67
  "@vitejs/plugin-vue": "^6.0.3",
68
68
  "@vue/test-utils": "2.4.6",
69
- "hono": "4.11.4",
69
+ "hono": "4.11.7",
70
70
  "vite": "^7.3.1",
71
71
  "vitest": "4.0.16",
72
72
  "vue": "^3.5.26",
73
- "@scalar/build-tooling": "0.4.1",
74
- "@scalar/galaxy": "0.5.12"
73
+ "@scalar/galaxy": "0.5.12",
74
+ "@scalar/build-tooling": "0.4.1"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "scalar-build-vite",