ccsini 0.1.55 → 0.1.56

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -27932,7 +27932,9 @@ var init_constants = __esm(() => {
27932
27932
  "**/*.bak",
27933
27933
  "**/*.conflict",
27934
27934
  "settings.*.json",
27935
- "history.jsonl"
27935
+ "history.jsonl",
27936
+ "plugins/known_marketplaces.json",
27937
+ "plugins/install-counts-cache.json"
27936
27938
  ];
27937
27939
  SESSION_SYNC_DEFAULTS = {
27938
27940
  enabled: false,
@@ -28020,7 +28022,7 @@ var {
28020
28022
  } = import__.default;
28021
28023
 
28022
28024
  // src/version.ts
28023
- var VERSION = "0.1.55";
28025
+ var VERSION = "0.1.56";
28024
28026
 
28025
28027
  // src/commands/init.ts
28026
28028
  init_source();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccsini",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "description": "Claude Code seamless sync across devices",
5
5
  "type": "module",
6
6
  "bin": {