@markuplint/types
Advanced tools
Comparing version 4.6.2 to 4.6.3
@@ -6,3 +6,3 @@ # Change Log | ||
## [4.6.2](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.6.1...@markuplint/types@4.6.2) (2024-10-15) | ||
## [4.6.3](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.6.2...@markuplint/types@4.6.3) (2024-10-27) | ||
@@ -15,2 +15,6 @@ **Note:** Version bump only for package @markuplint/types | ||
## [4.6.2](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.6.1...@markuplint/types@4.6.2) (2024-10-15) | ||
**Note:** Version bump only for package @markuplint/types | ||
## [4.6.1](https://github.com/markuplint/markuplint/compare/@markuplint/types@4.6.0...@markuplint/types@4.6.1) (2024-10-14) | ||
@@ -17,0 +21,0 @@ |
import type { CustomSyntaxCheck, UnmatchedResult } from './types.js'; | ||
export declare function checkMultiTypes(value: string, checks: readonly CustomSyntaxCheck[]): UnmatchedResult | import("./types.js").MatchedResult; | ||
export declare function checkMultiTypes(value: string, checks: readonly CustomSyntaxCheck[]): import("./types.js").MatchedResult | UnmatchedResult; |
@@ -5,3 +5,3 @@ import type { FormattedPrimitiveTypeCheck, MatchedResult, UnmatchedResult, UnmatchedResultOptions, UnmatchedResultReason } from './types.js'; | ||
readonly reason?: UnmatchedResultReason; | ||
}): (value: string) => UnmatchedResult | MatchedResult; | ||
}): (value: string) => MatchedResult | UnmatchedResult; | ||
export declare function matched(): MatchedResult; | ||
@@ -8,0 +8,0 @@ export declare function unmatched(value: string, reason?: UnmatchedResultReason, options?: UnmatchedResultOptions & { |
@@ -27,3 +27,3 @@ import type { TokenValue } from './types.js'; | ||
cache?: boolean; | ||
}): UnmatchedResult | import("../types.js").MatchedResult; | ||
}): import("../types.js").MatchedResult | UnmatchedResult; | ||
chunk(split: number): TokenCollection[]; | ||
@@ -30,0 +30,0 @@ compareTokens(callback: (prev: Readonly<Token>, current: Readonly<Token>) => Readonly<Token> | null | void): Readonly<Token> | null | undefined; |
{ | ||
"name": "@markuplint/types", | ||
"version": "4.6.2", | ||
"version": "4.6.3", | ||
"description": "Type declaration and value checker", | ||
@@ -32,3 +32,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/shared": "4.4.7", | ||
"@markuplint/shared": "4.4.8", | ||
"@types/css-tree": "2.3.8", | ||
@@ -44,3 +44,3 @@ "@types/debug": "4.1.12", | ||
}, | ||
"gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f" | ||
"gitHead": "fab5b494f0bdc491aa83cb2c8722738d557fbefd" | ||
} |
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
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
240888
+ Added@markuplint/shared@4.4.8(transitive)
- Removed@markuplint/shared@4.4.7(transitive)
Updated@markuplint/shared@4.4.8