@empiricalrun/test-gen 0.42.14 → 0.42.16
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @empiricalrun/test-gen
|
|
2
2
|
|
|
3
|
+
## 0.42.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9a81634]
|
|
8
|
+
- Updated dependencies [f2c3344]
|
|
9
|
+
- @empiricalrun/reporter@0.23.1
|
|
10
|
+
|
|
11
|
+
## 0.42.15
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- f7b6045: fix: reduced border to 1px for annotation container
|
|
16
|
+
|
|
3
17
|
## 0.42.14
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -500,7 +500,7 @@ function annotateElementsWithPreference({
|
|
|
500
500
|
// Use createHintMarker with the specified container
|
|
501
501
|
createHintMarker(el, hint, container, windowToAnnotate, baseColor);
|
|
502
502
|
|
|
503
|
-
el.style.boxShadow = `inset 0 0 0px
|
|
503
|
+
el.style.boxShadow = `inset 0 0 0px 1px ${baseColor}`;
|
|
504
504
|
|
|
505
505
|
// Add element details to the annotations map
|
|
506
506
|
annotationsMap[hint] = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empiricalrun/test-gen",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.16",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"tsx": "^4.16.2",
|
|
74
74
|
"typescript": "^5.3.3",
|
|
75
75
|
"@empiricalrun/llm": "^0.9.31",
|
|
76
|
-
"@empiricalrun/
|
|
77
|
-
"@empiricalrun/
|
|
76
|
+
"@empiricalrun/r2-uploader": "^0.3.8",
|
|
77
|
+
"@empiricalrun/reporter": "^0.23.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@playwright/test": "1.47.1",
|