canvaslms-cli 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -182,7 +182,7 @@ function pad(str, len) {
182
182
  async function selectFilesImproved(rl, currentDir = process.cwd()) {
183
183
  const selectedFiles = [];
184
184
  console.log(chalk.cyan.bold('\n' + '-'.repeat(50)));
185
- console.log(chalk.cyan.bold('Enhanced File Selection'));
185
+ console.log(chalk.cyan.bold('File Selection'));
186
186
  console.log(chalk.cyan('-'.repeat(50)));
187
187
  console.log(chalk.yellow('Tips:'));
188
188
  console.log(' • Type filename to add individual files');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvaslms-cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A command line tool for interacting with Canvas LMS API",
5
5
  "keywords": [
6
6
  "canvas",