@markuplint/ml-core
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.3
@@ -13,3 +13,3 @@ import type { MLFabric } from './types'; | ||
constructor({ parser, sourceCode, ruleset, rules, locale, schemas, parserOptions, filename, debug }: MLCoreParams); | ||
get document(): Document<RuleConfigValue, unknown> | MLParseError; | ||
get document(): MLParseError | Document<RuleConfigValue, unknown>; | ||
verify(fix?: boolean): Promise<Violation[]>; | ||
@@ -16,0 +16,0 @@ setCode(sourceCode: string): void; |
{ | ||
"name": "@markuplint/ml-core", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.3", | ||
"description": "The core module of markuplint", | ||
@@ -20,6 +20,6 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/i18n": "2.0.0-rc.1", | ||
"@markuplint/ml-ast": "2.0.0-rc.1", | ||
"@markuplint/ml-config": "2.0.0-rc.1", | ||
"@markuplint/ml-spec": "2.0.0-rc.1", | ||
"@markuplint/i18n": "2.0.0-rc.3", | ||
"@markuplint/ml-ast": "2.0.0-rc.3", | ||
"@markuplint/ml-config": "2.0.0-rc.3", | ||
"@markuplint/ml-spec": "2.0.0-rc.3", | ||
"debug": "^4.3.2", | ||
@@ -30,6 +30,6 @@ "postcss-selector-parser": "^6.0.6", | ||
"devDependencies": { | ||
"@markuplint/html-parser": "2.0.0-rc.1", | ||
"@markuplint/html-parser": "2.0.0-rc.3", | ||
"@types/debug": "^4.1.7" | ||
}, | ||
"gitHead": "34dbaf8bc5ee499315a32857c59b9c6f6bb73594" | ||
"gitHead": "fd98dfe75d24c63190f0fd578ef2633ff638e6ab" | ||
} |
Sorry, the diff of this file is not supported yet
205703
+ Added@markuplint/i18n@2.0.0-rc.3(transitive)
+ Added@markuplint/ml-ast@2.0.0-rc.3(transitive)
+ Added@markuplint/ml-config@2.0.0-rc.3(transitive)
+ Added@markuplint/ml-spec@2.0.0-rc.3(transitive)
- Removed@markuplint/i18n@2.0.0-rc.1(transitive)
- Removed@markuplint/ml-ast@2.0.0-rc.1(transitive)
- Removed@markuplint/ml-config@2.0.0-rc.1(transitive)
- Removed@markuplint/ml-spec@2.0.0-rc.1(transitive)
Updated@markuplint/i18n@2.0.0-rc.3