From 1a0fdb32fe9ffb43a0d33dfe735167631d4918ec Mon Sep 17 00:00:00 2001 From: Waleed Date: Wed, 8 Oct 2025 00:55:18 -0700 Subject: [PATCH] chore(docs): update docs (#1578) --- .github/workflows/publish-python-sdk.yml | 2 +- .github/workflows/publish-ts-sdk.yml | 2 +- packages/ts-sdk/package.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-python-sdk.yml b/.github/workflows/publish-python-sdk.yml index fdd208075a..f5c1181f1b 100644 --- a/.github/workflows/publish-python-sdk.yml +++ b/.github/workflows/publish-python-sdk.yml @@ -84,6 +84,6 @@ jobs: ``` ### Documentation - See the [README](https://github.com/simstudio/sim/tree/main/packages/python-sdk) for usage instructions. + See the [README](https://github.com/simstudioai/sim/tree/main/packages/python-sdk) or the [docs](https://docs.sim.ai/sdks/python) for more information. draft: false prerelease: false \ No newline at end of file diff --git a/.github/workflows/publish-ts-sdk.yml b/.github/workflows/publish-ts-sdk.yml index 0e87b4050b..cf6c53972f 100644 --- a/.github/workflows/publish-ts-sdk.yml +++ b/.github/workflows/publish-ts-sdk.yml @@ -79,6 +79,6 @@ jobs: ``` ### Documentation - See the [README](https://github.com/simstudio/sim/tree/main/packages/ts-sdk) for usage instructions. + See the [README](https://github.com/simstudioai/sim/tree/main/packages/ts-sdk) or the [docs](https://docs.sim.ai/sdks/typescript) for more information. draft: false prerelease: false \ No newline at end of file diff --git a/packages/ts-sdk/package.json b/packages/ts-sdk/package.json index ff470958df..ee814211e2 100644 --- a/packages/ts-sdk/package.json +++ b/packages/ts-sdk/package.json @@ -9,8 +9,7 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.js", - "require": "./dist/index.js" + "import": "./dist/index.js" } }, "scripts": {