@betterdb/semantic-cache 0.8.0 → 0.8.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.js CHANGED
@@ -47,8 +47,8 @@ const node_path_1 = require("node:path");
47
47
  const EVENT_PREFIX = 'semantic_cache:';
48
48
  // Build-time placeholders — replaced by scripts/inject-telemetry-defaults.mjs
49
49
  // When the placeholder is NOT replaced, the startsWith('__') guard treats it as unset.
50
- const BAKED_POSTHOG_API_KEY = '__BETTERDB_POSTHOG_API_KEY__';
51
- const BAKED_POSTHOG_HOST = '__BETTERDB_POSTHOG_HOST__';
50
+ const BAKED_POSTHOG_API_KEY = 'phc_pVe3R8NDCnwRGoecKxUDR5xydaXGoCh38ZFXnFY8K54c';
51
+ const BAKED_POSTHOG_HOST = 'https://eu.i.posthog.com';
52
52
  exports.NOOP_ANALYTICS = {
53
53
  async init() { },
54
54
  capture() { },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterdb/semantic-cache",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Valkey-native semantic cache for LLM applications with built-in OpenTelemetry and Prometheus instrumentation",
5
5
  "keywords": [
6
6
  "valkey",