0.38.2

(fix): Refactors the noScripts feature flag to make sure that no yarn install commands can be accidentally triggered.

0.38.1

(feat): A feature flag called noScripts has been introduced to prevent the generator from running any scripts such as yarn format or yarn install. If any of the scripts cause errors, toggling this option will allow you to receive the generated code.

- name: fernapi/fern-typescript-node-sdk
version: 0.38.1
config:
noScripts: true