@beaket/ui 1.9.0 → 1.9.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.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -300,7 +300,7 @@ async function init(options) {
|
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
// src/index.ts
|
|
303
|
-
var version = "1.9.
|
|
303
|
+
var version = "1.9.1";
|
|
304
304
|
var program = new Command();
|
|
305
305
|
program.name("@beaket/ui").description("CLI for adding Beaket UI components to your project").version(version);
|
|
306
306
|
program.command("init").description("Initialize Beaket UI in your project").option("-y, --yes", "Use defaults without prompting").action(init);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beaket/ui",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "CLI tool for adding Beaket UI components to your project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"url": "https://github.com/beaket/ui"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"commander": "14.0.
|
|
25
|
+
"commander": "14.0.3",
|
|
26
26
|
"fs-extra": "11.3.3",
|
|
27
27
|
"picocolors": "1.1.1",
|
|
28
28
|
"prompts": "2.4.2"
|