@ingcreators/annot-playwright 0.4.1 → 0.4.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ingcreators/annot-playwright
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b47d896]
8
+ - @ingcreators/annot-core@0.3.1
9
+ - @ingcreators/annot-annotator@0.6.0
10
+
3
11
  ## 0.4.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ingcreators/annot-playwright",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Playwright fixture for annotated screenshots — emit annotated PNGs from failing tests without leaving the test file. Pairs `test.extend({ annotator })` with the headless renderer from @ingcreators/annot-annotator.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ingcreators",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@ingcreators/annot-annotator": "0.6.0",
52
- "@ingcreators/annot-core": "0.3.0"
52
+ "@ingcreators/annot-core": "0.3.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@playwright/test": "^1.40.0"