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": {