@a11y-oracle/visual-engine 1.0.0 → 1.1.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a11y-oracle/visual-engine",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Visual pixel analysis engine for color contrast resolution using CDP screenshot capture and luminance analysis",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "a11y-oracle",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"!**/*.tsbuildinfo"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@a11y-oracle/cdp-types": "1.
|
|
47
|
-
"@a11y-oracle/focus-analyzer": "1.
|
|
46
|
+
"@a11y-oracle/cdp-types": "1.1.0",
|
|
47
|
+
"@a11y-oracle/focus-analyzer": "1.1.0",
|
|
48
48
|
"fast-png": "^8.0.0",
|
|
49
49
|
"tslib": "^2.3.0"
|
|
50
50
|
}
|