@langfuse/client 4.4.1 → 4.4.2
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1459,7 +1459,8 @@ var PromptManager = class {
|
|
|
1459
1459
|
var _a;
|
|
1460
1460
|
const cacheKey = this.cache.createKey({
|
|
1461
1461
|
name,
|
|
1462
|
-
label: options == null ? void 0 : options.label
|
|
1462
|
+
label: options == null ? void 0 : options.label,
|
|
1463
|
+
version: options == null ? void 0 : options.version
|
|
1463
1464
|
});
|
|
1464
1465
|
const cachedPrompt = this.cache.getIncludingExpired(cacheKey);
|
|
1465
1466
|
if (!cachedPrompt || (options == null ? void 0 : options.cacheTtlSeconds) === 0) {
|