From a3aa74afbf7b0d53f4710bbac7b08b47c332bb27 Mon Sep 17 00:00:00 2001 From: aboutphilippe Date: Sun, 18 Aug 2024 19:19:54 +0200 Subject: [PATCH] module type --- openai/package.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/openai/package.json b/openai/package.json index e420b70..6817e52 100644 --- a/openai/package.json +++ b/openai/package.json @@ -1,6 +1,7 @@ { "name": "@restackio/restack-sdk-integrations-openai", "main": "dist/service.js", + "type": "module", "scripts": { "build": "tsc" }, diff --git a/package.json b/package.json index 3377b2d..2b14a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@restackio/restack-sdk-integrations", "version": "0.0.1", + "type": "module", "scripts": { "build": "pnpm -r run build" },