@markuplint/rules 4.0.0-alpha.6 → 4.0.0-dev.10
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,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import type { Log } from '../debug.js';
|
|
2
2
|
import color from 'ansi-colors';
|
|
3
|
-
export declare const cmLog:
|
|
3
|
+
export declare const cmLog: Log;
|
|
4
4
|
export declare const bgGreen: color.StyleFunction;
|
|
5
5
|
export declare const green: color.StyleFunction;
|
|
6
6
|
export declare const bgRed: color.StyleFunction;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/rules",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-dev.10+b28398ab",
|
|
4
4
|
"description": "Built-in rules of markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"./lib/permitted-contents/debug.js": "./lib/permitted-contents/debug.browser.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@markuplint/html-spec": "4.0.0-
|
|
29
|
-
"@markuplint/ml-core": "4.0.0-
|
|
30
|
-
"@markuplint/ml-spec": "4.0.0-
|
|
31
|
-
"@markuplint/selector": "4.0.0-
|
|
32
|
-
"@markuplint/shared": "4.0.0-
|
|
33
|
-
"@markuplint/types": "4.0.0-
|
|
28
|
+
"@markuplint/html-spec": "4.0.0-dev.10+b28398ab",
|
|
29
|
+
"@markuplint/ml-core": "4.0.0-dev.10+b28398ab",
|
|
30
|
+
"@markuplint/ml-spec": "4.0.0-dev.10+b28398ab",
|
|
31
|
+
"@markuplint/selector": "4.0.0-dev.10+b28398ab",
|
|
32
|
+
"@markuplint/shared": "4.0.0-dev.10+b28398ab",
|
|
33
|
+
"@markuplint/types": "4.0.0-dev.10+b28398ab",
|
|
34
34
|
"@types/debug": "^4.1.12",
|
|
35
35
|
"@ungap/structured-clone": "^1.2.0",
|
|
36
36
|
"ansi-colors": "^4.1.3",
|
|
37
37
|
"chrono-node": "^2.7.3",
|
|
38
38
|
"debug": "^4.3.4",
|
|
39
|
-
"type-fest": "^4.8.
|
|
39
|
+
"type-fest": "^4.8.3"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "b28398ab9c8f0ad790f2915ad5da8f3a80e9b8d6"
|
|
42
42
|
}
|