@markuplint/ml-spec
Advanced tools
Comparing version 4.1.0 to 4.1.1-alpha.0
import type { ARIAVersion, ComputedRole, MLMLSpec } from '../types/index.js'; | ||
export declare function getImplicitRole(specs: MLMLSpec, el: Element, version: ARIAVersion): ComputedRole; | ||
export declare function getImplicitRoleName(el: Element, version: ARIAVersion, specs: MLMLSpec): import("../index.js").ImplicitRole; | ||
export declare function getImplicitRoleName(el: Element, version: ARIAVersion, specs: MLMLSpec): import("packages/@markuplint/ml-spec/src/index.js").ImplicitRole; |
import type { ARIAVersion, Matches, MLMLSpec } from '../types/index.js'; | ||
export declare function getImplicitRole(specs: MLMLSpec, localName: string, namespace: string | null, version: ARIAVersion, matches: Matches): import("../index.js").ImplicitRole; | ||
export declare function getImplicitRole(specs: MLMLSpec, localName: string, namespace: string | null, version: ARIAVersion, matches: Matches): import("packages/@markuplint/ml-spec/src/index.js").ImplicitRole; |
{ | ||
"name": "@markuplint/ml-spec", | ||
"version": "4.1.0", | ||
"version": "4.1.1-alpha.0", | ||
"description": "Types and schema that specs of the Markup languages for markuplint", | ||
@@ -35,13 +35,13 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "4.0.1", | ||
"@markuplint/types": "4.0.2", | ||
"dom-accessibility-api": "^0.6.3", | ||
"is-plain-object": "^5.0.0", | ||
"type-fest": "^4.10.2" | ||
"@markuplint/ml-ast": "4.0.2-alpha.0", | ||
"@markuplint/types": "4.0.3-alpha.0", | ||
"dom-accessibility-api": "0.6.3", | ||
"is-plain-object": "5.0.0", | ||
"type-fest": "4.12.0" | ||
}, | ||
"devDependencies": { | ||
"@markuplint/test-tools": "4.1.0", | ||
"@markuplint/test-tools": "4.1.1-alpha.0", | ||
"json-schema-to-typescript": "13.1.2" | ||
}, | ||
"gitHead": "d5d99c5d84b676f8b2bb84684533ed74cf2f1da6" | ||
"gitHead": "02b8ba8440aeeafbf9507ea0ef84bc258fced2c6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130095
82
2
+ Added@markuplint/ml-ast@4.0.2-alpha.0(transitive)
+ Added@markuplint/types@4.0.3-alpha.0(transitive)
+ Added@types/css-tree@2.3.7(transitive)
+ Addeddebug@4.3.4(transitive)
+ Addedms@2.1.2(transitive)
+ Addedtype-fest@4.12.0(transitive)
- Removed@markuplint/ml-ast@4.0.1(transitive)
- Removed@markuplint/types@4.0.2(transitive)
- Removed@types/css-tree@2.3.9(transitive)
- Removeddebug@4.4.0(transitive)
- Removedms@2.1.3(transitive)
- Removedtype-fest@4.30.2(transitive)
Updateddom-accessibility-api@0.6.3
Updatedis-plain-object@5.0.0
Updatedtype-fest@4.12.0