pepr 0.52.3-nightly.0 → 0.52.3-nightly.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.
package/src/cli/banner.ts CHANGED
@@ -1,63 +1,29 @@
1
1
  // SPDX-License-Identifier: Apache-2.0
2
2
  // SPDX-FileCopyrightText: 2023-Present The Pepr Authors
3
3
 
4
- export const banner = `                                                                                                                                               
5
-                                                                                                                                                
6
-                                                                                                                                                
7
-                                                                                                                                                
8
-                                                                                                                                                
9
-                                                                                                                                                
10
-                             .                                                                                                                  
11
-                                                                                                  .                                             
12
-                              //                         .*.   ..  ..,.                     .//(((/.                                            
13
-                              /((/.                   .,,,,,********,,,,..             .*//(/////,                                              
14
-                              *(//(/          .*//((((////////////////////(((/,     ./(///////(* .                                              
15
-                               *(///(*    .*/(/////////////////////////////////(/.*(//////((/, .,                                               
16
-                               ..,//*  ,/(///////////////////////////////////////(///////,  ,,*,                                                
17
-                                 ..  *(/////////////////////////////////////////////((//..**/*. .                                               
18
-                                   ,/(/////////////////////////////////////////////(////((/,                                                    
19
-                                  *(//////////////////////////////////////////(//(/////,.                                                       
20
-                                 /(//////////////////////////////////////////((*/(//(/                                                          
21
-                              .  /(//////////////////////////////////*,,,,,,. .*(**((/,*/////*.                                                 
22
-                                 /(/////////////////////////////(/,     . (%     ,/(///((//*                                                    
23
-                                  ......*/(/////////////////////,  **.     (% ,////////*,,,..                                                   
24
-                                 . (%*    *(//////////////////(,  (@@&     *& ./(///////(((/,                                                   
25
-                                   ,.  &@# *(////////////////(/            (& ,//////,..             ..                                         
26
-                                            *(///////////////(*         . #&  /(///(/          ***,,..        .                                 
27
-                                            /(////////////////,        */*../(//////,       ,/(/******/////(//*,.                               
28
-                                           *(///////////////(/*,.....,,**/(//////(/,        *(, #&&&&&&&#(/*.  ,//((/,.                         
29
-                           ,        ./*, ./(////////////////////((((////////////(/         ,(/ /&&&%###%&&&&&&&&%#(*,.,//*.                     
30
-                            .,///((* */ ,(//(//////((((///////////////////////(/.         ,/(.,%&%/%&&&&#  *(%&&&&&&&&&#. .//,                  
31
-                      .,//*,,..***(#(.  ,/(/../(/(/..*////////(*/(///////((/*.           ,//,.%&&&%*/&&&&&&&%(,..,#&&&&&&&(, .,*                
32
-                   **,  *#%&&&&&#(#%&&&# ./(/((///((//////((/, ,/((((((/*.             ./(/ .%&&&&&%(./&&&&&&&&&#(*  (&&# .   . .*              
33
-                .     /&&%*,.,/%&&&&&&#/%#* .,,*//////*,,.  .,**,.    ..,,,*.        ,/(/..(&&&%(&&&&#(.,#&&&&&&&&#(/. *,                       
34
-                       ,  *(&&&&&&&&( %&&&&%# /*,   .. .*****//((((* *///((/,    ,*/((/  #&&&&&/#&&&&&#(( ,%&&&&&&%#///                         
35
-                        ,//#&&&&&&( /&&&&&&/&%.,(* *// /%%%%%%%%%%%# /(////(/. /(/,..*#&&&&&&&#.%&&&&&&%((, /&&(. .                             
36
-                         ....  #&* /%&&&&&&*/%&#  ./(/ /%%%%%%%%%%%#.,//////(*  (%%&&&&&&&&&%#/,%&&&&&&&#((,                                    
37
-                                  ///**/(#%% (##../((* #%%%%%%%%%%%%( /(/////(,         ,*#%(( (/     *.             *.  ,                      
38
-                                   .     ,  .,, *(//(* %%%%%%%%%%%%%%,./,*(//(* .        ,. **  .                  . #&%*                       
39
-                                              *((////..,,,,,,****,,,/* ./(///(* */  **,                           , (&&%(/ .                    
40
-                                            ,//**, ., #%%%%(.   ...,/(((/////(,./(/,                              . (&&%(/                      
41
-                                           ./(///((/ /%%%/ //(((///////////(/../(//(/. ,/(*                      * /&/&&#(*,/* ,                
42
-                                           ,,/(/., %@# %( /@/ ,.*.  ,*/(((/. *(//(((/(/, ..  &&                    (&&&&&&&#/                   
43
-                                           ,./&%/&@/#@//( @% @@(*@@@# ,. ..,(/*,**//////(*..#%(                    %%..,..,                     
44
-                                         */.  (@& /*  (%%/   /(  &@( (#%%%#  *((//////////(/ .                       .//(/. .                   
45
-                                       ./(////*  ., .****/((##((#*  ,**,,. ,///////////////(/. .#%* /              . ,(//(/                     
46
-                                       /(//////(/,* *%%%%%%%%%%%%%%%%%%#(. /(///////////////(/ ,,   ,#/        /%*  */////(, *                  
47
-                                    . ./(////////**..#%%%%%%%%%%%%%%%%%#(, /(///////////////(/ .,/(/*,.. ./*   ..,/////////, ,                  
48
-                                       *(///////(/,* /%%%%%%%%%%%%%%%%%#(/ *(///////////////(/ .,*(/////(((((((/////////(/, .                   
49
-                                        /(////////*,, .*/((##%%%%####(((,,. *(///////////////, ,,*/////////////////////(*                       
50
-                                      .  /(((/////(*,*, *%##((((((###%%%#((* /(///////////(/  ,,,,*/(//////////////((/,                         
51
-                                        ,*/*//(((//(/*,,, ./(##%%%%%%%##(((/ .*//////////,.  .,,,,*,****//////**,..                             
52
-                                 , (@/,&% *@% .* *(///(/,,    .*/(((((((/.  ** ./.  //, .    .                  ,                               
53
-                                * /@//@@,#@@ %@@( *///*,.        ,,,,.   (@%,&@#*@@@/.&@% .                                                     
54
-                                  .,                 .                  .%&*%@& &@@& #@%(                                                       
55
-                                                                             .   .                                                              
56
-                                                                                                                                                
57
-                                                                                                                                                
58
-                                                                                                                                                
59
-                                                                                                                                                
60
-                                                                                                                                                
61
-                                                                                                                                                
62
- 
4
+ export const banner = `
5
+                                   --              
6
+        =:.     ::........:.   ..===:              
7
+        ===   ===============.-====                
8
+         :.:====================--:                
9
+          ======================-                  
10
+         -================== ==-:::.               
11
+         .=============.  .+--==..                 
12
+          ::=-======== ==  #=====:                 
13
+            =.=======:    :-===   .::::=:          
14
+             .=======-....:===.   =.--:::*--.:     
15
+      :  -.=.================    ..+#%+##*%%%.+    
16
+    =: %#%%+.========-====-     .=*%%*#%%%= #%     
17
+     + *#%%=##.       .+::=-  := #%-%%+ %%%%+      
18
+      ..%#-%%%*: = #####-===  +*%%*+%%%+.+:        
19
+          :=:-====:#####.===    +:-.:       =:     
20
+              :---###*-  :== : -            #*.    
21
+             .=== #=.======::=-.            +#+:   
22
+             .:=##..-%.@.=.-=+===.:        +..+    
23
+            ==.- .#** -:*#:+======. =        =-    
24
+           .====:.#######*.========.-   - + ===    
25
+            =====:#######*-=======:.==========     
26
+             .===-: +****++ =====.::--=====-       
27
+          *:+*-+:==. -....=:%#==.    .::           
28
+            .@#=          =..=.=-                  
63
29
  `;