diff --git a/openai/package.json b/openai/package.json index 7a5e413..f0bc9e5 100644 --- a/openai/package.json +++ b/openai/package.json @@ -13,19 +13,21 @@ "nodemon": "^2.0.12", "ts-node": "^10.9.2" }, - ".": { - "import": "./dist/service.js", - "require": "./dist/service.js", - "types": "./dist/service.d.ts" - }, - "./taskQueue": { - "import": "./dist/taskQueue.js", - "require": "./dist/taskQueue.js", - "types": "./dist/taskQueue.d.ts" - }, - "./functions": { - "import": "./dist/functions/index.js", - "require": "./dist/functions/index.js", - "types": "./dist/functions/index.ts" - } + "exports": { + ".": { + "import": "./dist/service.js", + "require": "./dist/service.js", + "types": "./dist/service.d.ts" + }, + "./taskQueue": { + "import": "./dist/taskQueue.js", + "require": "./dist/taskQueue.js", + "types": "./dist/taskQueue.d.ts" + }, + "./functions": { + "import": "./dist/functions/index.js", + "require": "./dist/functions/index.js", + "types": "./dist/functions/index.ts" + } + } } \ No newline at end of file diff --git a/package.json b/package.json index 9fb0da0..6662167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@restackio/restack-sdk-integrations", - "version": "0.0.18", + "version": "0.0.19", "scripts": { "build": "pnpm -r run build", "dev": "pnpm -r run dev"