@boundaryml/baml
Advanced tools
Comparing version 0.39.1 to 0.40.0
{ | ||
"name": "@boundaryml/baml", | ||
"version": "0.39.1", | ||
"version": "0.40.0", | ||
"description": "BAML typescript bindings (package.json)", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"bin": { | ||
"baml-cli": "./cli.js" | ||
"baml-cli": "cli.js" | ||
}, | ||
@@ -57,3 +57,3 @@ "files": [ | ||
"artifacts": "napi artifacts", | ||
"build": "pnpm build:napi-release --release && pnpm build:ts_build", | ||
"build": "pnpm build:napi-release && pnpm build:ts_build", | ||
"build:debug": "pnpm build:napi-debug && pnpm build:ts_build", | ||
@@ -66,3 +66,3 @@ "build:napi-release": "pnpm build:napi-debug --release", | ||
"format:rs": "cargo fmt", | ||
"prepublishOnly": "napi prepublish -t npm", | ||
"prepublishOnly": "napi prepublish --no-gh-release", | ||
"test": "echo no tests implemented", | ||
@@ -73,3 +73,3 @@ "version": "napi version" | ||
"@biomejs/biome": "^1.7.3", | ||
"@napi-rs/cli": "^3.0.0-alpha.54", | ||
"@napi-rs/cli": "3.0.0-alpha.54", | ||
"@types/node": "^20.12.11", | ||
@@ -87,9 +87,9 @@ "npm-run-all2": "^6.1.2", | ||
"optionalDependencies": { | ||
"@boundaryml/baml-darwin-arm64": "0.39.1", | ||
"@boundaryml/baml-win32-arm64-msvc": "0.39.1", | ||
"@boundaryml/baml-linux-arm64-gnu": "0.39.1", | ||
"@boundaryml/baml-darwin-x64": "0.39.1", | ||
"@boundaryml/baml-win32-x64-msvc": "0.39.1", | ||
"@boundaryml/baml-linux-x64-gnu": "0.39.1" | ||
"@boundaryml/baml-darwin-arm64": "0.40.0", | ||
"@boundaryml/baml-win32-arm64-msvc": "0.40.0", | ||
"@boundaryml/baml-linux-arm64-gnu": "0.40.0", | ||
"@boundaryml/baml-darwin-x64": "0.40.0", | ||
"@boundaryml/baml-win32-x64-msvc": "0.40.0", | ||
"@boundaryml/baml-linux-x64-gnu": "0.40.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
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
28471