New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@breadboard-ai/build

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@breadboard-ai/build - npm Package Compare versions

Comparing version

to
0.8.1

dist/internal/type-system/string.d.ts

19

CHANGELOG.md
# 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 @@

1

dist/index.d.ts

@@ -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

8

package.json
{
"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