@insforge/cli 0.1.35 → 0.1.36

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1872,7 +1872,7 @@ async function readEnvFile(cwd) {
1872
1872
 
1873
1873
  // src/lib/analytics.ts
1874
1874
  import { PostHog } from "posthog-node";
1875
- var POSTHOG_API_KEY = "";
1875
+ var POSTHOG_API_KEY = "phc_ueV1ii62wdBTkH7E70ugyeqHIHu8dFDdjs0qq3TZhJz";
1876
1876
  var POSTHOG_HOST = process.env.POSTHOG_HOST || "https://us.i.posthog.com";
1877
1877
  var client = null;
1878
1878
  function getClient() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/cli",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "InsForge CLI - Command line tool for InsForge platform",
5
5
  "type": "module",
6
6
  "bin": {