opencrush 0.3.7 → 0.3.8
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -245067,12 +245067,12 @@ async function runSetupWizard() {
|
|
|
245067
245067
|
message: "Pick a setup mode:",
|
|
245068
245068
|
choices: [
|
|
245069
245069
|
{
|
|
245070
|
-
name: `\u26A1 Quick setup ${source_default.gray("\u2014
|
|
245070
|
+
name: `\u26A1 Quick setup ${source_default.gray("\u2014 pick or create a companion, core features (recommended)")}`,
|
|
245071
245071
|
value: "quick",
|
|
245072
245072
|
short: "Quick"
|
|
245073
245073
|
},
|
|
245074
245074
|
{
|
|
245075
|
-
name: `\u{1F527} Full setup ${source_default.gray("\u2014 + voice
|
|
245075
|
+
name: `\u{1F527} Full setup ${source_default.gray("\u2014 pick or create a companion + voice, browser, Twitter")}`,
|
|
245076
245076
|
value: "full",
|
|
245077
245077
|
short: "Full"
|
|
245078
245078
|
}
|