@betterdb/semantic-cache 0.4.1 → 0.5.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.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterdb/semantic-cache",
3
- "version": "0.4.1",
3
+ "version": "0.5.1",
4
4
  "description": "Valkey-native semantic cache for LLM applications with built-in OpenTelemetry and Prometheus instrumentation",
5
5
  "keywords": [
6
6
  "valkey",
@@ -103,13 +103,13 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "@opentelemetry/api": "^1.9.0",
106
+ "posthog-node": ">=4.0.0",
106
107
  "prom-client": "^15.1.3"
107
108
  },
108
109
  "engines": {
109
110
  "node": ">=20.0.0"
110
111
  },
111
112
  "peerDependencies": {
112
- "posthog-node": ">=4.0.0",
113
113
  "@anthropic-ai/sdk": ">=0.90.0",
114
114
  "@langchain/core": ">=0.3.0",
115
115
  "@langchain/langgraph-checkpoint": ">=0.1.0",
@@ -119,9 +119,6 @@
119
119
  "openai": ">=6.0.0"
120
120
  },
121
121
  "peerDependenciesMeta": {
122
- "posthog-node": {
123
- "optional": true
124
- },
125
122
  "@anthropic-ai/sdk": {
126
123
  "optional": true
127
124
  },