claude-git-sessions 0.1.0 → 0.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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { push } from "./commands/push.js";
|
|
|
7
7
|
import { deleteSession } from "./commands/delete.js";
|
|
8
8
|
// Kept in sync with package.json at publish time; hardcoded to avoid a JSON
|
|
9
9
|
// import assertion just for --version.
|
|
10
|
-
const VERSION = "0.1.
|
|
10
|
+
const VERSION = "0.1.1";
|
|
11
11
|
function globals(cmd) {
|
|
12
12
|
const opts = cmd.optsWithGlobals();
|
|
13
13
|
return {
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-git-sessions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Share Claude Code sessions across a team through an orphan git branch in your existing repo.",
|
|
5
5
|
"keywords": ["claude", "claude-code", "git", "sessions", "cli"],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Ingram Technologies",
|
|
8
|
-
"homepage": "https://github.com/ingram-technologies/
|
|
8
|
+
"homepage": "https://github.com/ingram-technologies/claude-git-sessions",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/ingram-technologies/
|
|
11
|
+
"url": "git+https://github.com/ingram-technologies/claude-git-sessions.git"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"bin": {
|