@eclipse-glsp/cli
Advanced tools
Comparing version 1.1.0-next.8de3069.116 to 1.1.0-next.adb81ca.116
@@ -79,3 +79,3 @@ "use strict"; | ||
if (fs.existsSync(reportsDir)) { | ||
fs.rmdirSync(reportsDir); | ||
fs.rmSync(reportsDir, { force: true, recursive: true }); | ||
} | ||
@@ -82,0 +82,0 @@ fs.mkdirSync(reportsDir); |
{ | ||
"name": "@eclipse-glsp/cli", | ||
"version": "1.1.0-next.8de3069.116+8de3069", | ||
"version": "1.1.0-next.adb81ca.116+adb81ca", | ||
"description": "CLI Tooling & scripts for GLSP components", | ||
@@ -46,3 +46,3 @@ "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
"devDependencies": { | ||
"@eclipse-glsp/config": "1.1.0-next.8de3069.116+8de3069", | ||
"@eclipse-glsp/config": "1.1.0-next.adb81ca.116+adb81ca", | ||
"@types/node-fetch": "2.6.2", | ||
@@ -62,3 +62,3 @@ "@types/readline-sync": "1.4.4", | ||
], | ||
"gitHead": "8de3069e7591a81b83626e850d120a6dd32f56ce" | ||
"gitHead": "adb81cabcd57fe18557dcbb6073777053ae9d059" | ||
} |
@@ -89,3 +89,3 @@ /******************************************************************************** | ||
if (fs.existsSync(reportsDir)) { | ||
fs.rmdirSync(reportsDir); | ||
fs.rmSync(reportsDir, { force: true, recursive: true }); | ||
} | ||
@@ -92,0 +92,0 @@ fs.mkdirSync(reportsDir); |
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 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
204398
1