@markuplint/types
Advanced tools
Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6
@@ -755,3 +755,3 @@ import { checkMultiTypes } from './check-multi-types.js'; | ||
def: { | ||
'view-box': '<min-x> [,]? <min-y> [,]? <width> [,]? <height>', | ||
'view-box': '<min-x> [,]? <min-y> [,]? <width> [,]? <height>', // As '[<min-x>,? <min-y>,? <width>,? <height>]', | ||
'min-x': '<number>', | ||
@@ -758,0 +758,0 @@ 'min-y': '<number>', |
{ | ||
"name": "@markuplint/types", | ||
"version": "4.0.0-alpha.5", | ||
"version": "4.0.0-alpha.6", | ||
"description": "Type declaration and value checker", | ||
@@ -28,5 +28,5 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@types/css-tree": "^2.3.3", | ||
"@types/debug": "^4.1.10", | ||
"@types/whatwg-mimetype": "3.0.1", | ||
"@types/css-tree": "^2.3.4", | ||
"@types/debug": "^4.1.12", | ||
"@types/whatwg-mimetype": "3.0.2", | ||
"bcp-47": "^2.1.0", | ||
@@ -36,6 +36,6 @@ "css-tree": "^2.3.1", | ||
"leven": "^4.0.0", | ||
"type-fest": "^4.5.0", | ||
"whatwg-mimetype": "^3.0.0" | ||
"type-fest": "^4.8.2", | ||
"whatwg-mimetype": "^4.0.0" | ||
}, | ||
"gitHead": "0c3e4690662edf1765bcc4b6411ec5507c1e2ea3" | ||
"gitHead": "06e1242d274c72cf08a10a572b06ac35d1b924a4" | ||
} |
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
224977
+ Added@types/whatwg-mimetype@3.0.2(transitive)
+ Addedwhatwg-mimetype@4.0.0(transitive)
- Removed@types/whatwg-mimetype@3.0.1(transitive)
- Removedwhatwg-mimetype@3.0.0(transitive)
Updated@types/css-tree@^2.3.4
Updated@types/debug@^4.1.12
Updated@types/whatwg-mimetype@3.0.2
Updatedtype-fest@^4.8.2
Updatedwhatwg-mimetype@^4.0.0