@mew-lab/a11y-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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -74,7 +74,7 @@ import { patternDetail, wcagDetail, search } from '@mew-lab/a11y-cli/api';
74
74
  const { data } = patternDetail('dialog-modal'); // { type, data } を返す。CLI と同じロジック
75
75
  ```
76
76
 
77
- ## データの出どころ
77
+ ## データについて
78
78
 
79
- すべての観点データは [`@mew-lab/a11y-core`](../core) に一元化されています(唯一の真実)。
80
- Web サイトと CLI は同じ core を参照するため、内容が食い違いません。
79
+ 掲載している観点は [a11y.mew-lab.com](https://a11y.mew-lab.com) と同じ内容です。
80
+ APG を参考にした非公式の日本語解説のため、正確な仕様は必ず[原文](https://www.w3.org/WAI/ARIA/apg/)をご確認ください。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mew-lab/a11y-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "WAI-ARIA APG パターンと WCAG 2.2 のアクセシビリティ観点を CLI/JSON で引けるツール(AI エージェント対応)",
6
6
  "license": "MIT",