copilotkit 2.1.0 → 2.1.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/index.js CHANGED
@@ -587,17 +587,17 @@ function setOpsFrontendUrl(url2) {
587
587
  opsFrontendUrlOverride = url2;
588
588
  }
589
589
  function getTelemetryEndpointUrl() {
590
- const override = process.env["COPILOTKIT_TELEMETRY_ENDPOINT"];
591
- if (override && override.length > 0) {
590
+ const override = process.env["COPILOTKIT_TELEMETRY_ENDPOINT"]?.trim();
591
+ if (override) {
592
592
  return override;
593
593
  }
594
- return true ? "https://telemetry.copilotkit.ai" : "https://telemetry.copilotkit.ai";
594
+ return true ? "https://telemetry.copilotkit.ai/ingest" : "https://telemetry.copilotkit.ai/ingest";
595
595
  }
596
596
  function getBuildInfo() {
597
597
  return {
598
- version: true ? "2.1.0" : "dev",
599
- buildNumber: true ? "26057324152" : "dev",
600
- commitSha: true ? "dd942e5e2a596e8f3ce53572ad2da947de0d1814" : "dev"
598
+ version: true ? "2.1.1" : "dev",
599
+ buildNumber: true ? "26321004669" : "dev",
600
+ commitSha: true ? "7d61b60aa39193286d2843d4a228d33a9144a815" : "dev"
601
601
  };
602
602
  }
603
603
  var opsApiUrlOverride, opsFrontendUrlOverride;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilotkit",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "copilotkit": "./index.js"
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../apps/cli/src/config.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAcH,kDAAkD;AAClD,wBAAgB,YAAY,IAAI,MAAM,CAErC;AAED,2CAA2C;AAC3C,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAE9C;AAED,8EAA8E;AAC9E,wBAAgB,iBAAiB,IAAI,MAAM,CAE1C;AAED,gDAAgD;AAChD,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAEnD;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,uBAAuB,IAAI,MAAM,CAQhD;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,IAAI;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB,CAMA"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../apps/cli/src/config.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAcH,kDAAkD;AAClD,wBAAgB,YAAY,IAAI,MAAM,CAErC;AAED,2CAA2C;AAC3C,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAE9C;AAED,8EAA8E;AAC9E,wBAAgB,iBAAiB,IAAI,MAAM,CAE1C;AAED,gDAAgD;AAChD,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAEnD;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,uBAAuB,IAAI,MAAM,CAQhD;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,IAAI;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB,CAUA"}