Skip to content

Commit 10c9972

Browse files
authored
Merge "ExaDev-io/develop" into "GoogleChromeLabs/main" (#14)
2 parents a262568 + 0b3b362 commit 10c9972

13 files changed

+60
-10218
lines changed
114 KB
Binary file not shown.
977 KB
Binary file not shown.
1 MB
Binary file not shown.
13.4 MB
Binary file not shown.
14.7 MB
Binary file not shown.
-9.72 KB
Binary file not shown.
11.1 KB
Binary file not shown.
-177 KB
Binary file not shown.

package-lock.json

Lines changed: 0 additions & 10174 deletions
This file was deleted.

package.json

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,46 @@
11
{
2+
"config": {
3+
"WIREIT_FAILURES": "continue",
4+
"WIREIT_LOGGER": "metrics"
5+
},
26
"dependencies": {
3-
"@exadev/breadboard-kits": "^0.9.0",
7+
"@exadev/breadboard-kits": "^0.9.1",
48
"@google-labs/breadboard": "^0.6.0"
59
},
610
"devDependencies": {
7-
"@types/node": "^20.10.4",
8-
"tsx": "^4.6.2",
9-
"typescript": "^5.3.3"
11+
"@types/node": "^20.10.5",
12+
"tsx": "^4.7.0",
13+
"typescript": "^5.3.3",
14+
"wireit": "^0.14.1"
1015
},
16+
"engineStrict": true,
1117
"engines": {
1218
"node": ">=19"
1319
},
14-
"engineStrict": true,
1520
"name": "breadboard-samples",
21+
"packageManager": "[email protected]",
1622
"private": true,
17-
"workspaces": [
18-
"./samples/**/*"
19-
],
23+
"repository": "https://github.com/GoogleChromeLabs/breadboard-samples",
2024
"scripts": {
21-
"start": "yarn workspaces foreach -A run start",
22-
"watch": "yarn workspaces foreach -A run watch",
23-
"build": "yarn workspaces foreach -A run build"
25+
"build": "wireit",
26+
"start": "wireit",
27+
"watch": "wireit"
2428
},
25-
"repository": "https://github.com/GoogleChromeLabs/breadboard-samples",
26-
"packageManager": "[email protected]"
29+
"wireit": {
30+
"build": {
31+
"command": "yarn workspaces foreach -A run build"
32+
},
33+
"start": {
34+
"command": "yarn workspaces foreach -A run start",
35+
"dependencies": [
36+
"./samples/Breadboard Walkthrough:start"
37+
]
38+
},
39+
"watch": {
40+
"command": "yarn workspaces foreach -A run watch"
41+
}
42+
},
43+
"workspaces": [
44+
"./samples/**/*"
45+
]
2746
}

0 commit comments

Comments
 (0)