@breadboard-ai/build
Advanced tools
Comparing version
# Changelog | ||
## 0.8.1 | ||
### Patch Changes | ||
- d88c37b: Add support for JSON Schema string formatting options with a new `string` function that takes an options object with format, pattern, minLength, and maxLength. | ||
- Updated dependencies [8c694ed] | ||
- Updated dependencies [bbf2c30] | ||
- Updated dependencies [14df6a8] | ||
- Updated dependencies [1dc645a] | ||
- Updated dependencies [2aabb7a] | ||
- Updated dependencies [fb72771] | ||
- Updated dependencies [9b22cab] | ||
- Updated dependencies [00cc2c5] | ||
- Updated dependencies [c04cff0] | ||
- Updated dependencies [3f8cdd1] | ||
- Updated dependencies [3a5ced1] | ||
- Updated dependencies [62f8d5b] | ||
- @google-labs/breadboard@0.24.0 | ||
## 0.8.0 | ||
@@ -4,0 +23,0 @@ |
@@ -28,3 +28,4 @@ /** | ||
export { object, optional } from "./internal/type-system/object.js"; | ||
export { string } from "./internal/type-system/string.js"; | ||
export { toJSONSchema } from "./internal/type-system/type.js"; | ||
export { unsafeType } from "./internal/type-system/unsafe.js"; |
@@ -28,4 +28,5 @@ /** | ||
export { object, optional } from "./internal/type-system/object.js"; | ||
export { string } from "./internal/type-system/string.js"; | ||
export { toJSONSchema } from "./internal/type-system/type.js"; | ||
export { unsafeType } from "./internal/type-system/unsafe.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@breadboard-ai/build", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "JavaScript library for building boards and defining new node types for the Breadboard AI prototyping library", | ||
@@ -118,11 +118,11 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@google-labs/breadboard": "^0.23.0", | ||
"@google-labs/breadboard": "^0.24.0", | ||
"@types/json-schema": "^7.0.15" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.14.12", | ||
"@types/node": "^22.0.0", | ||
"eslint": "^8.57.0", | ||
"typescript": "^5.5.3", | ||
"typescript": "^5.5.4", | ||
"wireit": "^0.14.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
361074
0.86%105
2.94%3475
1.05%+ Added
- Removed