@clauderecallhq/cli 0.64.0 → 0.64.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clauderecallhq/cli",
3
- "version": "0.64.0",
3
+ "version": "0.64.4",
4
4
  "description": "Never lose a Claude Code session again. Local, fast, searchable memory over every session you've ever run.",
5
5
  "type": "module",
6
6
  "homepage": "https://clauderecall.com",
@@ -47,10 +47,14 @@
47
47
  "version-bump": "node scripts/bump-versions.mjs",
48
48
  "version-bump:dry": "node scripts/bump-versions.mjs --dry-run",
49
49
  "installs": "node scripts/installs.mjs",
50
+ "deploy:site": "bash site/scripts/deploy/deploy-to-production.sh",
51
+ "deploy:site:skip-build": "bash site/scripts/deploy/deploy-to-production.sh --skip-build",
52
+ "deploy:site:dry-run": "bash site/scripts/deploy/deploy-to-production.sh --dry-run",
50
53
  "prepare": "[ -d .git ] && git config core.hooksPath .githooks || true",
51
54
  "postinstall": "node scripts/postinstall.mjs",
52
55
  "verify:bundle-deps": "node scripts/verify-bundle-deps.mjs",
53
- "prepublishOnly": "npm run build:cli && npm run verify:bundle-deps"
56
+ "check:versions": "node scripts/check-versions.mjs",
57
+ "prepublishOnly": "npm run check:versions && npm run build:cli && npm run verify:bundle-deps"
54
58
  },
55
59
  "keywords": [
56
60
  "claude",