@boundaryml/baml
Advanced tools
Comparing version 0.54.2 to 0.55.0
#!/usr/bin/env node | ||
if (require.main === module) { | ||
if (!process.env.BAML_LOG) { | ||
process.env.BAML_LOG = 'info' | ||
} | ||
const baml = require('./native') | ||
baml.invoke_runtime_cli(process.argv.slice(1)) | ||
} |
{ | ||
"name": "@boundaryml/baml", | ||
"version": "0.54.2", | ||
"version": "0.55.0", | ||
"description": "BAML typescript bindings (package.json)", | ||
@@ -83,9 +83,9 @@ "repository": { | ||
"optionalDependencies": { | ||
"@boundaryml/baml-darwin-arm64": "0.54.2", | ||
"@boundaryml/baml-win32-arm64-msvc": "0.54.2", | ||
"@boundaryml/baml-linux-arm64-gnu": "0.54.2", | ||
"@boundaryml/baml-darwin-x64": "0.54.2", | ||
"@boundaryml/baml-win32-x64-msvc": "0.54.2", | ||
"@boundaryml/baml-linux-x64-gnu": "0.54.2" | ||
"@boundaryml/baml-darwin-arm64": "0.55.0", | ||
"@boundaryml/baml-win32-arm64-msvc": "0.55.0", | ||
"@boundaryml/baml-linux-arm64-gnu": "0.55.0", | ||
"@boundaryml/baml-darwin-x64": "0.55.0", | ||
"@boundaryml/baml-win32-x64-msvc": "0.55.0", | ||
"@boundaryml/baml-linux-x64-gnu": "0.55.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31763
866
7