vibora 6.2.0 → 6.2.1
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 +6 -6
- package/bin/vibora.js +1 -1
- package/dist/assets/{index-Wb7ftm-O.js → index-Dd6uprtg.js} +86 -86
- package/dist/index.html +1 -1
- package/drizzle/meta/_journal.json +3 -3
- package/package.json +1 -1
- package/server/index.js +24 -16
package/README.md
CHANGED
|
@@ -101,17 +101,17 @@ See all your Claude Code sessions across every task and worktree in a single par
|
|
|
101
101
|
|
|
102
102
|

|
|
103
103
|
|
|
104
|
-
###
|
|
104
|
+
### App Deployment
|
|
105
105
|
|
|
106
|
-
|
|
106
|
+
Deploy applications directly from Vibora with Docker Compose. Edit compose files inline, configure environment variables, and manage services with automatic Traefik routing and optional Cloudflare DNS integration.
|
|
107
107
|
|
|
108
|
-

|
|
109
109
|
|
|
110
|
-
###
|
|
110
|
+
### Repositories
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
Manage your projects with quick actions. Create new tasks, open terminals, and configure repository settings from one place.
|
|
113
113
|
|
|
114
|
-

|
|
115
115
|
|
|
116
116
|
### System Monitoring
|
|
117
117
|
|
package/bin/vibora.js
CHANGED
|
@@ -32610,7 +32610,7 @@ function installUv() {
|
|
|
32610
32610
|
var package_default = {
|
|
32611
32611
|
name: "vibora",
|
|
32612
32612
|
private: true,
|
|
32613
|
-
version: "6.2.
|
|
32613
|
+
version: "6.2.1",
|
|
32614
32614
|
description: "The Vibe Engineer's Cockpit",
|
|
32615
32615
|
license: "PolyForm-Shield-1.0.0",
|
|
32616
32616
|
type: "module",
|