From 4b43b617f0632f08d9e475c4f1052381f68fa7ce Mon Sep 17 00:00:00 2001 From: David Blass Date: Wed, 19 Nov 2025 17:05:04 -0500 Subject: [PATCH] rename bundle without .js, bump version --- .husky/pre-commit | 2 +- entry | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 22f6a87..99fea8d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -8,5 +8,5 @@ if git diff --cached --name-only | grep -q "^package.json$"; then pnpm build # Add the built files and lockfile to the commit - git add entry.js mcp-server.js pnpm-lock.yaml + git add entry mcp-server pnpm-lock.yaml fi diff --git a/entry b/entry index 5c6b2c1..2602878 100755 --- a/entry +++ b/entry @@ -32888,7 +32888,7 @@ function query({ // package.json var package_default = { name: "@pullfrog/action", - version: "0.0.106", + version: "0.0.107", type: "module", files: [ "index.js", diff --git a/package.json b/package.json index af7bbd3..109c8e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.106", + "version": "0.0.107", "type": "module", "files": [ "index.js",