@springmicro/cli 0.5.16 → 0.5.17

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.
@@ -1,8 +1,8 @@
1
- # no to overwriting shadcn components that have already been installed
2
- yes no | pnpm dlx shadcn@latest add form
3
- yes no | pnpm dlx shadcn@latest add button
4
- yes no | pnpm dlx shadcn@latest add textarea
5
- yes no | pnpm dlx shadcn@latest add label
6
- yes no | pnpm dlx shadcn@latest add input
7
- yes no | pnpm dlx shadcn@latest add sonner
8
- pnpm add @springmicro/forms
1
+ # no to overwriting shadcn components that have already been installed
2
+ yes no | pnpm dlx shadcn@latest add form
3
+ yes no | pnpm dlx shadcn@latest add button
4
+ yes no | pnpm dlx shadcn@latest add textarea
5
+ yes no | pnpm dlx shadcn@latest add label
6
+ yes no | pnpm dlx shadcn@latest add input
7
+ yes no | pnpm dlx shadcn@latest add sonner
8
+ pnpm add @springmicro/forms
File without changes
File without changes
@@ -134,5 +134,5 @@
134
134
  ]
135
135
  }
136
136
  },
137
- "version": "0.5.16"
137
+ "version": "0.5.17"
138
138
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@springmicro/cli",
3
3
  "description": "A new CLI generated with oclif",
4
- "version": "0.5.16",
4
+ "version": "0.5.17",
5
5
  "author": "David Buckley",
6
6
  "private": false,
7
7
  "publishConfig": {
@@ -76,5 +76,5 @@
76
76
  "version": "oclif readme && git add README.md"
77
77
  },
78
78
  "types": "dist/index.d.ts",
79
- "gitHead": "9adcb0aba821c9e30cb9c1c8d737e2426f7f29c6"
79
+ "gitHead": "915dac621fa9bf06ffe49dadd56452f28bbd5737"
80
80
  }