rename bundle without .js, bump version

This commit is contained in:
David Blass
2025-11-19 17:05:04 -05:00
parent 1e8abe442b
commit 4b43b617f0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.106",
"version": "0.0.107",
"type": "module",
"files": [
"index.js",