Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@boundaryml/baml

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boundaryml/baml - npm Package Versions

13
8

0.61.1

Diff

Changelog

Source

0.61.1 - 2024-10-15

Bug Fixes

  • add musl to the ts release artifacts (#1042) - (e74f3e9) - Samuel Lijin
sxlijin
published 0.61.0 •

Changelog

Source

0.61.0 - 2024-10-14

Features

  • Implement literal types (#978) - (9e7431f) - Antonio Sarosi
  • allow installing the TS library on node-alpine (#1029) - (1c37a0d) - Samuel Lijin
  • Add WYSIWYG UI (Swagger UI) to baml-cli dev (#1019) - (0c73cab) - Greg Hale
  • Suppress streaming for Numbers (#1032) - (3f4621b) - Greg Hale

Bug Fixes

  • Add limit on connection pool to prevent stalling issues in pyo3 and other ffi boundaries (#1027) - (eb90e62) - hellovai
  • Update docs (#1025) - (2dd1bb6) - Farookh Zaheer Siddiqui
  • Fix parsing for streaming of objects more stable (#1031) - (8aa9c00) - hellovai
  • Fix python BamlValidationError type (#1036) - (59a9510) - aaronvg

Miscellaneous

  • Popup settings dialog when no env vars set (#1033) - (b9fa52a) - aaronvg
  • Bump version to 0.61.0 - (ca2242b) - Aaron Villalpando
hellovai-boundary
published 0.60.0 •

Changelog

Source

0.60.0 - 2024-10-09

Miscellaneous Chores

  • update Dockerfile (#1017) - (51539b7) - Ikko Eltociear Ashimine
  • Revert "feat: add a WYSIWYG UI (Swagger UI) to baml-cli dev (#1011)" (#1018) - (f235050) - Greg Hale

Bug fixes

  • Fix python types for BamlValidationError (#1020) - (520a09c) - aaronvg
  • coerce floats and ints with commas and other special cases (#1023) - (904492e) - aaronvg

Docs

  • Add Docs for Jupyter notebook usage (#1008) - (c51d918) - aaronvg
hellovai-boundary
published 0.59.0 •

Changelog

Source

0.59.0 - 2024-10-04

Features

  • (vertex) allow specifying creds as JSON object (#1009) - (98868da) - Samuel Lijin
  • Add prompt, raw_output and error message to BamlValidationError in TS and Python (#1005) - (447dbf4) - aaronvg
  • Add BamlValidationError to baml-cli serve (#1007) - (3b8cf16) - aaronvg
  • Include a WYSIWYG UI (Swagger UI) to baml-cli dev (#1011) - (fe9dde4) - imalsogreg
hellovai-boundary
published 0.58.0 •

Changelog

Source

0.58.0 - 2024-10-02

Features

  • Add client registry support for BAML over Rest (OpenAPI) (#1000) - (abe70bf) - Lorenz Ohly

Bug Fixes

  • Improve performance of parsing escaped characters in strings during streaming. (#1002) - (b35ae2c) - hellovai

Documentation

  • Add Docs for Document Extraction API (#996) - (da1a5e8) - aaronvg
hellovai-boundary
published 0.57.1 •

Changelog

Source

0.57.1 - 2024-09-29

Bug Fixes

  • [BUGFIX] Parser should require a space between class keyword and class name (#990) - (7528247) - Greg Hale
  • Remove dynamic string attributes (#991) - (0960ab2) - Greg Hale
  • ts fixes (#992) - (36af43f) - aaronvg
  • Bump version to 0.57.1 - (0aa71dd) - Aaron Villalpando
hellovai-boundary
published 0.57.0 •

Changelog

Source

0.57.0 - 2024-09-27

Documentation

  • Fix Python dynamic types example (#979) - (eade116) - lorenzoh

Features

  • teach vscode/fiddle to explain when we drop information (#897) - (93e2b9b) - Samuel Lijin
  • Add ability for users to reset env vars to their desire. (#984) - (69e6c29) - hellovai

Bug Fixes

  • Fixed panic during logging for splitting on UTF-8 strings. (#987) - (c27a64f) - hellovai
  • Improve SAP for triple quoted strings along with unions (#977) - (44202ab) - hellovai
  • Add more unit tests for parsing logic inspired by user (#980) - (48dd09f) - hellovai
  • Improve syntax errors e.g. class / enum parsing and also update pestmodel to handle traling comments (#981) - (adbb6ae) - hellovai
  • Updating docs for env vars (#985) - (305d6b3) - hellovai
  • When using openai-generic, use a string as the content type in the api request if theres no media (#988) - (e8fa739) - aaronvg
hellovai-boundary
published 0.56.1 •

Changelog

Source

0.56.1 - 2024-09-21

Bug Fixes

  • Improved parser for unions (#975) - (b390521) - hellovai
  • [syntax] Allow lists to contain trailing comma (#974) - (9e3dc6c) - Greg Hale
hellovai-boundary
published 0.56.0 •

Changelog

Source

0.56.0 - 2024-09-20

Shout outs to Nico for fixing some internal Rust dependencies, and to Lorenz for correcting our documentation! We really appreciate it :)

Features

  • use better default for openapi/rust client (#958) - (b74ef15) - Samuel Lijin

Bug Fixes

  • push optional-list and optional-map validation to post-parse (#959) - (c0480d5) - Samuel Lijin
  • improve OpenAPI instructions for windows/java (#962) - (6010efb) - Samuel Lijin
  • assorted fixes: unquoted strings, openai-generic add api_key for bearer auth, support escape characters in quoted strings (#965) - (847f3a9) - hellovai
  • serde-serialize can cause a package dependency cycle (#967) - (109ae09) - Nico
  • make anthropic work in fiddle/vscode (#970) - (32eccae) - Samuel Lijin
  • make dynamic enums work as outputs in Ruby (#972) - (7530402) - Samuel Lijin

Documentation

  • suggest correct python init command in vscode readme (#954) - (e99c5dd) - Samuel Lijin
  • add more vscode debugging instructions (#955) - (342b657) - Samuel Lijin
  • NextJS hook needs to be bound to the correct context (#957) - (ee80451) - aaronvg
  • update nextjs hooks and docs (#952) - (01cf855) - aaronvg
  • Fix some documentation typos (#966) - (5193cd7) - Greg Hale
  • Keywords AI router (#953) - (1c6f975) - aaronvg
  • Fix post_generate comment (#968) - (919c79f) - lorenzoh

Bug Fixes

  • show actionable errors for string[]? and map<...>? type validation (#946) - (48879c0) - Samuel Lijin

Documentation

  • add reference docs about env vars (#945) - (dd43bc5) - Samuel Lijin
hellovai-boundary
published 0.55.3 •

Changelog

Source

0.56.0 - 2024-09-20

Shout outs to Nico for fixing some internal Rust dependencies, and to Lorenz for correcting our documentation! We really appreciate it :)

Features

  • use better default for openapi/rust client (#958) - (b74ef15) - Samuel Lijin

Bug Fixes

  • push optional-list and optional-map validation to post-parse (#959) - (c0480d5) - Samuel Lijin
  • improve OpenAPI instructions for windows/java (#962) - (6010efb) - Samuel Lijin
  • assorted fixes: unquoted strings, openai-generic add api_key for bearer auth, support escape characters in quoted strings (#965) - (847f3a9) - hellovai
  • serde-serialize can cause a package dependency cycle (#967) - (109ae09) - Nico
  • make anthropic work in fiddle/vscode (#970) - (32eccae) - Samuel Lijin
  • make dynamic enums work as outputs in Ruby (#972) - (7530402) - Samuel Lijin

Documentation

  • suggest correct python init command in vscode readme (#954) - (e99c5dd) - Samuel Lijin
  • add more vscode debugging instructions (#955) - (342b657) - Samuel Lijin
  • NextJS hook needs to be bound to the correct context (#957) - (ee80451) - aaronvg
  • update nextjs hooks and docs (#952) - (01cf855) - aaronvg
  • Fix some documentation typos (#966) - (5193cd7) - Greg Hale
  • Keywords AI router (#953) - (1c6f975) - aaronvg
  • Fix post_generate comment (#968) - (919c79f) - lorenzoh

Bug Fixes

  • show actionable errors for string[]? and map<...>? type validation (#946) - (48879c0) - Samuel Lijin

Documentation

  • add reference docs about env vars (#945) - (dd43bc5) - Samuel Lijin
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc