vibe-audit-scan 1.2.12 → 1.2.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-audit-scan",
3
- "version": "1.2.12",
3
+ "version": "1.2.14",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Vibe Audit",
@@ -61,7 +61,7 @@ export async function scan(directory, options) {
61
61
  ? `${rawApiUrl}api/audit/gateway`
62
62
  : `${rawApiUrl}/api/audit/gateway`;
63
63
 
64
- console.log(`📡 Sending scan data to Vibe Gateway at ${gatewayUrl}...`);
64
+ console.log('📡 Syncing report with Vibe Cloud Gateway...');
65
65
  try {
66
66
  const result = await sendToAPI(gatewayUrl, filteredData, directory, token, codeFiles);
67
67
  console.log('✅ Scan data sent successfully!');