File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ export async function getOutdatedEcs(workingDir: string): Promise<
103103 }
104104 | undefined
105105> {
106- const decentralandEcs7Version = await getInstalledVersion (
107- workingDir ,
108- '@dcl/sdk'
109- )
110106 const decentralandEcs6Version = await getInstalledVersion (
111107 workingDir ,
112108 'decentraland-ecs'
@@ -121,17 +117,7 @@ export async function getOutdatedEcs(workingDir: string): Promise<
121117 latestVersion
122118 }
123119 }
124- } else if ( decentralandEcs7Version ) {
125- const latestVersion = await getLatestVersion ( '@dcl/sdk' )
126- if ( latestVersion && semver . lt ( decentralandEcs7Version , latestVersion ) ) {
127- return {
128- package : '@dcl/sdk' ,
129- installedVersion : decentralandEcs7Version ,
130- latestVersion
131- }
132- }
133120 }
134-
135121 return undefined
136122}
137123
You can’t perform that action at this time.
0 commit comments