@markuplint/rules
Advanced tools
Comparing version 4.0.0-dev.0 to 4.0.0-dev.10
@@ -1,3 +0,3 @@ | ||
/// <reference types="debug" /> | ||
export declare const cmLog: import("debug").Debugger; | ||
import type { Log } from '../debug.js'; | ||
export declare const cmLog: Log; | ||
export declare const bgGreen: { | ||
@@ -4,0 +4,0 @@ (): void; |
@@ -1,4 +0,4 @@ | ||
/// <reference types="debug" /> | ||
import type { Log } from '../debug.js'; | ||
import color from 'ansi-colors'; | ||
export declare const cmLog: import("debug").Debugger; | ||
export declare const cmLog: Log; | ||
export declare const bgGreen: color.StyleFunction; | ||
@@ -5,0 +5,0 @@ export declare const green: color.StyleFunction; |
{ | ||
"name": "@markuplint/rules", | ||
"version": "4.0.0-dev.0+7c596917", | ||
"version": "4.0.0-dev.10+b28398ab", | ||
"description": "Built-in rules of markuplint", | ||
@@ -28,8 +28,8 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/html-spec": "4.0.0-dev.0+7c596917", | ||
"@markuplint/ml-core": "4.0.0-dev.0+7c596917", | ||
"@markuplint/ml-spec": "4.0.0-dev.0+7c596917", | ||
"@markuplint/selector": "4.0.0-dev.0+7c596917", | ||
"@markuplint/shared": "4.0.0-dev.0+7c596917", | ||
"@markuplint/types": "4.0.0-dev.0+7c596917", | ||
"@markuplint/html-spec": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/ml-core": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/ml-spec": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/selector": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/shared": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/types": "4.0.0-dev.10+b28398ab", | ||
"@types/debug": "^4.1.12", | ||
@@ -40,5 +40,5 @@ "@ungap/structured-clone": "^1.2.0", | ||
"debug": "^4.3.4", | ||
"type-fest": "^4.8.2" | ||
"type-fest": "^4.8.3" | ||
}, | ||
"gitHead": "7c59691701465a0fb3a4b69187318e8033c463d4" | ||
"gitHead": "b28398ab9c8f0ad790f2915ad5da8f3a80e9b8d6" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
197595
Updatedtype-fest@^4.8.3