@breadboard-ai/manifest
Advanced tools
Comparing version
{ | ||
"$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": [ |
{ | ||
"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": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
470349
310.09%588
532.26%16009
374.62%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed