ccs-cloner 0.3.3 → 0.3.4
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/cli.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -20172,7 +20172,7 @@ async function getSessionInfo(sessionPath, projectPath) {
|
|
|
20172
20172
|
}
|
|
20173
20173
|
|
|
20174
20174
|
// src/commands/main-command.ts
|
|
20175
|
-
var VERSION = "0.3.
|
|
20175
|
+
var VERSION = "0.3.4";
|
|
20176
20176
|
function showHelp() {
|
|
20177
20177
|
console.log(`ccs-cloner v${VERSION} - Clone Claude Code sessions with reduced context
|
|
20178
20178
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-cloner",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "CLI tool to clone and modify Claude Code sessions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@biomejs/biome": "2.3.12",
|
|
33
|
-
"@types/
|
|
33
|
+
"@types/node": "^25.1.0",
|
|
34
34
|
"typescript": "^5.7.2"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|