myoperator-ui 0.0.36 → 0.0.37

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 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1327,6 +1327,8 @@ export function cn(...inputs: ClassValue[]) {
1327
1327
  console.log(chalk2.bold(" Next steps:\n"));
1328
1328
  console.log(" 1. Add your first component:");
1329
1329
  console.log(chalk2.cyan(" npx myoperator-ui add button\n"));
1330
+ console.log(" 2. Browse all components:");
1331
+ console.log(chalk2.cyan(" https://myoperator-ui.vercel.app\n"));
1330
1332
  } catch (error) {
1331
1333
  spinner.fail("Failed to initialize project");
1332
1334
  console.error(error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",