@markuplint/file-resolver
Advanced tools
Comparing version 4.0.0-alpha.4 to 4.0.0-alpha.5
@@ -35,3 +35,3 @@ const cache = new Map(); | ||
.replace(/^(?:markuplint-rule-|@markuplint\/rule-)/i, '') | ||
.replaceAll(/\s+|\/|\\|\./g, '-'); | ||
.replaceAll(/\s+|[./\\]/g, '-'); | ||
// eslint-disable-next-line no-console | ||
@@ -38,0 +38,0 @@ console.info(`The plugin name became "${name}"`); |
{ | ||
"name": "@markuplint/file-resolver", | ||
"version": "4.0.0-alpha.4", | ||
"version": "4.0.0-alpha.5", | ||
"description": "The file resolver of markuplint", | ||
@@ -27,13 +27,13 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"devDependencies": { | ||
"@types/node": "20.8.7" | ||
"@types/node": "20.8.8" | ||
}, | ||
"dependencies": { | ||
"@markuplint/html-parser": "4.0.0-alpha.4", | ||
"@markuplint/ml-ast": "4.0.0-alpha.4", | ||
"@markuplint/ml-config": "4.0.0-alpha.4", | ||
"@markuplint/ml-core": "4.0.0-alpha.4", | ||
"@markuplint/ml-spec": "4.0.0-alpha.4", | ||
"@markuplint/parser-utils": "4.0.0-alpha.4", | ||
"@markuplint/selector": "4.0.0-alpha.4", | ||
"@markuplint/shared": "4.0.0-alpha.4", | ||
"@markuplint/html-parser": "4.0.0-alpha.5", | ||
"@markuplint/ml-ast": "4.0.0-alpha.5", | ||
"@markuplint/ml-config": "4.0.0-alpha.5", | ||
"@markuplint/ml-core": "4.0.0-alpha.5", | ||
"@markuplint/ml-spec": "4.0.0-alpha.5", | ||
"@markuplint/parser-utils": "4.0.0-alpha.5", | ||
"@markuplint/selector": "4.0.0-alpha.5", | ||
"@markuplint/shared": "4.0.0-alpha.5", | ||
"cosmiconfig": "^8.3.6", | ||
@@ -46,3 +46,3 @@ "debug": "^4.3.4", | ||
}, | ||
"gitHead": "991b3aef77fde42c79343ee8c807257a35c589d7" | ||
"gitHead": "0c3e4690662edf1765bcc4b6411ec5507c1e2ea3" | ||
} |
Sorry, the diff of this file is not supported yet
40494
+ Added@markuplint/config-presets@4.0.0-alpha.5(transitive)
+ Added@markuplint/html-parser@4.0.0-alpha.5(transitive)
+ Added@markuplint/html-spec@4.0.0-alpha.5(transitive)
+ Added@markuplint/i18n@4.0.0-alpha.5(transitive)
+ Added@markuplint/ml-ast@4.0.0-alpha.5(transitive)
+ Added@markuplint/ml-config@4.0.0-alpha.5(transitive)
+ Added@markuplint/ml-core@4.0.0-alpha.5(transitive)
+ Added@markuplint/ml-spec@4.0.0-alpha.5(transitive)
+ Added@markuplint/parser-utils@4.0.0-alpha.5(transitive)
+ Added@markuplint/selector@4.0.0-alpha.5(transitive)
+ Added@markuplint/shared@4.0.0-alpha.5(transitive)
+ Added@markuplint/types@4.0.0-alpha.5(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-jsx@5.3.2(transitive)
+ Addedeslint-visitor-keys@3.4.3(transitive)
+ Addedespree@9.6.1(transitive)
- Removed@markuplint/config-presets@4.0.0-alpha.4(transitive)
- Removed@markuplint/html-parser@4.0.0-alpha.4(transitive)
- Removed@markuplint/html-spec@4.0.0-alpha.4(transitive)
- Removed@markuplint/i18n@4.0.0-alpha.4(transitive)
- Removed@markuplint/ml-ast@4.0.0-alpha.4(transitive)
- Removed@markuplint/ml-config@4.0.0-alpha.4(transitive)
- Removed@markuplint/ml-core@4.0.0-alpha.4(transitive)
- Removed@markuplint/ml-spec@4.0.0-alpha.4(transitive)
- Removed@markuplint/parser-utils@4.0.0-alpha.4(transitive)
- Removed@markuplint/selector@4.0.0-alpha.4(transitive)
- Removed@markuplint/shared@4.0.0-alpha.4(transitive)
- Removed@markuplint/types@4.0.0-alpha.4(transitive)