@vibecheck-ai/mcp 25.0.0 → 26.0.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/dist/analytics-P4AUZXCQ.js +36 -0
- package/dist/{chokidar-CI5VJY5M.js → chokidar-UOK5UIOF.js} +4 -4
- package/dist/{chunk-WUHPSW7M.js → chunk-PXXM6OHD.js} +232 -269
- package/dist/{dist-Y2Z46SBD.js → dist-ZTADJLYH.js} +1 -1
- package/dist/index.js +552 -277
- package/dist/version-gate-DWV5M7WC.js +80 -0
- package/package.json +19 -8
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname } from 'path';
|
|
4
|
+
import './chunk-YWUMPN4Z.js';
|
|
5
|
+
import 'fs';
|
|
6
|
+
import 'os';
|
|
7
|
+
import 'crypto';
|
|
8
|
+
|
|
9
|
+
createRequire(import.meta.url);
|
|
10
|
+
const __filename$1 = fileURLToPath(import.meta.url);
|
|
11
|
+
dirname(__filename$1);
|
|
12
|
+
var initialized = false;
|
|
13
|
+
function isTelemetryDisabled() {
|
|
14
|
+
return process.env.VIBECHECK_NO_TELEMETRY === "1" || process.env.VIBECHECK_NO_TELEMETRY === "true" || process.env.DO_NOT_TRACK === "1" || process.env.DO_NOT_TRACK === "true";
|
|
15
|
+
}
|
|
16
|
+
async function initAnalytics(version) {
|
|
17
|
+
if (initialized) return;
|
|
18
|
+
initialized = true;
|
|
19
|
+
if (isTelemetryDisabled() || true) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
function trackToolCall(toolName, extra = {}) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
function trackToolResult(toolName, success, durationMs, extra = {}) {
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
function trackError(context, err, extra = {}) {
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
async function shutdownAnalytics() {
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { initAnalytics, shutdownAnalytics, trackError, trackToolCall, trackToolResult };
|
|
@@ -1175,9 +1175,9 @@ var init_fsevents = __esm({
|
|
|
1175
1175
|
}
|
|
1176
1176
|
});
|
|
1177
1177
|
|
|
1178
|
-
// node-file:/Users/liquidgroove/Desktop/Vibecheck-
|
|
1178
|
+
// node-file:/Users/liquidgroove/Desktop/Vibecheck-main/node_modules/.pnpm/fsevents@2.3.3/node_modules/fsevents/fsevents.node
|
|
1179
1179
|
var require_fsevents = __commonJS({
|
|
1180
|
-
"node-file:/Users/liquidgroove/Desktop/Vibecheck-
|
|
1180
|
+
"node-file:/Users/liquidgroove/Desktop/Vibecheck-main/node_modules/.pnpm/fsevents@2.3.3/node_modules/fsevents/fsevents.node"(exports$1, module) {
|
|
1181
1181
|
init_fsevents();
|
|
1182
1182
|
try {
|
|
1183
1183
|
module.exports = __require(fsevents_default);
|
|
@@ -2399,7 +2399,7 @@ var require_chokidar = __commonJS({
|
|
|
2399
2399
|
exports$1.watch = watch;
|
|
2400
2400
|
}
|
|
2401
2401
|
});
|
|
2402
|
-
var
|
|
2402
|
+
var chokidarUOK5UIOF = require_chokidar();
|
|
2403
2403
|
/*! Bundled license information:
|
|
2404
2404
|
|
|
2405
2405
|
normalize-path/index.js:
|
|
@@ -2411,4 +2411,4 @@ normalize-path/index.js:
|
|
|
2411
2411
|
*)
|
|
2412
2412
|
*/
|
|
2413
2413
|
|
|
2414
|
-
export {
|
|
2414
|
+
export { chokidarUOK5UIOF as default };
|