@sentientui/cli 0.2.0 → 0.2.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.
package/dist/index.cjs CHANGED
@@ -289,6 +289,6 @@ if (command === "init") {
289
289
  process.exit(1);
290
290
  }
291
291
  } else {
292
- console.log("Usage: npx sentientui init [--key pk_...] [--yes]");
292
+ console.log("Usage: npx @sentientui/cli init [--key pk_...] [--yes]");
293
293
  process.exit(command ? 1 : 0);
294
294
  }
package/dist/index.js CHANGED
@@ -268,6 +268,6 @@ if (command === "init") {
268
268
  process.exit(1);
269
269
  }
270
270
  } else {
271
- console.log("Usage: npx sentientui init [--key pk_...] [--yes]");
271
+ console.log("Usage: npx @sentientui/cli init [--key pk_...] [--yes]");
272
272
  process.exit(command ? 1 : 0);
273
273
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sentientui/cli",
3
- "version": "0.2.0",
4
- "description": "SentientUI CLI — `npx sentientui init` adds adaptive UI to an existing app in one command",
3
+ "version": "0.2.1",
4
+ "description": "SentientUI CLI — `npx @sentientui/cli init` adds adaptive UI to an existing app in one command",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "sentientui": "./dist/index.js"