@ijuantm/simpl-addon 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/install.js +2 -2
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -85,7 +85,7 @@ const showHelp = () => {
85
85
  const listAddons = async (version) => {
86
86
  console.log();
87
87
  log(` ╭${'─'.repeat(62)}╮`);
88
- log(` │ ${COLORS.bold}Available Add-ons${COLORS.reset} ${COLORS.dim}(${version})${COLORS.reset}${' '.repeat(39 - version.length)}│`);
88
+ log(` │ ${COLORS.bold}Available Add-ons${COLORS.reset} ${COLORS.dim}(${version})${COLORS.reset}${' '.repeat(40 - version.length)}│`);
89
89
  log(` ╰${'─'.repeat(62)}╯`);
90
90
  console.log();
91
91
  log(' 📦 Fetching available add-ons...', 'bold');
@@ -365,7 +365,7 @@ const main = async () => {
365
365
 
366
366
  console.log();
367
367
  log(` ╭${'─'.repeat(62)}╮`);
368
- log(` │ ${COLORS.bold}Installing Add-on: ${COLORS.cyan}${addonName}${COLORS.reset} ${COLORS.dim}(${version})${COLORS.reset}${' '.repeat(37 - addonName.length - version.length)}│`);
368
+ log(` │ ${COLORS.bold}Installing Add-on: ${COLORS.cyan}${addonName}${COLORS.reset} ${COLORS.dim}(${version})${COLORS.reset}${' '.repeat(38 - addonName.length - version.length)}│`);
369
369
  log(` ╰${'─'.repeat(62)}╯`);
370
370
  console.log();
371
371
  log(' 📦 Downloading add-on...', 'bold');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ijuantm/simpl-addon",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "CLI tool to install Simpl framework add-ons.",
5
5
  "main": "install.js",
6
6
  "bin": {