@empiricalrun/test-gen 0.42.14 → 0.42.15

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,11 @@
1
1
  # @empiricalrun/test-gen
2
2
 
3
+ ## 0.42.15
4
+
5
+ ### Patch Changes
6
+
7
+ - f7b6045: fix: reduced border to 1px for annotation container
8
+
3
9
  ## 0.42.14
4
10
 
5
11
  ### 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 2px ${baseColor}`;
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.14",
3
+ "version": "0.42.15",
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/reporter": "^0.23.0",
77
- "@empiricalrun/r2-uploader": "^0.3.8"
76
+ "@empiricalrun/r2-uploader": "^0.3.8",
77
+ "@empiricalrun/reporter": "^0.23.0"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@playwright/test": "1.47.1",