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 pnpm build
# Add the built files and lockfile to the commit # 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 fi
+1 -1
View File
@@ -32888,7 +32888,7 @@ function query({
// package.json // package.json
var package_default = { var package_default = {
name: "@pullfrog/action", name: "@pullfrog/action",
version: "0.0.106", version: "0.0.107",
type: "module", type: "module",
files: [ files: [
"index.js", "index.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@pullfrog/action", "name": "@pullfrog/action",
"version": "0.0.106", "version": "0.0.107",
"type": "module", "type": "module",
"files": [ "files": [
"index.js", "index.js",