clawon 0.1.12 → 0.1.13

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -266,7 +266,8 @@ program.command("login").description("Connect to Clawon with your API key").opti
266
266
  console.log(` Workspace: ${connectJson.workspaceSlug}`);
267
267
  }
268
268
  trackCliEvent(connectJson.profileId, "cli_login", {
269
- workspace_slug: connectJson.workspaceSlug
269
+ workspace_slug: connectJson.workspaceSlug,
270
+ workspace_count: connectJson.workspaceCount ?? 1
270
271
  });
271
272
  } catch (e) {
272
273
  console.error(`\u2717 Login failed: ${e.message}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawon",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Backup and restore your OpenClaw workspace",
5
5
  "type": "module",
6
6
  "bin": {