@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentientui/cli",
|
|
3
|
-
"version": "0.2.
|
|
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"
|