diff --git a/fern/apis/api/generators.yml b/fern/apis/api/generators.yml index 19a3320..aeef1de 100644 --- a/fern/apis/api/generators.yml +++ b/fern/apis/api/generators.yml @@ -3,10 +3,10 @@ groups: generators: - name: fernapi/fern-python-sdk version: 0.11.9 - # output: - # location: pypi - # package-name: "octoai" - # token: ${PYPI_TOKEN} + output: + location: pypi + package-name: "octoai" + token: ${PYPI_TOKEN} github: repository: octoml/octoai-python-sdk-fern mode: pull-request @@ -20,10 +20,10 @@ groups: generators: - name: fernapi/fern-typescript-node-sdk version: 0.12.9 - # output: - # location: npm - # package-name: "@octoai/octoai-node-client" - # token: ${NPM_TOKEN} + output: + location: npm + package-name: "@octoai/sdk" + token: ${NPM_TOKEN} github: repository: octoml/octoai-typescript-sdk-fern mode: pull-request diff --git a/fern/fern.config.json b/fern/fern.config.json index 6079e33..ca20549 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "octoai", - "version": "0.19.9" + "version": "0.19.21" } \ No newline at end of file