@fsg-vault/agent 1.0.8 → 1.0.9

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.
package/dist/cli.js CHANGED
@@ -18,16 +18,16 @@ program.parse(process.argv);
18
18
  const options = program.opts();
19
19
  const [command, ...args] = program.args;
20
20
  const VERSION = '1.0.8';
21
- const BANNER = `
21
+ const BANNER = String.raw `
22
22
  ________ ________ ________ ___ ___ ________ ___ ___ ___ _________
23
- |\ _____\\ ____\|\ ____\ |\ \ / /|\ __ \|\ \|\ \|\ \ |\___ ___\
23
+ |\ _____\\ ____\|\ ____\ |\ \ / /|\ __ \|\ \|\ \|\ \ |\___ ___\
24
24
  \ \ \__/\ \ \___|\ \ \___| \ \ \ / / | \ \|\ \ \ \\\ \ \ \\|___ \ \_|
25
25
  \ \ __\\ \_____ \ \ \ ___ \ \ \/ / / \ \ __ \ \ \\\ \ \ \ \ \ \
26
26
  \ \ \_| \|____|\ \ \ \|\ \ \ \ / / \ \ \ \ \ \ \\\ \ \ \____\ \ \
27
27
  \ \__\ ____\_\ \ \_______\ \ \__/ / \ \__\ \__\ \_______\ \_______\ \__\
28
28
  \|__| |\_________\|_______| \|__|/ \|__|\|__|\|_______|\|_______|\|__|
29
- \|_________|
30
- v${VERSION}
29
+ \|_________|
30
+ v${VERSION}
31
31
  `;
32
32
  async function run() {
33
33
  process.stdout.write('\x1Bc'); // Clear screen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fsg-vault/agent",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "FSG Vault Agent CLI",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {