@lunora/cli 1.0.0-alpha.76 → 1.0.0-alpha.78

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.
@@ -1439,7 +1439,7 @@ const ADAPTERS = {
1439
1439
  },
1440
1440
  solid: {
1441
1441
  adapter: "@lunora/solid",
1442
- createViteTemplate: "solid",
1442
+ createViteTemplate: "solid-ts",
1443
1443
  files: [
1444
1444
  { contents: SOLID_INDEX, path: "src/index.tsx" },
1445
1445
  { contents: SOLID_APP, path: "src/App.tsx" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/cli",
3
- "version": "1.0.0-alpha.76",
3
+ "version": "1.0.0-alpha.78",
4
4
  "description": "The Lunora CLI: init, dev, deploy, codegen, run, reset, and migrate commands",
5
5
  "keywords": [
6
6
  "agent-skills",
@@ -51,21 +51,21 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@bomb.sh/tab": "0.0.16",
55
- "@lunora/codegen": "1.0.0-alpha.36",
56
- "@lunora/config": "1.0.0-alpha.58",
54
+ "@bomb.sh/tab": "0.0.18",
55
+ "@lunora/codegen": "1.0.0-alpha.37",
56
+ "@lunora/config": "1.0.0-alpha.59",
57
57
  "@lunora/container": "1.0.0-alpha.7",
58
58
  "@lunora/d1": "1.0.0-alpha.24",
59
59
  "@lunora/errors": "1.0.0-alpha.2",
60
- "@lunora/seed": "1.0.0-alpha.18",
61
- "@visulima/cerebro": "3.0.0-alpha.32",
62
- "@visulima/error": "6.0.0-alpha.34",
63
- "@visulima/fs": "5.0.0-alpha.32",
64
- "@visulima/package": "5.0.0-alpha.23",
65
- "@visulima/pail": "4.0.0-alpha.22",
66
- "@visulima/path": "3.0.0-alpha.13",
67
- "@visulima/spinner": "1.0.0-alpha.4",
68
- "@visulima/tui": "1.0.0-alpha.26",
60
+ "@lunora/seed": "1.0.0-alpha.19",
61
+ "@visulima/cerebro": "3.0.0",
62
+ "@visulima/error": "6.0.0",
63
+ "@visulima/fs": "5.0.0",
64
+ "@visulima/package": "5.0.0",
65
+ "@visulima/pail": "4.0.0",
66
+ "@visulima/path": "3.0.0",
67
+ "@visulima/spinner": "1.0.0",
68
+ "@visulima/tui": "1.0.0",
69
69
  "cfonts": "^3.3.1",
70
70
  "giget": "3.3.0",
71
71
  "jsonc-parser": "^3.3.1",