@boundaryml/baml-core-ffi
Advanced tools
Comparing version 0.14.1 to 0.15.0-canary.1
@@ -14,3 +14,3 @@ /* tslint:disable */ | ||
} | ||
export function isAvailable(): boolean | ||
export function version(): string | ||
export class BamlTracer { | ||
@@ -17,0 +17,0 @@ constructor() |
@@ -237,3 +237,3 @@ /* tslint:disable */ | ||
const { TestCaseStatus, BamlTracer, BamlTester, BamlScopeGuard, isAvailable } = nativeBinding | ||
const { TestCaseStatus, BamlTracer, BamlTester, BamlScopeGuard, version } = nativeBinding | ||
@@ -244,2 +244,2 @@ module.exports.TestCaseStatus = TestCaseStatus | ||
module.exports.BamlScopeGuard = BamlScopeGuard | ||
module.exports.isAvailable = isAvailable | ||
module.exports.version = version |
{ | ||
"name": "@boundaryml/baml-core-ffi", | ||
"version": "0.14.1", | ||
"version": "0.15.0-canary.1", | ||
"description": "Template project for writing node package with napi-rs", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
"build": "napi build --platform --release --pipe \"prettier -w\"", | ||
"build:debug": "napi build --platform --pipe \"prettier -w\" --js false", | ||
"build:debug": "BAML_REPO_PATH=$(pwd) napi build --platform --pipe \"prettier -w\" && git apply index.patch && sed -i '' 's|${BAML_REPO_PATH}|'$(pwd)'|g' index.js", | ||
"format": "run-p format:prettier format:rs format:toml", | ||
@@ -111,8 +111,8 @@ "format:prettier": "prettier . -w", | ||
"optionalDependencies": { | ||
"@boundaryml/baml-core-ffi-linux-x64-gnu": "0.14.1", | ||
"@boundaryml/baml-core-ffi-linux-arm64-gnu": "0.14.1", | ||
"@boundaryml/baml-core-ffi-darwin-arm64": "0.14.1", | ||
"@boundaryml/baml-core-ffi-win32-x64-msvc": "0.14.1", | ||
"@boundaryml/baml-core-ffi-darwin-x64": "0.14.1" | ||
"@boundaryml/baml-core-ffi-linux-x64-gnu": "0.15.0-canary.1", | ||
"@boundaryml/baml-core-ffi-linux-arm64-gnu": "0.15.0-canary.1", | ||
"@boundaryml/baml-core-ffi-darwin-arm64": "0.15.0-canary.1", | ||
"@boundaryml/baml-core-ffi-win32-x64-msvc": "0.15.0-canary.1", | ||
"@boundaryml/baml-core-ffi-darwin-x64": "0.15.0-canary.1" | ||
} | ||
} |
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
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
17693