From 609b022547f3f83d76bfefd51705db9d64ea4958 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 27 Aug 2025 18:05:54 -0700 Subject: [PATCH] Switch from Rolldown to esbuild, build to index.cjs - Replace Rolldown with esbuild for more reliable bundling - Configure esbuild to output CommonJS to index.cjs - Update action.yml to use index.cjs as main entry point - Remove problematic rolldown.config.js - Bump version to 0.0.3 - ESM codebase with CJS build output for GitHub Actions compatibility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40d4dc0..5ecb41f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action", - "version": "0.0.2", + "version": "0.0.3", "main": "index.js", "directories": { "example": "examples"