@d-zero/a11y-check 0.7.1 → 0.7.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/README.md +3 -0
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -28,6 +28,8 @@ npx @d-zero/a11y-check <url>... [options]
28
28
  - `--cacheDir <dir>`: キャッシュディレクトリ(デフォルト: .cache)
29
29
  - `--locale <locale>`: ロケール設定
30
30
  - `--limit <number>`: 並列実行数の上限
31
+ - `--interval <ms>`: 並列実行間の間隔(デフォルト: なし)
32
+ - 数値または"min-max"形式でランダム範囲を指定可能
31
33
  - `--debug`: デバッグモード(デフォルト: false)
32
34
  - `--verbose`: 詳細ログモード(デフォルト: false)
33
35
 
@@ -143,6 +145,7 @@ export GOOGLE_AUTH_CREDENTIALS='/path/to/credential.json'
143
145
  - WCAGバージョン: WCAGのバージョン
144
146
  - 達成基準番号: WCAGの達成基準
145
147
  - 適合レベル: A/AA/AAA
148
+ - 深刻度: 問題の深刻度
146
149
  - スクリーンショット: スクリーンショットのURL
147
150
 
148
151
  ## 認証
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/a11y-check",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Accessibility Checker CLI",
5
5
  "author": "D-ZERO",
6
6
  "license": "MIT",
@@ -24,20 +24,20 @@
24
24
  "clean": "tsc --build --clean"
25
25
  },
26
26
  "dependencies": {
27
- "@d-zero/a11y-check-axe-scenario": "0.5.6",
28
- "@d-zero/a11y-check-core": "0.6.6",
29
- "@d-zero/a11y-check-scenarios": "0.4.20",
30
- "@d-zero/cli-core": "1.3.0",
31
- "@d-zero/google-auth": "0.5.3",
32
- "@d-zero/google-sheets": "0.5.9",
33
- "@d-zero/puppeteer-page-scan": "4.4.0",
34
- "@d-zero/readtext": "1.1.16",
35
- "@d-zero/shared": "0.17.1",
27
+ "@d-zero/a11y-check-axe-scenario": "0.5.7",
28
+ "@d-zero/a11y-check-core": "0.6.7",
29
+ "@d-zero/a11y-check-scenarios": "0.4.21",
30
+ "@d-zero/cli-core": "1.3.1",
31
+ "@d-zero/google-auth": "0.5.4",
32
+ "@d-zero/google-sheets": "0.5.10",
33
+ "@d-zero/puppeteer-page-scan": "4.4.1",
34
+ "@d-zero/readtext": "1.1.17",
35
+ "@d-zero/shared": "0.18.0",
36
36
  "ansi-colors": "4.1.3",
37
37
  "dayjs": "1.11.19",
38
- "dotenv": "17.2.3",
38
+ "dotenv": "17.2.4",
39
39
  "front-matter": "4.0.2",
40
40
  "minimist": "1.2.8"
41
41
  },
42
- "gitHead": "e2189e6878674b8fef5fa3c121ad109c448040fe"
42
+ "gitHead": "008ea25926579b061e36c1f5f4f4fc7e15cb782e"
43
43
  }