claude-chats-sync 0.0.1 โ 0.0.3
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 +4 -4
- package/README.zh-CN.md +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -292,14 +292,14 @@ Contributions are welcome! Please open an issue or submit a pull request.
|
|
|
292
292
|
|
|
293
293
|
## ๐ Support
|
|
294
294
|
|
|
295
|
-
- ๐ง [Issues](https://github.com/tubo70/claude-chats-sync/issues)
|
|
296
|
-
- ๐ [Documentation](https://github.com/tubo70/claude-chats-sync/wiki)
|
|
297
|
-
- ๐ฌ [Discussions](https://github.com/tubo70/claude-chats-sync/discussions)
|
|
295
|
+
- ๐ง [Issues](https://github.com/tubo70/claude-chats-sync-cli/issues)
|
|
296
|
+
- ๐ [Documentation](https://github.com/tubo70/claude-chats-sync-cli/wiki)
|
|
297
|
+
- ๐ฌ [Discussions](https://github.com/tubo70/claude-chats-sync-cli/discussions)
|
|
298
298
|
|
|
299
299
|
## ๐ Links
|
|
300
300
|
|
|
301
301
|
- [npm](https://www.npmjs.com/package/claude-chats-sync)
|
|
302
|
-
- [GitHub](https://github.com/tubo70/claude-chats-sync)
|
|
302
|
+
- [GitHub](https://github.com/tubo70/claude-chats-sync-cli)
|
|
303
303
|
- [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=tubo.claude-code-chats-sync)
|
|
304
304
|
|
|
305
305
|
---
|
package/README.zh-CN.md
CHANGED
|
@@ -290,14 +290,14 @@ MIT - ่ฏฆ่ง [LICENSE](LICENSE) ๆไปถ
|
|
|
290
290
|
|
|
291
291
|
## ๐ ๆฏๆ
|
|
292
292
|
|
|
293
|
-
- ๐ง [้ฎ้ขๅ้ฆ](https://github.com/tubo70/claude-chats-sync/issues)
|
|
294
|
-
- ๐ [ๆๆกฃ](https://github.com/tubo70/claude-chats-sync/wiki)
|
|
295
|
-
- ๐ฌ [่ฎจ่ฎบ](https://github.com/tubo70/claude-chats-sync/discussions)
|
|
293
|
+
- ๐ง [้ฎ้ขๅ้ฆ](https://github.com/tubo70/claude-chats-sync-cli/issues)
|
|
294
|
+
- ๐ [ๆๆกฃ](https://github.com/tubo70/claude-chats-sync-cli/wiki)
|
|
295
|
+
- ๐ฌ [่ฎจ่ฎบ](https://github.com/tubo70/claude-chats-sync-cli/discussions)
|
|
296
296
|
|
|
297
297
|
## ๐ ้พๆฅ
|
|
298
298
|
|
|
299
299
|
- [npm](https://www.npmjs.com/package/claude-chats-sync)
|
|
300
|
-
- [GitHub](https://github.com/tubo70/claude-chats-sync)
|
|
300
|
+
- [GitHub](https://github.com/tubo70/claude-chats-sync-cli)
|
|
301
301
|
- [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=tubo.claude-code-chats-sync)
|
|
302
302
|
|
|
303
303
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-chats-sync",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Cross-platform CLI tool to sync Claude Code chat sessions to project directory",
|
|
5
5
|
"main": "bin/claude-chats-sync.js",
|
|
6
6
|
"bin": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "https://github.com/tubo70/claude-chats-sync.git"
|
|
37
|
+
"url": "https://github.com/tubo70/claude-chats-sync-cli.git"
|
|
38
38
|
},
|
|
39
39
|
"bugs": {
|
|
40
|
-
"url": "https://github.com/tubo70/claude-chats-sync/issues"
|
|
40
|
+
"url": "https://github.com/tubo70/claude-chats-sync-cli/issues"
|
|
41
41
|
},
|
|
42
|
-
"homepage": "https://github.com/tubo70/claude-chats-sync#readme",
|
|
42
|
+
"homepage": "https://github.com/tubo70/claude-chats-sync-cli#readme",
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=14.0.0"
|
|
45
45
|
},
|