Comparing version 1.8.0 to 1.9.0
{ | ||
"name": "myges", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "", | ||
@@ -30,6 +30,6 @@ "keywords": [], | ||
"commander": "^4.1.1", | ||
"inquirer": "^7.1.0", | ||
"moment": "^2.24.0", | ||
"inquirer": "^7.3.0", | ||
"moment": "^2.27.0", | ||
"update-notifier": "^4.1.0" | ||
} | ||
} |
@@ -101,2 +101,4 @@ #!/usr/bin/env node --no-warnings | ||
console.log(JSON.stringify(absences)) | ||
} else if (!absences) { | ||
console.log('Nothing to display.'); | ||
} else { | ||
@@ -146,2 +148,4 @@ display.table(absences.map(absence => ({ | ||
console.log(JSON.stringify(courses)) | ||
} else if (!courses) { | ||
console.log('Nothing to display.'); | ||
} else { | ||
@@ -197,2 +201,4 @@ const trimesters = [...new Set(courses.map(course => course.trimester))].sort() | ||
console.log(JSON.stringify(grades)) | ||
} else if (!grades) { | ||
console.log('Nothing to display.'); | ||
} else { | ||
@@ -445,2 +451,4 @@ const trimesters = [...new Set(grades.map(grade => grade.trimester))].sort().map(trimester => { | ||
console.log(JSON.stringify(projects)) | ||
} else if (!projects) { | ||
console.log('Nothing to display.'); | ||
} else { | ||
@@ -766,3 +774,3 @@ const { uid } = await api.request('GET', '/me/profile', config) | ||
'Name': colors.cyan('Réseau GES (GHG Network)'), | ||
'Value': 'http://www.reseau-ges.fr/', | ||
'Value': 'http://www.reseau-ges.fr', | ||
}, | ||
@@ -769,0 +777,0 @@ { |
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
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
35804
927
Updatedinquirer@^7.3.0
Updatedmoment@^2.27.0