@aku11i/phantom 6.2.0-0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/phantom.js +2 -2
package/package.json
CHANGED
package/phantom.js
CHANGED
|
@@ -24497,7 +24497,7 @@ var StdioServerTransport = class {
|
|
|
24497
24497
|
};
|
|
24498
24498
|
//#endregion
|
|
24499
24499
|
//#region ../mcp/package.json
|
|
24500
|
-
var version$1 = "6.2.0
|
|
24500
|
+
var version$1 = "6.2.0";
|
|
24501
24501
|
const createWorktreeTool = {
|
|
24502
24502
|
name: "phantom_create_worktree",
|
|
24503
24503
|
description: "Create a new Git worktree (phantom)",
|
|
@@ -24978,7 +24978,7 @@ async function shellHandler(args) {
|
|
|
24978
24978
|
}
|
|
24979
24979
|
//#endregion
|
|
24980
24980
|
//#region package.json
|
|
24981
|
-
var version = "6.2.0
|
|
24981
|
+
var version = "6.2.0";
|
|
24982
24982
|
//#endregion
|
|
24983
24983
|
//#region src/version.ts
|
|
24984
24984
|
function getVersion() {
|