@quantiya/codevibe 1.0.56 → 1.0.58

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantiya/codevibe",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "description": "CodeVibe — Control Claude Code, Gemini CLI, Codex CLI, and Antigravity CLI from your iPhone and Android. Real-time sync, voice prompts, approve file edits, E2E encrypted.",
5
5
  "bin": {
6
6
  "codevibe": "./bin/codevibe",
@@ -15,9 +15,9 @@
15
15
  "LICENSE"
16
16
  ],
17
17
  "dependencies": {
18
- "@quantiya/codevibe-antigravity-plugin": "^1.0.3",
18
+ "@quantiya/codevibe-antigravity-plugin": "^1.0.4",
19
19
  "@quantiya/codevibe-claude-plugin": "^1.0.40",
20
- "@quantiya/codevibe-codex-plugin": "^1.0.39",
20
+ "@quantiya/codevibe-codex-plugin": "^1.0.40",
21
21
  "@quantiya/codevibe-core": "^1.0.24",
22
22
  "@quantiya/codevibe-gemini-plugin": "^1.0.30"
23
23
  },