@workbench-ai/workbench-core 0.0.92 → 0.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -5577,7 +5577,7 @@ function publicRuntimeErrorSummary(value) {
|
|
|
5577
5577
|
.split(/\r?\n/u)
|
|
5578
5578
|
.map((line) => line.trim())
|
|
5579
5579
|
.filter(Boolean);
|
|
5580
|
-
const errorLine = lines.find((line) => /^[A-Za-z_$][\w.$]*Error:/u.test(line));
|
|
5580
|
+
const errorLine = lines.find((line) => /^(?:[A-Za-z_$][\w.$]*Error|Error):/u.test(line));
|
|
5581
5581
|
if (errorLine) {
|
|
5582
5582
|
return singleLine(errorLine);
|
|
5583
5583
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workbench-ai/workbench-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.93",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/workbench-ai/workbench.git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"yaml": "^2.8.2",
|
|
25
|
-
"@workbench-ai/workbench-
|
|
26
|
-
"@workbench-ai/workbench-
|
|
25
|
+
"@workbench-ai/workbench-contract": "0.0.93",
|
|
26
|
+
"@workbench-ai/workbench-protocol": "0.0.93"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^24.3.1",
|