-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "ExaDev-io/develop" into "GoogleChromeLabs/main" (#14)
- Loading branch information
Showing
13 changed files
with
60 additions
and
10,218 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+114 KB
...injs-npm-1.18.1-198cafb0b7-3fba9e43cb.zip → ...injs-npm-1.18.2-3128f7d634-2b11d7013a.zip
Binary file not shown.
Binary file added
BIN
+977 KB
.yarn/cache/@rollup-rollup-linux-arm64-gnu-npm-4.9.1-d1b6b5fd45-10.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,46 @@ | ||
{ | ||
"config": { | ||
"WIREIT_FAILURES": "continue", | ||
"WIREIT_LOGGER": "metrics" | ||
}, | ||
"dependencies": { | ||
"@exadev/breadboard-kits": "^0.9.0", | ||
"@exadev/breadboard-kits": "^0.9.1", | ||
"@google-labs/breadboard": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.10.4", | ||
"tsx": "^4.6.2", | ||
"typescript": "^5.3.3" | ||
"@types/node": "^20.10.5", | ||
"tsx": "^4.7.0", | ||
"typescript": "^5.3.3", | ||
"wireit": "^0.14.1" | ||
}, | ||
"engineStrict": true, | ||
"engines": { | ||
"node": ">=19" | ||
}, | ||
"engineStrict": true, | ||
"name": "breadboard-samples", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"workspaces": [ | ||
"./samples/**/*" | ||
], | ||
"repository": "https://github.com/GoogleChromeLabs/breadboard-samples", | ||
"scripts": { | ||
"start": "yarn workspaces foreach -A run start", | ||
"watch": "yarn workspaces foreach -A run watch", | ||
"build": "yarn workspaces foreach -A run build" | ||
"build": "wireit", | ||
"start": "wireit", | ||
"watch": "wireit" | ||
}, | ||
"repository": "https://github.com/GoogleChromeLabs/breadboard-samples", | ||
"packageManager": "[email protected]" | ||
"wireit": { | ||
"build": { | ||
"command": "yarn workspaces foreach -A run build" | ||
}, | ||
"start": { | ||
"command": "yarn workspaces foreach -A run start", | ||
"dependencies": [ | ||
"./samples/Breadboard Walkthrough:start" | ||
] | ||
}, | ||
"watch": { | ||
"command": "yarn workspaces foreach -A run watch" | ||
} | ||
}, | ||
"workspaces": [ | ||
"./samples/**/*" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters