langfuse-core
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -913,2 +913,3 @@ 'use strict'; | ||
this.prompt = prompt.prompt; | ||
this.config = prompt.config; | ||
} | ||
@@ -915,0 +916,0 @@ compile(variables) { |
@@ -527,2 +527,3 @@ /// <reference types="node" /> | ||
prompt: string; | ||
config?: unknown; | ||
}; | ||
@@ -534,2 +535,3 @@ /** Prompt */ | ||
prompt: string; | ||
config: unknown; | ||
}; | ||
@@ -1630,2 +1632,3 @@ /** CreateScoreRequest */ | ||
readonly prompt: string; | ||
readonly config: unknown; | ||
constructor(prompt: CreateLangfusePromptResponse); | ||
@@ -1632,0 +1635,0 @@ compile(variables?: { |
{ | ||
"name": "langfuse-core", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"engines": { | ||
@@ -40,3 +40,3 @@ "node": ">=18" | ||
}, | ||
"gitHead": "fb05e13c744cc23ed686db9fb7afc39af413ad2e" | ||
"gitHead": "2819428e5d33252914f59210bf8bf2ab785489c6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
323927
3511