ax-grep 0.1.2 → 0.1.3
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ax-grep",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "A browser-native semantic accessibility tree extractor that runs without DevTools or CDP.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -98,5 +98,10 @@
|
|
|
98
98
|
},
|
|
99
99
|
"optionalDependencies": {
|
|
100
100
|
"impit": "^0.14.1"
|
|
101
|
+
},
|
|
102
|
+
"pnpm": {
|
|
103
|
+
"overrides": {
|
|
104
|
+
"esbuild": "0.28.1"
|
|
105
|
+
}
|
|
101
106
|
}
|
|
102
107
|
}
|