vibora 5.2.0 → 5.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.
Files changed (2) hide show
  1. package/bin/vibora.js +1 -1
  2. package/package.json +1 -1
package/bin/vibora.js CHANGED
@@ -32583,7 +32583,7 @@ function installUv() {
32583
32583
  var package_default = {
32584
32584
  name: "vibora",
32585
32585
  private: true,
32586
- version: "5.2.0",
32586
+ version: "5.2.1",
32587
32587
  description: "The Vibe Engineer's Cockpit",
32588
32588
  license: "PolyForm-Shield-1.0.0",
32589
32589
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibora",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "The Vibe Engineer's Cockpit",
5
5
  "license": "PolyForm-Shield-1.0.0",
6
6
  "repository": {