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

@breadboard-ai/manifest

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@breadboard-ai/manifest - npm Package Compare versions

Comparing version

to
0.9.0

.wireit/6275696c643a7473/cache/09bec3738ce5770d68857a700c2c691bf6228ea73c441841b46ba86dbe680f1e/dist/index.d.ts

53

bbm.schema.json
{
"$id": "https://raw.githubusercontent.com/breadboard-ai/breadboard/@breadboard-ai/manifest@0.8.0/packages/manifest/bbm.schema.json",
"$id": "https://raw.githubusercontent.com/breadboard-ai/breadboard/@breadboard-ai/manifest@0.9.0/packages/manifest/bbm.schema.json",
"$ref": "#/definitions/BreadboardManifest",

@@ -53,2 +53,5 @@ "$schema": "http://json-schema.org/draft-07/schema#",

},
"subType": {
"type": "string"
},
"title": {

@@ -76,3 +79,3 @@ "type": "string"

"Board": {
"$ref": "https://raw.githubusercontent.com/breadboard-ai/breadboard/@google-labs/breadboard-schema@1.12.0/packages/schema/breadboard.schema.json#/definitions/GraphDescriptor",
"$ref": "https://raw.githubusercontent.com/breadboard-ai/breadboard/@google-labs/breadboard-schema@1.13.0/packages/schema/breadboard.schema.json#/definitions/GraphDescriptor",
"description": "A reference to the BGL schema GraphDescriptor type.",

@@ -460,11 +463,17 @@ "type": "object"

},
"layout": {
"type": "string"
},
"linkToSource": {
"type": "string"
},
"theme": {
"splashScreen": {
"$ref": "#/definitions/InlineDataCapabilityPart"
},
"template": {
"type": "string"
},
"templateAdditionalOptions": {
"$ref": "#/definitions/Record%3Cstring%2Cstring%3E"
},
"themeColors": {
"$ref": "#/definitions/Record%3Cstring%2Cstring%3E"
},
"title": {

@@ -536,2 +545,28 @@ "type": "string"

},
"InlineDataCapabilityPart": {
"additionalProperties": false,
"description": "Represents inline data, encoded as a base64 string.",
"properties": {
"inlineData": {
"additionalProperties": false,
"properties": {
"data": {
"type": "string"
},
"mimeType": {
"type": "string"
}
},
"required": [
"data",
"mimeType"
],
"type": "object"
}
},
"required": [
"inlineData"
],
"type": "object"
},
"InputIdentifier": {

@@ -911,2 +946,8 @@ "description": "Unique identifier of a node's input.",

},
"Record<string,string>": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"Reference": {

@@ -913,0 +954,0 @@ "anyOf": [

20

package.json
{
"author": "Google Labs Team",
"dependencies": {
"@google-labs/breadboard": "^0.32.0",
"@google-labs/breadboard-schema": "^1.12.0"
"@google-labs/breadboard": "^0.33.0",
"@google-labs/breadboard-schema": "^1.13.0"
},

@@ -14,3 +14,3 @@ "devDependencies": {

"ts-json-schema-generator": "^2.3.0",
"tsx": "^4.19.2",
"tsx": "^4.19.3",
"typescript": "^5.7.3"

@@ -50,3 +50,3 @@ },

"type": "module",
"version": "0.8.0",
"version": "0.9.0",
"wireit": {

@@ -62,4 +62,4 @@ "build": {

"dependencies": [
"../breadboard:build",
"../schema:build",
"../breadboard#build",
"../schema#build",
"validate"

@@ -90,4 +90,4 @@ ],

"build:schema",
"../breadboard:build",
"../schema:build"
"../breadboard#build",
"../schema#build"
]

@@ -110,4 +110,4 @@ },

"dependencies": [
"../breadboard:build",
"../schema:build"
"../breadboard#build",
"../schema#build"
],

@@ -114,0 +114,0 @@ "files": [