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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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 selfies, Spotify, all core features (recommended)")}`,
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 messages, browser, Twitter posting")}`,
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencrush",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Your AI companion lives on your device. She watches dramas, listens to music, and thinks of you.",
5
5
  "bin": {
6
6
  "opencrush": "dist/index.js"