feat(medusa-oas-cli): updated redocly-cli to v1.7 (#6211)

## What

Updates `@redocly/cli` to v1.7. This resolves the bug of TypeScript and tsx code samples in the OAS being generated as undefined files (see files under `www/apps/api-reference/specs/admin/code_samples/tsx` and `www/apps/api-reference/specs/store/code_samples/tsx`

I avoided re-generating OAS so that this PR doesn't have a huge diff. When the next release is out, an automated PR will be opened to update the OAS files, replacing the undefined files with `.tsx` files.

### Other Changes

- Small fixes to `medusa-oas-cli` README for clarity
This commit is contained in:
Shahed Nasser
2024-01-25 07:53:58 +00:00
committed by GitHub
parent a1b561e4a6
commit e84847be36
6 changed files with 166 additions and 187 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa-oas-cli": minor
---
feat(medusa-oas-cli): updated redocly-cli to v1.7