smash-os-install 0.1.0 → 0.1.1

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -101,7 +101,7 @@ const answers = await prompts(
101
101
  validate: (v) => (v.trim().length > 0 ? true : 'Required'),
102
102
  },
103
103
  {
104
- type: 'password',
104
+ type: 'text',
105
105
  name: 'apiKey',
106
106
  message: 'API Key (from SmashOS Settings → API Keys)',
107
107
  validate: (v) => (v.trim().length > 0 ? true : 'Required'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smash-os-install",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Install the SmashOS Claude Code harness into any repository",
5
5
  "type": "module",
6
6
  "bin": {