@aku11i/phantom 2.1.0 → 2.1.1
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 +3 -3
package/package.json
CHANGED
package/phantom.js
CHANGED
|
@@ -13298,7 +13298,7 @@ var StdioServerTransport = class {
|
|
|
13298
13298
|
// ../mcp/package.json
|
|
13299
13299
|
var package_default = {
|
|
13300
13300
|
name: "@aku11i/phantom-mcp",
|
|
13301
|
-
version: "2.1.
|
|
13301
|
+
version: "2.1.1",
|
|
13302
13302
|
private: true,
|
|
13303
13303
|
type: "module",
|
|
13304
13304
|
main: "./src/index.ts",
|
|
@@ -13643,7 +13643,7 @@ async function reviewHandler(args2) {
|
|
|
13643
13643
|
output.log(
|
|
13644
13644
|
"powered by yoshiko-pg/reviewit (https://github.com/yoshiko-pg/reviewit)"
|
|
13645
13645
|
);
|
|
13646
|
-
const command2 = ["reviewit", "
|
|
13646
|
+
const command2 = ["reviewit", "HEAD", baseRef];
|
|
13647
13647
|
const result = await execInWorktree(
|
|
13648
13648
|
context.gitRoot,
|
|
13649
13649
|
context.worktreesDirectory,
|
|
@@ -13796,7 +13796,7 @@ import { parseArgs as parseArgs10 } from "node:util";
|
|
|
13796
13796
|
// package.json
|
|
13797
13797
|
var package_default2 = {
|
|
13798
13798
|
name: "@aku11i/phantom-cli",
|
|
13799
|
-
version: "2.1.
|
|
13799
|
+
version: "2.1.1",
|
|
13800
13800
|
private: true,
|
|
13801
13801
|
type: "module",
|
|
13802
13802
|
scripts: {
|