3.66.3
(fix): Fix dynamic snippets to default inlinePathParameters and inlineFileProperties
to true, matching the TypeScript SDK generator’s defaults. This fixes a mismatch
where docs snippets showed positional string arguments for path parameters instead
of the correct object-wrapped syntax.
3.66.2
(chore): Bump @fern-api/generator-cli to 0.9.16, which bundles the autoversion
pipeline’s private workspace deps (@fern-api/logging-execa,
@fern-api/task-context, @fern-api/cli-ai) into the published dist/api.js
so consumers no longer hit ERR_MODULE_NOT_FOUND on
logging-execa/src/createLoggingExecutable.js under Vite/Vitest.