update deps

This commit is contained in:
David Blass
2025-12-11 15:08:10 -05:00
parent 2c2f7cfe30
commit 7959a51995
3 changed files with 5 additions and 18 deletions
+4 -13
View File
@@ -39166,15 +39166,6 @@ var init_dist_src5 = __esm({
}
});
// ../utils/github/leapingComment.ts
var LEAPING_INTO_ACTION_PREFIX;
var init_leapingComment = __esm({
"../utils/github/leapingComment.ts"() {
"use strict";
LEAPING_INTO_ACTION_PREFIX = "Leaping into action";
}
});
// utils/api.ts
async function fetchWorkflowRunInfo(runId) {
const apiUrl = process.env.API_URL || "https://pullfrog.com";
@@ -39408,6 +39399,7 @@ __export(comment_exports, {
CreateCommentTool: () => CreateCommentTool,
EditComment: () => EditComment,
EditCommentTool: () => EditCommentTool,
LEAPING_INTO_ACTION_PREFIX: () => LEAPING_INTO_ACTION_PREFIX,
ReplyToReviewComment: () => ReplyToReviewComment,
ReplyToReviewCommentTool: () => ReplyToReviewCommentTool,
ReportProgress: () => ReportProgress,
@@ -39561,18 +39553,18 @@ The workflow encountered an error before any progress could be reported. Please
body
});
}
var PULLFROG_DIVIDER, Comment, CreateCommentTool, EditComment, EditCommentTool, progressCommentId, progressCommentIdInitialized, progressCommentWasUpdated, ReportProgress, ReportProgressTool, ReplyToReviewComment, ReplyToReviewCommentTool;
var PULLFROG_DIVIDER, LEAPING_INTO_ACTION_PREFIX, Comment, CreateCommentTool, EditComment, EditCommentTool, progressCommentId, progressCommentIdInitialized, progressCommentWasUpdated, ReportProgress, ReportProgressTool, ReplyToReviewComment, ReplyToReviewCommentTool;
var init_comment = __esm({
"mcp/comment.ts"() {
"use strict";
init_dist_src5();
init_out4();
init_leapingComment();
init_external();
init_api();
init_github();
init_shared3();
PULLFROG_DIVIDER = "<!-- PULLFROG_DIVIDER_DO_NOT_REMOVE_PLZ -->";
LEAPING_INTO_ACTION_PREFIX = "Leaping into action";
Comment = type({
issueNumber: type.number.describe("the issue number to comment on"),
body: type.string.describe("the comment body content")
@@ -97433,8 +97425,7 @@ var package_default = {
dotenv: "^17.2.3",
execa: "^9.6.0",
fastmcp: "^3.20.0",
table: "^6.9.0",
zod: "^3.25.76"
table: "^6.9.0"
},
devDependencies: {
"@types/node": "^24.7.2",
+1 -2
View File
@@ -37,8 +37,7 @@
"dotenv": "^17.2.3",
"execa": "^9.6.0",
"fastmcp": "^3.20.0",
"table": "^6.9.0",
"zod": "^3.25.76"
"table": "^6.9.0"
},
"devDependencies": {
"@types/node": "^24.7.2",
-3
View File
@@ -53,9 +53,6 @@ importers:
table:
specifier: ^6.9.0
version: 6.9.0
zod:
specifier: ^3.25.76
version: 3.25.76
devDependencies:
'@types/node':
specifier: ^24.7.2