@out-of-order/cli 0.1.0 → 0.1.1
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 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@out-of-order/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Audit any URL's tab order from the command line: prints findings to stdout, pipe them into an AI agent or a CI gate.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"a11y",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"playwright",
|
|
11
11
|
"tab-order"
|
|
12
12
|
],
|
|
13
|
-
"license": "MIT",
|
|
14
|
-
"author": "Bart Spaans",
|
|
15
13
|
"homepage": "https://github.com/spaansba/out-of-order#readme",
|
|
16
14
|
"bugs": "https://github.com/spaansba/out-of-order/issues",
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"author": "Bart Spaans",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
19
|
"url": "git+https://github.com/spaansba/out-of-order.git",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
|
+
"type": "module",
|
|
28
29
|
"publishConfig": {
|
|
29
30
|
"access": "public"
|
|
30
31
|
},
|
|
31
|
-
"type": "module",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"playwright": "^1.47.0",
|
|
34
|
-
"@out-of-order/
|
|
35
|
-
"@out-of-order/
|
|
34
|
+
"@out-of-order/core": "0.1.1",
|
|
35
|
+
"@out-of-order/trace": "0.1.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "^20.14.0",
|