@markuplint/ml-spec 4.2.0 → 4.3.0

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.
@@ -1,3 +1,4 @@
1
+ import type { ImplicitRole } from '../types/aria.js';
1
2
  import type { ARIAVersion, ComputedRole, MLMLSpec } from '../types/index.js';
2
3
  export declare function getImplicitRole(specs: MLMLSpec, el: Element, version: ARIAVersion): ComputedRole;
3
- export declare function getImplicitRoleName(el: Element, version: ARIAVersion, specs: MLMLSpec): import("packages/@markuplint/ml-spec/src/index.js").ImplicitRole;
4
+ export declare function getImplicitRoleName(el: Element, version: ARIAVersion, specs: MLMLSpec): ImplicitRole;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-spec",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
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>",
@@ -32,15 +32,15 @@
32
32
  "schema:prettier": "prettier --write \"./schemas/*.json\" \"./src/types/*.ts\" --log-level warn"
33
33
  },
34
34
  "dependencies": {
35
- "@markuplint/ml-ast": "4.1.0",
36
- "@markuplint/types": "4.1.0",
35
+ "@markuplint/ml-ast": "4.2.0",
36
+ "@markuplint/types": "4.2.0",
37
37
  "dom-accessibility-api": "0.6.3",
38
38
  "is-plain-object": "5.0.0",
39
39
  "type-fest": "4.14.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@markuplint/test-tools": "4.2.0",
42
+ "@markuplint/test-tools": "4.3.0",
43
43
  "json-schema-to-typescript": "13.1.2"
44
44
  },
45
- "gitHead": "fe251a0257345255ee887dd2302b889ac32a22a5"
45
+ "gitHead": "ad3db077e96bea0666c9105b250f895263907a87"
46
46
  }