From b04866054209b335a3d9e6c9f12c5f032b3c175e Mon Sep 17 00:00:00 2001 From: Peter Kirkham Date: Tue, 21 Jan 2025 11:30:01 -0800 Subject: [PATCH] fix(ai): export cjs and esm (#353) --- posthog-ai/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/posthog-ai/package.json b/posthog-ai/package.json index e7ed0c64..4e2a2a0f 100644 --- a/posthog-ai/package.json +++ b/posthog-ai/package.json @@ -1,14 +1,14 @@ { "name": "@posthog/ai", - "version": "1.3.0", + "version": "1.4.0", "description": "PostHog Node.js AI integrations", "repository": { "type": "git", "url": "git+https://github.com/PostHog/posthog-js-lite.git", "directory": "posthog-ai" }, - "main": "./lib/index.js", - "module": "./lib/index.mjs", + "main": "./lib/index.cjs.js", + "module": "./lib/index.esm.js", "types": "./lib/index.d.ts", "license": "MIT", "devDependencies": {