@firfi/huly-mcp 0.5.2 → 0.5.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
|
@@ -171226,7 +171226,7 @@ var PostHog = class extends PostHogBackendClient {
|
|
|
171226
171226
|
};
|
|
171227
171227
|
|
|
171228
171228
|
// src/version.ts
|
|
171229
|
-
var VERSION = true ? "0.5.
|
|
171229
|
+
var VERSION = true ? "0.5.2" : "0.0.0-dev";
|
|
171230
171230
|
|
|
171231
171231
|
// src/telemetry/posthog.ts
|
|
171232
171232
|
var POSTHOG_API_KEY = "phc_TGfFqCGdnF0p68wuFzd5WSw1IsBvOJW0YgoMJDyZPjm";
|