@boundaryml/baml
Advanced tools
Comparing version 0.0.11 to 0.0.13
@@ -14,2 +14,3 @@ /* auto-generated by NAPI-RS */ | ||
static fromDirectory(directory: string, envVars: Record<string, string>): BamlRuntimePy | ||
static fromFiles(rootPath: string, files: Record<string, string>, envVars: Record<string, string>): BamlRuntimePy | ||
createContextManager(): RuntimeContextManagerPy | ||
@@ -16,0 +17,0 @@ callFunction(functionName: string, args: any, ctx: RuntimeContextManagerPy): Promise<FunctionResultPy> |
{ | ||
"name": "@boundaryml/baml", | ||
"version": "0.0.11", | ||
"version": "0.0.13", | ||
"description": "BAML typescript bindings (package.json)", | ||
@@ -79,9 +79,9 @@ "repository": { | ||
"optionalDependencies": { | ||
"@boundaryml/baml-darwin-arm64": "0.0.11", | ||
"@boundaryml/baml-win32-arm64-msvc": "0.0.11", | ||
"@boundaryml/baml-linux-arm64-gnu": "0.0.11", | ||
"@boundaryml/baml-darwin-x64": "0.0.11", | ||
"@boundaryml/baml-win32-x64-msvc": "0.0.11", | ||
"@boundaryml/baml-linux-x64-gnu": "0.0.11" | ||
"@boundaryml/baml-darwin-arm64": "0.0.13", | ||
"@boundaryml/baml-win32-arm64-msvc": "0.0.13", | ||
"@boundaryml/baml-linux-arm64-gnu": "0.0.13", | ||
"@boundaryml/baml-darwin-x64": "0.0.13", | ||
"@boundaryml/baml-win32-x64-msvc": "0.0.13", | ||
"@boundaryml/baml-linux-x64-gnu": "0.0.13" | ||
} | ||
} |
20053
550