@midscene/visualizer 0.27.7-beta-20250902060833.0 → 0.27.7-beta-20250903080919.0
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.
|
@@ -249,7 +249,7 @@ const PromptInput = (param)=>{
|
|
|
249
249
|
}
|
|
250
250
|
});
|
|
251
251
|
const mainPart = otherValues.join(' ');
|
|
252
|
-
historyPrompt = locateValue ? `${
|
|
252
|
+
historyPrompt = locateValue ? `${locateValue} - ${mainPart}` : mainPart;
|
|
253
253
|
} else historyPrompt = values.prompt || '';
|
|
254
254
|
} else historyPrompt = values.prompt || '';
|
|
255
255
|
const newHistoryItem = {
|
|
@@ -287,7 +287,7 @@ const PromptInput = (param)=>{
|
|
|
287
287
|
}
|
|
288
288
|
});
|
|
289
289
|
const mainPart = otherValues.join(' ');
|
|
290
|
-
historyPrompt = locateValue ? `${
|
|
290
|
+
historyPrompt = locateValue ? `${locateValue} - ${mainPart}` : mainPart;
|
|
291
291
|
} else historyPrompt = values.prompt || '';
|
|
292
292
|
} else historyPrompt = values.prompt || '';
|
|
293
293
|
const newHistoryItem = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/visualizer",
|
|
3
|
-
"version": "0.27.7-beta-
|
|
3
|
+
"version": "0.27.7-beta-20250903080919.0",
|
|
4
4
|
"repository": "https://github.com/web-infra-dev/midscene",
|
|
5
5
|
"homepage": "https://midscenejs.com/",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"antd": "^5.21.6",
|
|
71
71
|
"buffer": "6.0.3",
|
|
72
72
|
"dayjs": "^1.11.11",
|
|
73
|
-
"@midscene/
|
|
74
|
-
"@midscene/
|
|
75
|
-
"@midscene/playground": "0.27.7-beta-
|
|
73
|
+
"@midscene/shared": "0.27.7-beta-20250903080919.0",
|
|
74
|
+
"@midscene/core": "0.27.7-beta-20250903080919.0",
|
|
75
|
+
"@midscene/playground": "0.27.7-beta-20250903080919.0"
|
|
76
76
|
},
|
|
77
77
|
"license": "MIT",
|
|
78
78
|
"scripts": {
|