create-flow-os 0.0.34 → 0.0.36
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/package.json +2 -2
- package/src/init/ui.ts +6 -6
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-flow-os",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.36",
|
|
4
4
|
"license": "PolyForm-Shield-1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@flow-os/client": "^0.0.
|
|
7
|
+
"@flow-os/client": "^0.0.36"
|
|
8
8
|
},
|
|
9
9
|
"bin": {
|
|
10
10
|
"create-flow-os": "./src/index.ts"
|
package/src/init/ui.ts
CHANGED
|
@@ -122,12 +122,12 @@ const LAYERS_ICON = [
|
|
|
122
122
|
];
|
|
123
123
|
|
|
124
124
|
const FLOW_OS_TEXT = [
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
|
|
125
|
+
" ░░░░░░░ ░░ ░░░░░░░░ ░░ ░░ ░░░░░░░ ░░░░░░░",
|
|
126
|
+
" ░███████░██░ ░████████░██░ ░██░ ░███████░███████░",
|
|
127
|
+
" ██░░░░░░██░░ ██░░░░██░░██░░ ░██░░ ██░░░░██░██░░░░░",
|
|
128
|
+
" █████░░░██░░ ██░░░░██░░██░█░░██░░ ██░░░░██░███████░",
|
|
129
|
+
" ██░░░░░░██░░ ██░░░░██░░██░██░██░░ ██░░░░██░░░░░░██░",
|
|
130
|
+
" ██░░░░░░███████░████████░░░███░███░░ ████████░███████░",
|
|
131
131
|
];
|
|
132
132
|
|
|
133
133
|
/** Logo (ASCII utente) sopra, scritta Flow OS sotto, entrambi fuori dal box */
|