@eclipse-glsp/cli
Advanced tools
Comparing version 1.1.0-next.2fda3cf.122 to 1.1.0-next.3cde244.125
@@ -84,3 +84,3 @@ "use strict"; | ||
}); | ||
return changedFiles; | ||
return changedFiles.filter(file => fs.existsSync(file)); | ||
} | ||
@@ -87,0 +87,0 @@ function validate(rootDir, files, options) { |
@@ -51,2 +51,3 @@ "use strict"; | ||
.split('\n') | ||
.filter(value => value.trim().length !== 0) | ||
.map(fileInfo => { var _a; | ||
@@ -53,0 +54,0 @@ // Extract relative file path from the info string and convert to absolute path |
{ | ||
"name": "@eclipse-glsp/cli", | ||
"version": "1.1.0-next.2fda3cf.122+2fda3cf", | ||
"version": "1.1.0-next.3cde244.125+3cde244", | ||
"description": "CLI Tooling & scripts for GLSP components", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@eclipse-glsp/config": "1.1.0-next.2fda3cf.122+2fda3cf", | ||
"@eclipse-glsp/config": "1.1.0-next.3cde244.125+3cde244", | ||
"@types/glob": "^8.0.0", | ||
@@ -64,3 +64,3 @@ "@types/node-fetch": "2.6.2", | ||
}, | ||
"gitHead": "2fda3cf3b1e1c2dc1665f692efd5f50239b3da4b" | ||
"gitHead": "3cde2448f4010bd2939e2977e4f614b4f63f3306" | ||
} |
@@ -126,3 +126,3 @@ /******************************************************************************** | ||
}); | ||
return changedFiles; | ||
return changedFiles.filter(file => fs.existsSync(file)); | ||
} | ||
@@ -129,0 +129,0 @@ |
@@ -51,2 +51,3 @@ /******************************************************************************** | ||
.split('\n') | ||
.filter(value => value.trim().length !== 0) | ||
.map(fileInfo => | ||
@@ -53,0 +54,0 @@ // Extract relative file path from the info string and convert to absolute path |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
264451
3497