atendeticket 2.1.1 → 2.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/core/banner.js +12 -5
  2. package/package.json +1 -1
package/core/banner.js CHANGED
@@ -2,11 +2,18 @@ function showBanner() {
2
2
  const chalk = require('chalk');
3
3
 
4
4
  console.log(chalk.cyan(`
5
- ___ _ _ _ _ _
6
- / _ \\ _ __(_)_ _____| | ___ | | (_) | ___
7
- | | | | '__| \\ \\ / / _ \\ |/ _ \\ | | | |/ _ \\
8
- | |_| | | | |\\ V / __/ | __/ | |__| | | __/
9
- \\___/|_| |_| \\_/ \\___|_|\\___| |____/|_|\\___|
5
+ ,-.
6
+ / ( '
7
+ * _.--'! '--._
8
+ ,' ''_ _____ __ .___ ___________.__ __ __
9
+ ' |! / _ \_/ |_ ____ ____ __| _/___\__ ___/|__| ____ | | __ _____/ |_
10
+ _.' O ___ / /_\ \ __\/ __ \ / \ / __ |/ __ \| | | |/ ___\| |/ // __ \ __\
11
+ (_.-^, __..-' ''''-./ | \ | \ ___/| | \/ /_/ \ ___/| | | \ \___| <\ ___/| |
12
+ /,' ' _\____|____/__| \_____>___|__/\____ |\_____>____| |__|\_____>__|__\\_____>__|
13
+ ' * .-'' |
14
+ (..--^. '
15
+ | /
16
+ '
10
17
  `));
11
18
  }
12
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atendeticket",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Instalador CLI para AtendeTicket",
5
5
  "main": "index.js",
6
6
  "scripts": {