@scalar/openapi-to-markdown 0.3.7 → 0.3.11

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 +65 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # @scalar/openapi-to-markdown
2
2
 
3
+ ## 0.3.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/components@0.16.11**
12
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
13
+
14
+ - **@scalar/helpers@0.2.4**
15
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
16
+ - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
17
+
18
+ - **@scalar/oas-utils@0.6.11**
19
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
20
+
21
+ - **@scalar/openapi-parser@0.23.9**
22
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
23
+
24
+ - **@scalar/types@0.5.4**
25
+ - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
26
+
27
+ - **@scalar/openapi-upgrader@0.1.6**
28
+
29
+ ## 0.3.10
30
+
31
+ ### Patch Changes
32
+
33
+ #### Updated Dependencies
34
+
35
+ - **@scalar/helpers@0.2.3**
36
+ - [#7575](https://github.com/scalar/scalar/pull/7575): feat: add support for object examples + hide body when empty
37
+
38
+ - **@scalar/components@0.16.10**
39
+ - [#7531](https://github.com/scalar/scalar/pull/7531): feat(components): add discrete sidebar group buttons
40
+
41
+ - **@scalar/oas-utils@0.6.10**
42
+
43
+ - **@scalar/openapi-parser@0.23.8**
44
+
45
+ ## 0.3.9
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [[`bb52d9a`](https://github.com/scalar/scalar/commit/bb52d9a21e53628270bab93c0f03b5731c9c97c6)]:
50
+ - @scalar/types@0.5.3
51
+ - @scalar/components@0.16.9
52
+ - @scalar/oas-utils@0.6.9
53
+ - @scalar/openapi-parser@0.23.7
54
+ - @scalar/openapi-upgrader@0.1.6
55
+ - @scalar/helpers@0.2.2
56
+ - @scalar/openapi-types@0.5.3
57
+
58
+ ## 0.3.8
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [[`f7c24e4`](https://github.com/scalar/scalar/commit/f7c24e4995580649dbc3cb87007a683f5dd91f7c), [`4ac6227`](https://github.com/scalar/scalar/commit/4ac62278d4205c34a1a302b756ef3632185876cf)]:
63
+ - @scalar/helpers@0.2.2
64
+ - @scalar/components@0.16.8
65
+ - @scalar/oas-utils@0.6.8
66
+ - @scalar/openapi-parser@0.23.7
67
+
3
68
  ## 0.3.7
4
69
 
5
70
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "llm",
17
17
  "swagger"
18
18
  ],
19
- "version": "0.3.7",
19
+ "version": "0.3.11",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -53,13 +53,13 @@
53
53
  "remark-stringify": "^11.0.0",
54
54
  "unified": "^11.0.4",
55
55
  "vue": "^3.5.21",
56
- "@scalar/components": "0.16.7",
57
- "@scalar/oas-utils": "0.6.7",
58
- "@scalar/openapi-parser": "0.23.6",
56
+ "@scalar/components": "0.16.11",
57
+ "@scalar/oas-utils": "0.6.11",
58
+ "@scalar/openapi-parser": "0.23.9",
59
+ "@scalar/helpers": "0.2.4",
59
60
  "@scalar/openapi-types": "0.5.3",
60
- "@scalar/helpers": "0.2.1",
61
61
  "@scalar/openapi-upgrader": "0.1.6",
62
- "@scalar/types": "0.5.2"
62
+ "@scalar/types": "0.5.4"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@hono/node-server": "1.19.5",
@@ -70,7 +70,7 @@
70
70
  "vite": "7.1.11",
71
71
  "vitest": "3.2.4",
72
72
  "vue": "^3.5.21",
73
- "@scalar/build-tooling": "0.3.1",
73
+ "@scalar/build-tooling": "0.4.0",
74
74
  "@scalar/galaxy": "0.5.12"
75
75
  },
76
76
  "scripts": {