@aerogel/cli 0.0.0-next.33c058471a47b828f174aca4d2b5aeadfeb2c627 → 0.0.0-next.41015155b5e91730bd0162304fb58fd115462f9c

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aerogel/cli",
3
3
  "description": "Aerogel CLI",
4
- "version": "0.0.0-next.33c058471a47b828f174aca4d2b5aeadfeb2c627",
4
+ "version": "0.0.0-next.41015155b5e91730bd0162304fb58fd115462f9c",
5
5
  "main": "dist/aerogel-cli.cjs.js",
6
6
  "module": "dist/aerogel-cli.esm.js",
7
7
  "types": "dist/aerogel-cli.d.ts",
@@ -35,7 +35,7 @@
35
35
  "url": "https://github.com/NoelDeMartin/aerogeljs/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@noeldemartin/utils": "0.4.0-next.787e1e0023fa9aa44d303ab4082e9e3f5982509a",
38
+ "@noeldemartin/utils": "0.4.0-next.2549ce58d5c94a6009ecdd37d6fe2fcd76b6038e",
39
39
  "chalk": "^4.1.2",
40
40
  "commander": "^11.0.0",
41
41
  "mustache": "^4.2.0",
@@ -6,7 +6,7 @@
6
6
  <title><% app.name %></title>
7
7
  </head>
8
8
  <body class="h-full w-full text-base font-normal leading-tight text-gray-900 antialiased">
9
- <div id="app" class="h-full"></div>
9
+ <div id="app" class="loading h-full"></div>
10
10
  <script type="module" src="./src/main.ts"></script>
11
11
  </body>
12
12
  </html>