@firfi/huly-mcp 0.6.2 → 0.6.3
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/index.cjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -171253,7 +171253,7 @@ var PostHog = class extends PostHogBackendClient {
|
|
|
171253
171253
|
};
|
|
171254
171254
|
|
|
171255
171255
|
// src/version.ts
|
|
171256
|
-
var VERSION = true ? "0.6.
|
|
171256
|
+
var VERSION = true ? "0.6.3" : "0.0.0-dev";
|
|
171257
171257
|
|
|
171258
171258
|
// src/telemetry/posthog.ts
|
|
171259
171259
|
var POSTHOG_API_KEY = "phc_TGfFqCGdnF0p68wuFzd5WSw1IsBvOJW0YgoMJDyZPjm";
|