@redocly/cli 1.34.4 → 2.0.0-next.0

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 (321) hide show
  1. package/README.md +34 -3
  2. package/bin/cli.js +1 -1
  3. package/lib/auth/device-flow.d.ts +1 -0
  4. package/lib/auth/device-flow.d.ts.map +1 -0
  5. package/lib/auth/device-flow.js +15 -17
  6. package/lib/auth/device-flow.js.map +1 -0
  7. package/lib/auth/oauth-client.d.ts +1 -0
  8. package/lib/auth/oauth-client.d.ts.map +1 -0
  9. package/lib/auth/oauth-client.js +21 -23
  10. package/lib/auth/oauth-client.js.map +1 -0
  11. package/lib/commands/auth.d.ts +3 -5
  12. package/lib/commands/auth.d.ts.map +1 -0
  13. package/lib/commands/auth.js +19 -44
  14. package/lib/commands/auth.js.map +1 -0
  15. package/lib/commands/build-docs/index.d.ts +4 -3
  16. package/lib/commands/build-docs/index.d.ts.map +1 -0
  17. package/lib/commands/build-docs/index.js +23 -24
  18. package/lib/commands/build-docs/index.js.map +1 -0
  19. package/lib/commands/build-docs/types.d.ts +2 -1
  20. package/lib/commands/build-docs/types.d.ts.map +1 -0
  21. package/lib/commands/build-docs/types.js +2 -2
  22. package/lib/commands/build-docs/types.js.map +1 -0
  23. package/lib/commands/build-docs/utils.d.ts +3 -2
  24. package/lib/commands/build-docs/utils.d.ts.map +1 -0
  25. package/lib/commands/build-docs/utils.js +35 -37
  26. package/lib/commands/build-docs/utils.js.map +1 -0
  27. package/lib/commands/bundle.d.ts +6 -3
  28. package/lib/commands/bundle.d.ts.map +1 -0
  29. package/lib/commands/bundle.js +34 -38
  30. package/lib/commands/bundle.js.map +1 -0
  31. package/lib/commands/eject.d.ts +3 -2
  32. package/lib/commands/eject.d.ts.map +1 -0
  33. package/lib/commands/eject.js +11 -13
  34. package/lib/commands/eject.js.map +1 -0
  35. package/lib/commands/join.d.ts +4 -3
  36. package/lib/commands/join.d.ts.map +1 -0
  37. package/lib/commands/join.js +79 -81
  38. package/lib/commands/join.js.map +1 -0
  39. package/lib/commands/lint.d.ts +8 -6
  40. package/lib/commands/lint.d.ts.map +1 -0
  41. package/lib/commands/lint.js +53 -62
  42. package/lib/commands/lint.js.map +1 -0
  43. package/lib/commands/preview-project/constants.d.ts +2 -1
  44. package/lib/commands/preview-project/constants.d.ts.map +1 -0
  45. package/lib/commands/preview-project/constants.js +4 -6
  46. package/lib/commands/preview-project/constants.js.map +1 -0
  47. package/lib/commands/preview-project/index.d.ts +3 -2
  48. package/lib/commands/preview-project/index.d.ts.map +1 -0
  49. package/lib/commands/preview-project/index.js +21 -23
  50. package/lib/commands/preview-project/index.js.map +1 -0
  51. package/lib/commands/preview-project/types.d.ts +3 -2
  52. package/lib/commands/preview-project/types.d.ts.map +1 -0
  53. package/lib/commands/preview-project/types.js +2 -2
  54. package/lib/commands/preview-project/types.js.map +1 -0
  55. package/lib/commands/split/index.d.ts +4 -3
  56. package/lib/commands/split/index.d.ts.map +1 -0
  57. package/lib/commands/split/index.js +53 -57
  58. package/lib/commands/split/index.js.map +1 -0
  59. package/lib/commands/split/types.d.ts +2 -2
  60. package/lib/commands/split/types.d.ts.map +1 -0
  61. package/lib/commands/split/types.js +11 -13
  62. package/lib/commands/split/types.js.map +1 -0
  63. package/lib/commands/stats.d.ts +3 -2
  64. package/lib/commands/stats.d.ts.map +1 -0
  65. package/lib/commands/stats.js +21 -24
  66. package/lib/commands/stats.js.map +1 -0
  67. package/lib/commands/translations.d.ts +3 -2
  68. package/lib/commands/translations.d.ts.map +1 -0
  69. package/lib/commands/translations.js +11 -13
  70. package/lib/commands/translations.js.map +1 -0
  71. package/lib/index.d.ts +2 -1
  72. package/lib/index.d.ts.map +1 -0
  73. package/lib/index.js +109 -239
  74. package/lib/index.js.map +1 -0
  75. package/lib/otel.d.ts +2 -1
  76. package/lib/otel.d.ts.map +1 -0
  77. package/lib/otel.js +22 -23
  78. package/lib/otel.js.map +1 -0
  79. package/lib/reunite/api/api-client.d.ts +4 -3
  80. package/lib/reunite/api/api-client.d.ts.map +1 -0
  81. package/lib/reunite/api/api-client.js +14 -20
  82. package/lib/reunite/api/api-client.js.map +1 -0
  83. package/lib/reunite/api/api-keys.d.ts +2 -1
  84. package/lib/reunite/api/api-keys.d.ts.map +1 -0
  85. package/lib/reunite/api/api-keys.js +4 -20
  86. package/lib/reunite/api/api-keys.js.map +1 -0
  87. package/lib/reunite/api/domains.d.ts +5 -2
  88. package/lib/reunite/api/domains.d.ts.map +1 -0
  89. package/lib/reunite/api/domains.js +6 -15
  90. package/lib/reunite/api/domains.js.map +1 -0
  91. package/lib/reunite/api/index.d.ts +4 -3
  92. package/lib/reunite/api/index.d.ts.map +1 -0
  93. package/lib/reunite/api/index.js +4 -19
  94. package/lib/reunite/api/index.js.map +1 -0
  95. package/lib/reunite/api/types.d.ts +1 -0
  96. package/lib/reunite/api/types.d.ts.map +1 -0
  97. package/lib/reunite/api/types.js +2 -2
  98. package/lib/reunite/api/types.js.map +1 -0
  99. package/lib/reunite/commands/push-status.d.ts +6 -5
  100. package/lib/reunite/commands/push-status.d.ts.map +1 -0
  101. package/lib/reunite/commands/push-status.js +31 -37
  102. package/lib/reunite/commands/push-status.js.map +1 -0
  103. package/lib/reunite/commands/push.d.ts +6 -6
  104. package/lib/reunite/commands/push.d.ts.map +1 -0
  105. package/lib/reunite/commands/push.js +31 -40
  106. package/lib/reunite/commands/push.js.map +1 -0
  107. package/lib/reunite/commands/utils.d.ts +4 -3
  108. package/lib/reunite/commands/utils.d.ts.map +1 -0
  109. package/lib/reunite/commands/utils.js +9 -12
  110. package/lib/reunite/commands/utils.js.map +1 -0
  111. package/lib/reunite/utils.d.ts +1 -0
  112. package/lib/reunite/utils.d.ts.map +1 -0
  113. package/lib/reunite/utils.js +2 -5
  114. package/lib/reunite/utils.js.map +1 -0
  115. package/lib/types.d.ts +15 -27
  116. package/lib/types.d.ts.map +1 -0
  117. package/lib/types.js +2 -5
  118. package/lib/types.js.map +1 -0
  119. package/lib/utils/assert-node-version.d.ts +1 -0
  120. package/lib/utils/assert-node-version.d.ts.map +1 -0
  121. package/lib/utils/assert-node-version.js +8 -10
  122. package/lib/utils/assert-node-version.js.map +1 -0
  123. package/lib/utils/error.d.ts +4 -0
  124. package/lib/utils/error.d.ts.map +1 -0
  125. package/lib/utils/error.js +8 -0
  126. package/lib/utils/error.js.map +1 -0
  127. package/lib/utils/fetch-with-timeout.d.ts +1 -0
  128. package/lib/utils/fetch-with-timeout.d.ts.map +1 -0
  129. package/lib/utils/fetch-with-timeout.js +6 -8
  130. package/lib/utils/fetch-with-timeout.js.map +1 -0
  131. package/lib/utils/{getCommandNameFromArgs.d.ts → get-command-name-from-args.d.ts} +1 -0
  132. package/lib/utils/get-command-name-from-args.d.ts.map +1 -0
  133. package/lib/utils/get-command-name-from-args.js +4 -0
  134. package/lib/utils/get-command-name-from-args.js.map +1 -0
  135. package/lib/utils/js-utils.d.ts +1 -0
  136. package/lib/utils/js-utils.d.ts.map +1 -0
  137. package/lib/utils/js-utils.js +8 -12
  138. package/lib/utils/js-utils.js.map +1 -0
  139. package/lib/utils/miscellaneous.d.ts +9 -48
  140. package/lib/utils/miscellaneous.d.ts.map +1 -0
  141. package/lib/utils/miscellaneous.js +131 -269
  142. package/lib/utils/miscellaneous.js.map +1 -0
  143. package/lib/utils/package.d.ts +2 -0
  144. package/lib/utils/package.d.ts.map +1 -0
  145. package/lib/utils/package.js +4 -0
  146. package/lib/utils/package.js.map +1 -0
  147. package/lib/utils/platform.d.ts +1 -0
  148. package/lib/utils/platform.d.ts.map +1 -0
  149. package/lib/utils/platform.js +5 -9
  150. package/lib/utils/platform.js.map +1 -0
  151. package/lib/utils/proxy-agent.d.ts +3 -0
  152. package/lib/utils/proxy-agent.d.ts.map +1 -0
  153. package/lib/utils/proxy-agent.js +6 -0
  154. package/lib/utils/proxy-agent.js.map +1 -0
  155. package/lib/utils/spinner.d.ts +1 -0
  156. package/lib/utils/spinner.d.ts.map +1 -0
  157. package/lib/utils/spinner.js +8 -10
  158. package/lib/utils/spinner.js.map +1 -0
  159. package/lib/utils/telemetry.d.ts +40 -0
  160. package/lib/utils/telemetry.d.ts.map +1 -0
  161. package/lib/utils/telemetry.js +138 -0
  162. package/lib/utils/telemetry.js.map +1 -0
  163. package/lib/utils/update-version-notifier.d.ts +1 -1
  164. package/lib/utils/update-version-notifier.d.ts.map +1 -0
  165. package/lib/utils/update-version-notifier.js +35 -38
  166. package/lib/utils/update-version-notifier.js.map +1 -0
  167. package/lib/utils/validate-positive-number.d.ts +2 -0
  168. package/lib/utils/validate-positive-number.d.ts.map +1 -0
  169. package/lib/utils/validate-positive-number.js +13 -0
  170. package/lib/utils/validate-positive-number.js.map +1 -0
  171. package/lib/wrapper.d.ts +3 -3
  172. package/lib/wrapper.d.ts.map +1 -0
  173. package/lib/wrapper.js +39 -26
  174. package/lib/wrapper.js.map +1 -0
  175. package/package.json +16 -17
  176. package/CHANGELOG.md +0 -777
  177. package/lib/__mocks__/@redocly/openapi-core.d.ts +0 -99
  178. package/lib/__mocks__/@redocly/openapi-core.js +0 -84
  179. package/lib/__mocks__/documents.d.ts +0 -150
  180. package/lib/__mocks__/documents.js +0 -123
  181. package/lib/__mocks__/fs.d.ts +0 -8
  182. package/lib/__mocks__/fs.js +0 -9
  183. package/lib/__mocks__/perf_hooks.d.ts +0 -3
  184. package/lib/__mocks__/perf_hooks.js +0 -6
  185. package/lib/__mocks__/redoc.d.ts +0 -6
  186. package/lib/__mocks__/redoc.js +0 -5
  187. package/lib/__tests__/commands/build-docs.test.d.ts +0 -1
  188. package/lib/__tests__/commands/build-docs.test.js +0 -54
  189. package/lib/__tests__/commands/bundle.test.d.ts +0 -1
  190. package/lib/__tests__/commands/bundle.test.js +0 -235
  191. package/lib/__tests__/commands/join.test.d.ts +0 -1
  192. package/lib/__tests__/commands/join.test.js +0 -274
  193. package/lib/__tests__/commands/lint.test.d.ts +0 -1
  194. package/lib/__tests__/commands/lint.test.js +0 -149
  195. package/lib/__tests__/commands/push-region.test.d.ts +0 -1
  196. package/lib/__tests__/commands/push-region.test.js +0 -90
  197. package/lib/__tests__/commands/push.test.d.ts +0 -1
  198. package/lib/__tests__/commands/push.test.js +0 -496
  199. package/lib/__tests__/fetch-with-timeout.test.d.ts +0 -1
  200. package/lib/__tests__/fetch-with-timeout.test.js +0 -64
  201. package/lib/__tests__/fixtures/config.d.ts +0 -21
  202. package/lib/__tests__/fixtures/config.js +0 -24
  203. package/lib/__tests__/spinner.test.d.ts +0 -1
  204. package/lib/__tests__/spinner.test.js +0 -43
  205. package/lib/__tests__/utils.test.d.ts +0 -1
  206. package/lib/__tests__/utils.test.js +0 -651
  207. package/lib/__tests__/wrapper.test.d.ts +0 -1
  208. package/lib/__tests__/wrapper.test.js +0 -76
  209. package/lib/auth/__tests__/device-flow.test.d.ts +0 -1
  210. package/lib/auth/__tests__/device-flow.test.js +0 -62
  211. package/lib/auth/__tests__/oauth-client.test.d.ts +0 -1
  212. package/lib/auth/__tests__/oauth-client.test.js +0 -93
  213. package/lib/commands/preview-docs/index.d.ts +0 -12
  214. package/lib/commands/preview-docs/index.js +0 -127
  215. package/lib/commands/preview-docs/preview-server/default.hbs +0 -24
  216. package/lib/commands/preview-docs/preview-server/hot.js +0 -59
  217. package/lib/commands/preview-docs/preview-server/oauth2-redirect.html +0 -21
  218. package/lib/commands/preview-docs/preview-server/preview-server.d.ts +0 -5
  219. package/lib/commands/preview-docs/preview-server/preview-server.js +0 -113
  220. package/lib/commands/preview-docs/preview-server/server.d.ts +0 -22
  221. package/lib/commands/preview-docs/preview-server/server.js +0 -85
  222. package/lib/commands/push.d.ts +0 -44
  223. package/lib/commands/push.js +0 -301
  224. package/lib/commands/split/__tests__/index.test.d.ts +0 -1
  225. package/lib/commands/split/__tests__/index.test.js +0 -91
  226. package/lib/reunite/api/__tests__/api-keys.test.d.ts +0 -1
  227. package/lib/reunite/api/__tests__/api-keys.test.js +0 -26
  228. package/lib/reunite/api/__tests__/api.client.test.d.ts +0 -1
  229. package/lib/reunite/api/__tests__/api.client.test.js +0 -337
  230. package/lib/reunite/api/__tests__/domains.test.d.ts +0 -1
  231. package/lib/reunite/api/__tests__/domains.test.js +0 -32
  232. package/lib/reunite/commands/__tests__/push-status.test.d.ts +0 -1
  233. package/lib/reunite/commands/__tests__/push-status.test.js +0 -563
  234. package/lib/reunite/commands/__tests__/push.test.d.ts +0 -1
  235. package/lib/reunite/commands/__tests__/push.test.js +0 -315
  236. package/lib/reunite/commands/__tests__/utils.test.d.ts +0 -1
  237. package/lib/reunite/commands/__tests__/utils.test.js +0 -51
  238. package/lib/utils/__mocks__/miscellaneous.d.ts +0 -43
  239. package/lib/utils/__mocks__/miscellaneous.js +0 -24
  240. package/lib/utils/getCommandNameFromArgs.js +0 -6
  241. package/src/__mocks__/@redocly/openapi-core.ts +0 -88
  242. package/src/__mocks__/documents.ts +0 -124
  243. package/src/__mocks__/fs.ts +0 -6
  244. package/src/__mocks__/perf_hooks.ts +0 -3
  245. package/src/__mocks__/redoc.ts +0 -2
  246. package/src/__tests__/commands/build-docs.test.ts +0 -59
  247. package/src/__tests__/commands/bundle.test.ts +0 -285
  248. package/src/__tests__/commands/join.test.ts +0 -334
  249. package/src/__tests__/commands/lint.test.ts +0 -190
  250. package/src/__tests__/commands/push-region.test.ts +0 -104
  251. package/src/__tests__/commands/push.test.ts +0 -553
  252. package/src/__tests__/fetch-with-timeout.test.ts +0 -81
  253. package/src/__tests__/fixtures/config.ts +0 -21
  254. package/src/__tests__/fixtures/openapi.json +0 -0
  255. package/src/__tests__/fixtures/openapi.yaml +0 -0
  256. package/src/__tests__/fixtures/redocly.yaml +0 -0
  257. package/src/__tests__/spinner.test.ts +0 -51
  258. package/src/__tests__/utils.test.ts +0 -781
  259. package/src/__tests__/wrapper.test.ts +0 -91
  260. package/src/auth/__tests__/device-flow.test.ts +0 -73
  261. package/src/auth/__tests__/oauth-client.test.ts +0 -117
  262. package/src/auth/device-flow.ts +0 -175
  263. package/src/auth/oauth-client.ts +0 -111
  264. package/src/commands/auth.ts +0 -66
  265. package/src/commands/build-docs/index.ts +0 -55
  266. package/src/commands/build-docs/template.hbs +0 -23
  267. package/src/commands/build-docs/types.ts +0 -25
  268. package/src/commands/build-docs/utils.ts +0 -110
  269. package/src/commands/bundle.ts +0 -154
  270. package/src/commands/eject.ts +0 -42
  271. package/src/commands/join.ts +0 -794
  272. package/src/commands/lint.ts +0 -169
  273. package/src/commands/preview-docs/index.ts +0 -183
  274. package/src/commands/preview-docs/preview-server/default.hbs +0 -24
  275. package/src/commands/preview-docs/preview-server/hot.js +0 -59
  276. package/src/commands/preview-docs/preview-server/oauth2-redirect.html +0 -21
  277. package/src/commands/preview-docs/preview-server/preview-server.ts +0 -159
  278. package/src/commands/preview-docs/preview-server/server.ts +0 -92
  279. package/src/commands/preview-project/constants.ts +0 -23
  280. package/src/commands/preview-project/index.ts +0 -71
  281. package/src/commands/preview-project/types.ts +0 -12
  282. package/src/commands/push.ts +0 -470
  283. package/src/commands/split/__tests__/fixtures/samples.json +0 -61
  284. package/src/commands/split/__tests__/fixtures/spec.json +0 -70
  285. package/src/commands/split/__tests__/fixtures/webhooks.json +0 -85
  286. package/src/commands/split/__tests__/index.test.ts +0 -156
  287. package/src/commands/split/index.ts +0 -397
  288. package/src/commands/split/types.ts +0 -60
  289. package/src/commands/stats.ts +0 -140
  290. package/src/commands/translations.ts +0 -32
  291. package/src/custom.d.ts +0 -1
  292. package/src/index.ts +0 -970
  293. package/src/otel.ts +0 -59
  294. package/src/reunite/api/__tests__/api-keys.test.ts +0 -37
  295. package/src/reunite/api/__tests__/api.client.test.ts +0 -452
  296. package/src/reunite/api/__tests__/domains.test.ts +0 -41
  297. package/src/reunite/api/api-client.ts +0 -381
  298. package/src/reunite/api/api-keys.ts +0 -26
  299. package/src/reunite/api/domains.ts +0 -23
  300. package/src/reunite/api/index.ts +0 -3
  301. package/src/reunite/api/types.ts +0 -108
  302. package/src/reunite/commands/__tests__/push-status.test.ts +0 -653
  303. package/src/reunite/commands/__tests__/push.test.ts +0 -385
  304. package/src/reunite/commands/__tests__/utils.test.ts +0 -62
  305. package/src/reunite/commands/push-status.ts +0 -325
  306. package/src/reunite/commands/push.ts +0 -235
  307. package/src/reunite/commands/utils.ts +0 -66
  308. package/src/reunite/utils.ts +0 -1
  309. package/src/types.ts +0 -64
  310. package/src/utils/__mocks__/miscellaneous.ts +0 -24
  311. package/src/utils/assert-node-version.ts +0 -19
  312. package/src/utils/fetch-with-timeout.ts +0 -30
  313. package/src/utils/getCommandNameFromArgs.ts +0 -5
  314. package/src/utils/js-utils.ts +0 -24
  315. package/src/utils/miscellaneous.ts +0 -729
  316. package/src/utils/platform.ts +0 -31
  317. package/src/utils/spinner.ts +0 -50
  318. package/src/utils/update-version-notifier.ts +0 -115
  319. package/src/wrapper.ts +0 -77
  320. package/tsconfig.json +0 -9
  321. package/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md DELETED
