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",