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.10.2

10

CHANGELOG.md
# Changelog
## 0.10.2
### Patch Changes
- 7921983: Introduce `@breadboard-ai/types` package.
- Updated dependencies [370b7ca]
- Updated dependencies [7921983]
- @google-labs/breadboard@0.27.2
- @breadboard-ai/types@0.1.0
## 0.10.1

@@ -4,0 +14,0 @@

2

dist/internal/board/board.d.ts

@@ -7,3 +7,3 @@ /**

import type { NodeDescriberResult } from "@google-labs/breadboard";
import type { GraphMetadata, NodeMetadata } from "@google-labs/breadboard-schema/graph.js";
import type { GraphMetadata, NodeMetadata } from "@breadboard-ai/types";
import type { JSONSchema4 } from "json-schema";

@@ -10,0 +10,0 @@ import { type Value } from "../../index.js";

@@ -6,3 +6,3 @@ /**

*/
import type { GraphMetadata } from "@google-labs/breadboard-schema/graph.js";
import type { GraphMetadata } from "@breadboard-ai/types";
import type { GenericBoardDefinition } from "../board/board.js";

@@ -9,0 +9,0 @@ import type { Convergence } from "../board/converge.js";

@@ -7,3 +7,3 @@ /**

import { type Kit, type KitConstructor, type NewNodeFactory, type NewNodeValue, type NodeHandlerObject } from "@google-labs/breadboard";
import type { GraphDescriptor, KitTag } from "@google-labs/breadboard-schema/graph.js";
import type { GraphDescriptor, KitTag } from "@breadboard-ai/types";
import type { BoardDefinition } from "./board/board.js";

@@ -10,0 +10,0 @@ import type { Expand } from "./common/type-util.js";

{
"name": "@breadboard-ai/build",
"version": "0.10.1",
"version": "0.10.2",
"description": "JavaScript library for building boards and defining new node types for the Breadboard AI prototyping library",

@@ -63,3 +63,4 @@ "license": "Apache-2.0",

"dependencies": [
"../breadboard:build:tsc"
"../breadboard:build:tsc",
"../types:build:tsc"
],

@@ -123,3 +124,4 @@ "files": [

"dependencies": {
"@google-labs/breadboard": "^0.27.1",
"@breadboard-ai/types": "0.1.0",
"@google-labs/breadboard": "^0.27.2",
"@types/json-schema": "^7.0.15"

@@ -126,0 +128,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet