vibex-sh 0.9.6 → 0.9.7

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/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -649,9 +649,7 @@ async function main() {
649
649
  const defaultWorkerUrl = 'https://vibex-ingest.prop.workers.dev';
650
650
  ingestUrl = `${defaultWorkerUrl}/api/v1/ingest`;
651
651
  }
652
-
653
- console.log(` 📤 Sending log to: ${ingestUrl}`);
654
-
652
+
655
653
  // Build headers - only include Authorization if token exists
656
654
  const headers = {
657
655
  'Content-Type': 'application/json',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibex-sh",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "Zero-config observability CLI - pipe logs and visualize instantly",
5
5
  "type": "module",
6
6
  "bin": {