@markuplint/ml-spec 5.0.0-alpha.3 → 5.0.0-dev.5
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.
|
@@ -236,7 +236,7 @@ type ARIAAttributeValue =
|
|
|
236
236
|
type ARIAVersion = '1.1' | '1.2' | '1.3';
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
推奨デフォルトバージョンは `'1.
|
|
239
|
+
推奨デフォルトバージョンは `'1.3'` です(`src/utils/aria-version.ts` の `ARIA_RECOMMENDED_VERSION` として定義)。
|
|
240
240
|
|
|
241
241
|
### `ComputedRole`
|
|
242
242
|
|
package/docs/type-definitions.md
CHANGED
|
@@ -236,7 +236,7 @@ A union type of supported ARIA specification version strings, derived from the `
|
|
|
236
236
|
type ARIAVersion = '1.1' | '1.2' | '1.3';
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
The recommended default version is `'1.
|
|
239
|
+
The recommended default version is `'1.3'` (defined as `ARIA_RECOMMENDED_VERSION` in `src/utils/aria-version.ts`).
|
|
240
240
|
|
|
241
241
|
### `ComputedRole`
|
|
242
242
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/ml-spec",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-dev.5+e96392f56",
|
|
4
4
|
"description": "Types and schema that specs of the Markup languages for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"schema:prettier": "npx prettier --write \"./schemas/*.json\" \"./src/types/*.ts\" --log-level warn"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@markuplint/ml-ast": "5.0.0-
|
|
38
|
-
"@markuplint/types": "5.0.0-
|
|
37
|
+
"@markuplint/ml-ast": "5.0.0-dev.5+e96392f56",
|
|
38
|
+
"@markuplint/types": "5.0.0-dev.5+e96392f56",
|
|
39
39
|
"is-plain-object": "5.0.0",
|
|
40
40
|
"type-fest": "5.4.4"
|
|
41
41
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@markuplint/test-tools": "5.0.0-alpha.3",
|
|
44
44
|
"json-schema-to-typescript": "15.0.4"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e96392f56e4bc8165ba59622b41c822703a96372"
|
|
47
47
|
}
|