@seyuna/cli 1.0.0-canary.24 → 1.0.0-canary.25

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/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@seyuna/cli",
3
- "version": "1.0.0-canary.24",
3
+ "version": "1.0.0-canary.25",
4
4
  "exports": "./src/main.ts",
5
5
  "publish": {
6
6
  "include": [
@@ -18,7 +18,7 @@ export async function initConfig() {
18
18
  default: "src/styles",
19
19
  }) || "src/styles";
20
20
  const mode = await Select.prompt({
21
- message: `${Brand.muted("›")} Default color appearance mode`,
21
+ message: `${Brand.muted("›")} Default mode`,
22
22
  default: "system",
23
23
  options: [
24
24
  { name: "System", value: "system" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seyuna/cli",
3
- "version": "1.0.0-canary.24",
3
+ "version": "1.0.0-canary.25",
4
4
  "description": "Seyuna CLI",
5
5
  "repository": {
6
6
  "type": "git",