vibora 5.6.0 → 6.1.0
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/bin/vibora.js +1 -1
- package/dist/assets/{index-C28vAs6n.js → index-CfWa1V42.js} +93 -95
- package/dist/assets/index-DR7tVTZX.css +1 -0
- package/dist/index.html +2 -2
- package/drizzle/0013_replace_system_prompt_with_claude_options.sql +11 -0
- package/drizzle/meta/0013_snapshot.json +543 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +1 -1
- package/server/index.js +61 -53
- package/dist/assets/index-_L2gAsP8.css +0 -1
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: "
|
|
32613
|
+
version: "6.1.0",
|
|
32614
32614
|
description: "The Vibe Engineer's Cockpit",
|
|
32615
32615
|
license: "PolyForm-Shield-1.0.0",
|
|
32616
32616
|
type: "module",
|