@@ -1,777 +0,0 @@
1
- # @redocly/cli
2
-
3
- ## 1.34.4
4
-
5
- ### Patch Changes
6
-
7
- - Resolved an issue where `dotenv@16.6.0` injected an unintended message into the output.
8
- - Updated @redocly/respect-core to v1.34.4.
9
-
10
- ## 1.34.3
11
-
12
- ### Patch Changes
13
-
14
- - Updated Redoc to v2.5.0.
15
- - Updated @redocly/openapi-core to v1.34.3.
16
-
17
- ## 1.34.2
18
-
19
- ### Patch Changes
20
-
21
- - Updated @redocly/openapi-core to v1.34.2.
22
-
23
- ## 1.34.1
24
-
25
- ### Patch Changes
26
-
27
- - Improved OpenTelemetry data serialization.
28
- - Updated @redocly/respect-core to v1.34.1.
29
-
30
- ## 1.34.0
31
-
32
- ### Minor Changes
33
-
34
- - Added global execution timeout timer to `respect` command execution to prevent infinite test runs. You can configure this timer using the `RESPECT_TIMEOUT` environment variable (defaults to 1 hour).
35
-
36
- ### Patch Changes
37
-
38
- - Updated @redocly/respect-core to v1.34.0.
39
-
40
- ## 1.33.1
41
-
42
- ### Patch Changes
43
-
44
- - Fixed `generate-arazzo` command to properly handle output file paths. The `output-file` parameter must have a value when provided.
45
- - Updated @redocly/respect-core to v1.33.1.
46
-
47
- ## 1.33.0
48
-
49
- ### Minor Changes
50
-
51
- - Added support for generating workflows from OpenAPI operations without operationIds. The `generate-arazzo` command now automatically generates operationPaths using the URL pattern: `{$sourceDescriptions.<name>.url}#/paths/<path>/<method>`.
52
-
53
- ### Patch Changes
54
-
55
- - Updated @redocly/respect-core to v1.33.0.
56
-
57
- ## 1.32.2
58
-
59
- ### Patch Changes
60
-
61
- - Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g., `warn` | `off` severity allows subsequent steps to execute).
62
- - Updated @redocly/openapi-core to v1.32.2.
63
-
64
- ## 1.32.1
65
-
66
- ### Patch Changes
67
-
68
- - Added support for `basic`, `bearer`, and `apiKey` security schemes in workflow generation with `generate-arazzo` command.
69
- - Updated @redocly/openapi-core to v1.32.1.
70
-
71
- ## 1.32.0
72
-
73
- ### Minor Changes
74
-
75
- - Added support for linting, preprocessors, decorators, and type extensions for Overlay v1 documents.
76
-
77
- ### Patch Changes
78
-
79
- - Updated OAS3 Schema type definition to correct `type` keyword enum, removed `null`.
80
- - Fixed an issue where JSON logs did not properly capture data from nested external workflows.
81
- - Updated @redocly/openapi-core to v1.32.0.
82
-
83
- ## 1.31.3
84
-
85
- ### Patch Changes
86
-
87
- - Updated @redocly/openapi-core to v1.31.3.
88
-
89
- ## 1.31.2
90
-
91
- ### Patch Changes
92
-
93
- - Fixed `sourceDescription` name generation in `generate-arazzo` command when using OpenAPI files that contain multiple periods "." in their filenames.
94
- - Updated @redocly/respect-core to v1.31.2.
95
-
96
- ## 1.31.1
97
-
98
- ### Patch Changes
99
-
100
- - Added the missing `respect-core` import in Redocly CLI package.
101
- - Updated @redocly/openapi-core to v1.31.1.
102
-
103
- ## 1.31.0
104
-
105
- ### Minor Changes
106
-
107
- - Added the `generate-arazzo` command to scaffold Arazzo description templates out of OpenAPI descriptions.
108
- - Added the `respect` command to test APIs against Arazzo description files.
109
-
110
- ### Patch Changes
111
-
112
- - Updated @redocly/openapi-core to v1.31.0.
113
-
114
- ## 1.30.0
115
-
116
- ### Minor Changes
117
-
118
- - Added [OAuth 2.0 Device authorization flow](https://datatracker.ietf.org/doc/html/rfc8628) that enables users to authenticate through Reunite API.
119
-
120
- ### Patch Changes
121
-
122
- - Updated `operation-tag-defined` built-in rule to verify tags are defined on the operation prior to matching them to a global tag.
123
- - Updated @redocly/openapi-core to v1.30.0.
124
-
125
- ## 1.29.0
126
-
127
- ### Minor Changes
128
-
129
- - Added typings and interfaces for Overlay Specification v1.0.0.
130
-
131
- ### Patch Changes
132
-
133
- - Fixed a problem where the `split` command produced backslashes instead of forward slashes in `$ref`s on Windows.
134
- - Fixed an issue where the `no-invalid-media-type-examples` rule crashed instead of reporting an error when it failed to resolve an example from a $ref.
135
- - Updated @redocly/openapi-core to v1.29.0.
136
-
137
- ## 1.28.5
138
-
139
- ### Patch Changes
140
-
141
- - Fixed an issue where the `build-docs` command produced incorrect output.
142
- - Updated @redocly/openapi-core to v1.28.5.
143
-
144
- ## 1.28.4
145
-
146
- ### Patch Changes
147
-
148
- - Fixed an issue where the `build-docs` command failed when React 19 was installed in the project folder.
149
- - Updated @redocly/openapi-core to v1.28.4.
150
-
151
- ## 1.28.3
152
-
153
- ### Patch Changes
154
-
155
- - Updated @redocly/openapi-core to v1.28.3.
156
-
157
- ## 1.28.2
158
-
159
- ### Patch Changes
160
-
161
- - Updated @redocly/openapi-core to v1.28.2.
162
-
163
- ## 1.28.1
164
-
165
- ### Patch Changes
166
-
167
- - Updated @redocly/openapi-core to v1.28.1.
168
-
169
- ## 1.28.0
170
-
171
- ### Minor Changes
172
-
173
- - Switched to using native `fetch` API instead of `node-fetch` dependency, improving performance and reducing bundle size.
174
-
175
- ### Patch Changes
176
-
177
- - Updated @redocly/openapi-core to v1.28.0.
178
-
179
- ## 1.27.2
180
-
181
- ### Patch Changes
182
-
183
- - Updated the `sideNavStyle` configuration schema to include the `path-only` option.
184
- - Updated @redocly/openapi-core to v1.27.2.
185
-
186
- ## 1.27.1
187
-
188
- ### Patch Changes
189
-
190
- - Fixed an issue where running the `preview` command failed because one of its dependencies could not be resolved.
191
- The issue occurred when Realm was not installed in the `node_modules` of the project.
192
- - Updated @redocly/openapi-core to v1.27.1.
193
-
194
- ## 1.27.0
195
-
196
- ### Minor Changes
197
-
198
- - Added the ability to override default problem messages for built-in rules.
199
-
200
- ### Patch Changes
201
-
202
- - Fixed an issue where `apis`' root in `redocly.yaml` was not resolved properly when the value of `root` was a URL.
203
- - Updated the Redocly CLI command `redocly build-docs` to use `stdout` instead of `stderr` for simple logs.
204
- - Updated @redocly/openapi-core to v1.27.0.
205
-
206
- ## 1.26.1
207
-
208
- ### Patch Changes
209
-
210
- - Fixed an issue where an API alias's root path might be resolved incorrectly for configuration files located outside the root folder.
211
- - Updated @redocly/openapi-core to v1.26.1.
212
-
213
- ## 1.26.0
214
-
215
- ### Minor Changes
216
-
217
- - Introduced the `struct` rule and deprecated the `spec` rule.
218
- Added the `spec` ruleset, which enforces compliance with the specifications.
219
-
220
- ### Patch Changes
221
-
222
- - Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
223
- - Fixed an issue where `join` would throw an error when a glob pattern was provided.
224
- - Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification.
225
- - Updated @redocly/openapi-core to v1.26.0.
226
-
227
- ## 1.25.15
228
-
229
- ### Patch Changes
230
-
231
- - Clarified usage of the `--output` option in the `bundle` command.
232
- - Updated @redocly/openapi-core to v1.25.15.
233
-
234
- ## 1.25.14
235
-
236
- ### Patch Changes
237
-
238
- - Resolved an issue where overrides for the severity of configurable rules were ignored.
239
- - Updated @redocly/openapi-core to v1.25.14.
240
-
241
- ## 1.25.13
242
-
243
- ### Patch Changes
244
-
245
- - Added the possibility to skip configurable rules using the `--skip-rule` option.
246
- - Updated @redocly/openapi-core to v1.25.13.
247
-
248
- ## 1.25.12
249
-
250
- ### Patch Changes
251
-
252
- - Fixed an issue where valid Redocly tokens were not recognized.
253
- - Updated @redocly/openapi-core to v1.25.12.
254
-
255
- ## 1.25.11
256
-
257
- ### Patch Changes
258
-
259
- - Fixed an issue with the `remove-x-internal` decorator where bundling API descriptions containing discriminators could fail when using **Node.js** v17 or earlier.
260
- - Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures.
261
- - Updated @redocly/openapi-core to v1.25.11.
262
-
263
- ## 1.25.10
264
-
265
- ### Patch Changes
266
-
267
- - Fixed `component-name-unique` problems to include correct location.
268
- - Fixed the `remove-x-internal` decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original `$ref`.
269
- - Updated @redocly/openapi-core to v1.25.10.
270
-
271
- ## 1.25.9
272
-
273
- ### Patch Changes
274
-
275
- - Updated @redocly/openapi-core to v1.25.9.
276
-
277
- ## 1.25.8
278
-
279
- ### Patch Changes
280
-
281
- - Added the `REDOCLY_SUPPRESS_UPDATE_NOTICE` environment variable so that users can skip version updates.
282
- - Fixed bundling with the `--dereferenced` option. Previously, references to external files were not substituted with references to components, causing them to become invalid.
283
- - Fixed an issue where using `externalValue` as a property name was causing the API description validation process to fail.
284
- - Updated @redocly/openapi-core to v1.25.8.
285
-
286
- ## 1.25.7
287
-
288
- ### Patch Changes
289
-
290
- - Updated redoc to v2.2.0.
291
- - Removed the support of the `x-inherit` extension for Arazzo description files.
292
- - Updated @redocly/openapi-core to v1.25.7.
293
-
294
- ## 1.25.6
295
-
296
- ### Patch Changes
297
-
298
- - Changed the `x-operation` extension in Arazzo, enabling users to make requests with this extension without an API description file.
299
- - Removed the support of the `x-parameters` extension for Arazzo description files.
300
- - Updated @redocly/openapi-core to v1.25.6.
301
-
302
- ## 1.25.5
303
-
304
- ### Patch Changes
305
-
306
- - Fixed an issue where the bundle command did not resolve links in `externalValue`.
307
- - Fixed an issue where the plugins in external NPM packages could not be resolved if the CLI package was installed globally.
308
- - Updated @redocly/openapi-core to v1.25.5.
309
-
310
- ## 1.25.4
311
-
312
- ### Patch Changes
313
-
314
- - Added a warning message to the `push` and `push-status` commands to notify users about upcoming or ongoing resource deprecation.
315
- - Updated @redocly/openapi-core to v1.25.4.
316
-
317
- ## 1.25.3
318
-
319
- ### Patch Changes
320
-
321
- - Updated @redocly/openapi-core to v1.25.3.
322
-
323
- ## 1.25.2
324
-
325
- ### Patch Changes
326
-
327
- - Fixed `camelCase` assertion for single-letter values.
328
- - Updated @redocly/openapi-core to v1.25.2.
329
-
330
- ## 1.25.1
331
-
332
- ### Patch Changes
333
-
334
- - Added additional checks to `criteria-unique` Arazzo rule.
335
- - Updated @redocly/openapi-core to v1.25.1.
336
-
337
- ## 1.25.0
338
-
339
- ### Minor Changes
340
-
341
- - Added a cache for resolved plugins to ensure that plugins are only instantiated once during a single execution.
342
-
343
- ### Patch Changes
344
-
345
- - Updated @redocly/openapi-core to v1.25.0.
346
-
347
- ## 1.24.0
348
-
349
- ### Minor Changes
350
-
351
- - Added Respect and Arazzo rules: `no-criteria-xpath`, `no-actions-type-end`, `criteria-unique`.
352
-
353
- ### Patch Changes
354
-
355
- - Fixed an issue where custom rules were not applied to Arazzo descriptions.
356
- - Updated @redocly/openapi-core to v1.24.0.
357
-
358
- ## 1.23.1
359
-
360
- ### Patch Changes
361
-
362
- - Fixed a bug where bundling multiple API description files specified as CLI arguments, along with the `--output` option, stored the result in a single file instead of a folder.
363
- - Updated @redocly/openapi-core to v1.23.1.
364
-
365
- ## 1.23.0
366
-
367
- ### Minor Changes
368
-
369
- - Added support for the `output` option in the per-API configuration so that the destination file can be specified in configuration.
370
-
371
- ### Patch Changes
372
-
373
- - Fixed the absolute path for importing plugins in Windows.
374
- - Added the ability to run the `eject` command without specifying components, which displays a selectable list of all available components.
375
- - Updated @redocly/openapi-core to v1.23.0.
376
-
377
- ## 1.22.1
378
-
379
- ### Patch Changes
380
-
381
- - Updated @redocly/openapi-core to v1.22.1.
382
-
383
- ## 1.22.0
384
-
385
- ### Minor Changes
386
-
387
- - Updated the Arazzo validation types for workflows input, parameter objects, and criteria to match the specification.
388
- - Added Arazzo rulesets so that users can customize their linting rules for this format.
389
-
390
- ### Patch Changes
391
-
392
- - Updated @redocly/openapi-core to v1.22.0.
393
-
394
- ## 1.21.1
395
-
396
- ### Patch Changes
397
-
398
- - Updated @redocly/openapi-core to v1.21.1.
399
-
400
- ## 1.21.0
401
-
402
- ### Minor Changes
403
-
404
- - Added the `eject` and `translate` commands for use with the new Reunite-hosted product family.
405
-
406
- ### Patch Changes
407
-
408
- - Updated @redocly/openapi-core to v1.21.0.
409
-
410
- ## 1.20.1
411
-
412
- ### Patch Changes
413
-
414
- - Get more helpful error messages when there's a problem importing a plugin.
415
- - Updated @redocly/openapi-core to v1.20.1.
416
-
417
- ## 1.20.0
418
-
419
- ### Minor Changes
420
-
421
- - Added support for ESM plugins and importing of plugins directly from npm package: `@vendor/package/plugin.js` instead of `./node_modules/@vendor/package/plugin.js`.
422
- - Added `info-license-strict` rule as a replacement of the `info-license-url` to support the OpenAPI 3.1 changes to allow identifier or URL license details.
423
- - Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
424
-
425
- ### Patch Changes
426
-
427
- - Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.
428
- - Updated @redocly/openapi-core to v1.20.0.
429
-
430
- ## 1.19.0
431
-
432
- ### Minor Changes
433
-
434
- - Added support for AsyncAPI 3.0 description linting.
435
-
436
- ### Patch Changes
437
-
438
- - Fixed an issue where `patternProperties` incorrectly caused linting errors due to a missing `PatternProperties` node.
439
- - Updated @redocly/openapi-core to v1.19.0.
440
-
441
- ## 1.18.1
442
-
443
- ### Patch Changes
444
-
445
- - Allowed the `theme.openapi` configuration option to accept settings specific to Redoc 2.x and earlier.
446
- - Fixed an issue in the OpenAPI `spec` rule where `dependentSchemas` was parsed as an array.
447
- It is now correctly parsed as a map.
448
- - Fixed bundling of `$refs` inside `patternProperties`.
449
- - Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.
450
- - Updated @redocly/openapi-core to v1.18.1.
451
-
452
- ## 1.18.0
453
-
454
- ### Minor Changes
455
-
456
- - Added support for Arazzo description linting.
457
-
458
- ### Patch Changes
459
-
460
- - Removed `additionalItems` from OAS 3.0.x typings. This keyword is not supported by the specification.
461
- - Updated @redocly/openapi-core to v1.18.0.
462
-
463
- ## 1.17.1
464
-
465
- ### Patch Changes
466
-
467
- - Added JSON Schema draft 2019-09+ validation keyword - `dependentRequired`.
468
- - Updated @redocly/openapi-core to v1.17.1.
469
-
470
- ## 1.17.0
471
-
472
- ### Minor Changes
473
-
474
- - Changed resolution process to include extendedTypes and plugins before linting.
475
-
476
- ### Patch Changes
477
-
478
- - Added support for the `contentSchema` keyword to parse as a schema instance.
479
- - Replace path items emoji with 🔀 so the width is consistent.
480
- - Updated @redocly/openapi-core to v1.17.0.
481
-
482
- ## 1.16.0
483
-
484
- ### Minor Changes
485
-
486
- - Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
487
-
488
- ### Patch Changes
489
-
490
- - Updated @redocly/openapi-core to v1.16.0.
491
-
492
- ## 1.15.0
493
-
494
- ### Minor Changes
495
-
496
- - Made `redocly.yaml` validation consistent with the general Redocly config.
497
-
498
- ### Patch Changes
499
-
500
- - Updated Redoc to v2.1.5.
501
- - Fixed `no-invalid-media-type-examples`, `no-invalid-parameter-examples`, and `no-invalid-schema-examples` rules which allowed falsy example values to pass for any schema.
502
- - Updated @redocly/openapi-core to v1.15.0.
503
-
504
- ## 1.14.0
505
-
506
- ### Minor Changes
507
-
508
- - Added the ability to exclude some operations or entire paths from the `security-defined` rule.
509
-
510
- ### Patch Changes
511
-
512
- - Improved error messages.
513
- - Updated @redocly/openapi-core to v1.14.0.
514
-
515
- ## 1.13.0
516
-
517
- ### Minor Changes
518
-
519
- - Added support for the linting command to output markdown format.
520
-
521
- ### Patch Changes
522
-
523
- - Updated @redocly/openapi-core to v1.13.0.
524
-
525
- ## 1.12.2
526
-
527
- ### Patch Changes
528
-
529
- - Updated @redocly/openapi-core to v1.12.2.
530
-
531
- ## 1.12.1
532
-
533
- ### Patch Changes
534
-
535
- - Updated @redocly/openapi-core to v1.12.1.
536
-
537
- ## 1.12.0
538
-
539
- ### Minor Changes
540
-
541
- - Added return values for the `push` and `push-status` commands.
542
-
543
- ### Patch Changes
544
-
545
- - Fixed handling of wildcards on Windows ([#1521](https://github.com/Redocly/redocly-cli/issues/1521)).
546
- - Updated @redocly/openapi-core to v1.12.0.
547
-
548
- ## 1.11.0
549
-
550
- ### Minor Changes
551
-
552
- - Removed additional operations from the `join` command; use `lint` and/or `bundle` for operations such as `lint` and `decorate`.
553
- - Removed lint support from the bundle command to support a wider range of use cases. Users should update to [run lint and bundle separately](https://redocly.com/docs/cli/guides/lint-and-bundle/).
554
- - Added support for a `github-actions` output format for the `lint` command to annotate reported problems on files when used in a GitHub Actions workflow.
555
-
556
- ### Patch Changes
557
-
558
- - Fixed [`no-invalid-media-type-examples`](https://redocly.com/docs/cli/rules/no-invalid-media-type-examples/) rule `externalValue` example validation.
559
- - Updated @redocly/openapi-core to v1.11.0.
560
-
561
- ## 1.10.6
562
-
563
- ### Patch Changes
564
-
565
- - Added `check-config` command to validate a Redocly configuration file.
566
- - Updated @redocly/openapi-core to v1.10.6.
567
-
568
- ## 1.10.5
569
-
570
- ### Patch Changes
571
-
572
- - Updated license text for date and organization naming accuracy.
573
- - Updated @redocly/openapi-core to v1.10.5.
574
-
575
- ## 1.10.4
576
-
577
- ### Patch Changes
578
-
579
- - Fixed a problem with the `preview` command crashing on Windows by adding operating system detection for the correct `npx` executable to use.
580
- - Updated @redocly/openapi-core to v1.10.4.
581
-
582
- ## 1.10.3
583
-
584
- ### Patch Changes
585
-
586
- - Reverted "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.
587
- - Updated @redocly/openapi-core to v1.10.3.
588
-
589
- ## 1.10.2
590
-
591
- ### Patch Changes
592
-
593
- - Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
594
- - Updated @redocly/openapi-core to v1.10.2.
595
-
596
- ## 1.10.1
597
-
598
- ### Patch Changes
599
-
600
- - Updated @redocly/openapi-core to v1.10.1.
601
-
602
- ## 1.10.0
603
-
604
- ### Minor Changes
605
-
606
- - Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
607
-
608
- ### Patch Changes
609
-
610
- - Added inflection to the `join` command so that `--prefix-components-with-info-prop` replaces spaces with underscores to create less confusing $refs.
611
- - Updated @redocly/openapi-core to v1.10.0.
612
-
613
- ## 1.9.1
614
-
615
- ### Patch Changes
616
-
617
- - Adds support for using logical AND for the security schema so that the `join` command generates the correct schema.
618
- - Fixed a bug with resolving $refs to file names that contain the hash symbol.
619
- - Fixed a problem where the `join` command did not process schemas containing `null` values when the `--prefix-components-with-info-prop` option was used.'
620
- - Updated @redocly/openapi-core to v1.9.1.
621
-
622
- ## 1.9.0
623
-
624
- ### Minor Changes
625
-
626
- - - Removed descriptions adding for x-tagGroups for the `join` command. Descriptions in x-tagGroups are not supported and cause errors on linting.
627
- - Updated `info.title` to be used as a name in x-tagGroups instead of a file name for the `join` command, so you can now join files with the same names.
628
- - Added new `no-required-schema-properties-undefined` rule to check if each required schema property is defined.
629
-
630
- ### Patch Changes
631
-
632
- - Fixed an issue where using the `--prefix-components-with-info-prop` option with the `join` command caused `$refs` to include duplicated prefixes.
633
- - Fixed an issue where `$ref`s ending in `#` (instead of `#/`) would break the application.
634
- - Updated @redocly/openapi-core to v1.9.0.
635
-
636
- ## 1.8.2
637
-
638
- ### Patch Changes
639
-
640
- - Added markdown format option to stats command for use with GitHub job summaries.
641
- - Fixed an issue with the `push` command, when `destination` option does not work without specifying it in `redocly.yaml`.
642
- - Updated @redocly/openapi-core to v1.8.2.
643
-
644
- ## 1.8.1
645
-
646
- ### Patch Changes
647
-
648
- - Added git to the docker image, so the push command can use git metadata.
649
- - Updated @redocly/openapi-core to v1.8.1.
650
-
651
- ## 1.8.0
652
-
653
- ### Minor Changes
654
-
655
- - Added a `push` and `push-status` command for use with future Redocly products.
656
-
657
- ### Patch Changes
658
-
659
- - Updated @redocly/openapi-core to v1.8.0.
660
-
661
- ## 1.7.0
662
-
663
- ### Minor Changes
664
-
665
- - Added a `preview` command that starts a local preview server for Redocly projects that use products that are currently in a pre-release stage.
666
-
667
- ### Patch Changes
668
-
669
- - Fixed an issue with resolving references after splitting API descriptions written in the json format.
670
- - Added filename extension support for more `x-codeSamples` languages.
671
- - Fixed a problem where the linter incorrectly returned an error for valid examples that contain references.
672
- - Updated @redocly/openapi-core to v1.7.0.
673
-
674
- ## 1.6.0
675
-
676
- ### Minor Changes
677
-
678
- - Added the ability to use `$ref` in the Redocly config file. This ability allows users to split up big config files and maintain their constituent parts independently.
679
-
680
- ### Patch Changes
681
-
682
- - Deprecated `--lint` option in the `join` command. The options are marked for removal in a future release. Use the [lint command](https://redocly.com/docs/cli/commands/lint/) separately to lint your APIs.
683
- - Updated @redocly/openapi-core to v1.6.0.
684
-
685
- ## 1.5.0
686
-
687
- ### Minor Changes
688
-
689
- - Added new rule `array-parameter-serialization` to require that serialization parameters `style` and `explode` are present on array parameters.
690
-
691
- ### Patch Changes
692
-
693
- - Deprecated lint-related options in the `bundle` command. The options are going to be removed in the subsequent releases.
694
- Use the [lint command](https://redocly.com/docs/cli/commands/lint/) separately to lint your APIs before bundling.
695
- - Updated Redoc to v2.1.3.
696
- - Updated @redocly/openapi-core to v1.5.0.
697
-
698
- ## 1.4.1
699
-
700
- ### Patch Changes
701
-
702
- - Fixed an issue with resolving the `node-fetch` package by explicitly adding the missing dependency.
703
- - Updated @redocly/openapi-core to v1.4.1.
704
-
705
- ## 1.4.0
706
-
707
- ### Minor Changes
708
-
709
- - Added `recommended-strict` ruleset which uses the same rules as `recommended` but with the severity level set to `error` for all rules.
710
- - Add JSON output support to the `split` and `join` commands.
711
-
712
- ### Patch Changes
713
-
714
- - The `--host/-h` argument in the `preview-docs` command is now also used by the WebSocket server for hot reloading.
715
- - Updated @redocly/openapi-core to v1.4.0.
716
-
717
- ## 1.3.0
718
-
719
- ### Minor Changes
720
-
721
- - Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
722
- Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set to `error`.
723
-
724
- ### Patch Changes
725
-
726
- - Updated @redocly/openapi-core to v1.3.0.
727
-
728
- ## 1.2.1
729
-
730
- ### Patch Changes
731
-
732
- - Fixed an issue with nested refs in the `join` command.
733
- - Fixed pattern for no-server-example.com rule to improve detection accuracy.
734
- - Changed the report location for `pattern` and `notPattern` assertions to be more precise.
735
- - Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
736
- - Updated @redocly/openapi-core to v1.2.1.
737
-
738
- ## 1.2.0
739
-
740
- ### Minor Changes
741
-
742
- - Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.
743
-
744
- ### Patch Changes
745
-
746
- - Renamed API definition to API description for consistency.
747
- - Updated @redocly/openapi-core to v1.2.0.
748
-
749
- ## 1.1.0
750
-
751
- ### Minor Changes
752
-
753
- - Added `ignoreCase` option for `tags-alphabetical` rule.
754
- - Added `join` support for OAS 3.1 definitions.
755
- - Added support for Redoc v2.1.2, and aligned the dependencies for both projects.
756
-
757
- ### Patch Changes
758
-
759
- - Fixed an issue where the `--remove-unused-components` option removed used components that were referenced as child objects.
760
- - Updated Redocly config validation.
761
- - Fixed the location pointer when reporting on the `no-path-trailing-slash` rule.
762
- - Updated minimum required version of Node.js to v14.19.0, NPM to v7.0.0, and removed deprecated packages.
763
- - Updated @redocly/openapi-core to v1.1.0.
764
-
765
- ## 1.0.2
766
-
767
- ### Patch Changes
768
-
769
- - No code changes.
770
- - Updated @redocly/openapi-core to v1.0.2.
771
-
772
- ## 1.0.1
773
-
774
- ### Patch Changes
775
-
776
- - Fixed the build-docs command failing when running outside the root folder.
777
- - Updated @redocly/openapi-core to v1.0.1.