@phantompane/cli 5.1.0 → 6.0.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/README.md +2 -2
- package/package.json +4 -4
- package/phantom.js +3 -3
package/README.md
CHANGED
|
@@ -7,14 +7,14 @@ Phantom makes Git worktrees simple and intuitive, enabling you to run multiple t
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install -g @
|
|
10
|
+
npm install -g @phantompane/cli
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Documentation
|
|
14
14
|
|
|
15
15
|
For detailed documentation, examples, and advanced usage, please visit:
|
|
16
16
|
|
|
17
|
-
https://github.com/
|
|
17
|
+
https://github.com/phantompane/phantom
|
|
18
18
|
|
|
19
19
|
## License
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phantompane/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "A powerful CLI tool for managing Git worktrees for parallel development",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git",
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"parallel",
|
|
13
13
|
"mcp"
|
|
14
14
|
],
|
|
15
|
-
"homepage": "https://github.com/
|
|
15
|
+
"homepage": "https://github.com/phantompane/phantom#readme",
|
|
16
16
|
"bugs": {
|
|
17
|
-
"url": "https://github.com/
|
|
17
|
+
"url": "https://github.com/phantompane/phantom/issues"
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/
|
|
21
|
+
"url": "git+https://github.com/phantompane/phantom.git"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"author": "aku11i",
|
package/phantom.js
CHANGED
|
@@ -37279,7 +37279,7 @@ var StdioServerTransport = class {
|
|
|
37279
37279
|
// ../mcp/package.json
|
|
37280
37280
|
var package_default = {
|
|
37281
37281
|
name: "@phantompane/mcp",
|
|
37282
|
-
version: "
|
|
37282
|
+
version: "6.0.0",
|
|
37283
37283
|
private: true,
|
|
37284
37284
|
type: "module",
|
|
37285
37285
|
main: "./src/index.ts",
|
|
@@ -37917,8 +37917,8 @@ import { parseArgs as parseArgs13 } from "node:util";
|
|
|
37917
37917
|
|
|
37918
37918
|
// package.json
|
|
37919
37919
|
var package_default2 = {
|
|
37920
|
-
name: "@phantompane/cli-
|
|
37921
|
-
version: "
|
|
37920
|
+
name: "@phantompane/cli-private",
|
|
37921
|
+
version: "6.0.0",
|
|
37922
37922
|
private: true,
|
|
37923
37923
|
type: "module",
|
|
37924
37924
|
scripts: {
|