@eclipse-che/che-theia-devworkspace-handler
Advanced tools
Comparing version 0.0.1-1638961527 to 0.0.1-1639071223
@@ -42,6 +42,6 @@ "use strict"; | ||
if (project) { | ||
editorDevfile.projects = [{ name: project.name, zip: { location: project.location } }]; | ||
devfile.projects = [{ name: project.name, zip: { location: project.location } }]; | ||
} | ||
else { | ||
editorDevfile.projects = [ | ||
devfile.projects = [ | ||
{ | ||
@@ -48,0 +48,0 @@ name: githubUrl.getRepoName(), |
{ | ||
"name": "@eclipse-che/che-theia-devworkspace-handler", | ||
"version": "0.0.1-1638961527", | ||
"version": "0.0.1-1639071223", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Handle management of che-theia-plugins and devWorkspace templates", |
@@ -58,5 +58,5 @@ /********************************************************************** | ||
if (project) { | ||
editorDevfile.projects = [{ name: project.name, zip: { location: project.location } }]; | ||
devfile.projects = [{ name: project.name, zip: { location: project.location } }]; | ||
} else { | ||
editorDevfile.projects = [ | ||
devfile.projects = [ | ||
{ | ||
@@ -63,0 +63,0 @@ name: githubUrl.getRepoName(), |
Sorry, the diff of this file is not supported yet
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
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
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
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
213880