@stacksjs/buddy 0.58.27 → 0.58.43

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/cli.js CHANGED
@@ -14,9 +14,11 @@ generate,
14
14
  http,
15
15
  install,
16
16
  key,
17
+ lint,
17
18
  release,
18
- setup
19
- } from "./chunk-fd47b42fb923a4be.js";
19
+ setup,
20
+ upgrade
21
+ } from "./chunk-ac2e8a0f7df4fd87.js";
20
22
  import"./chunk-b75e6db0012faa55.js";
21
23
 
22
24
  // src/cli.ts
@@ -42,8 +44,10 @@ async function main() {
42
44
  generate(buddy);
43
45
  http(buddy);
44
46
  install(buddy);
47
+ lint(buddy);
45
48
  release(buddy);
46
49
  setup(buddy);
50
+ upgrade(buddy);
47
51
  buddy.parse();
48
52
  }
49
53
  process.on("uncaughtException", handleError);
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ tinker,
32
32
  types,
33
33
  upgrade,
34
34
  version
35
- } from "./chunk-fd47b42fb923a4be.js";
35
+ } from "./chunk-ac2e8a0f7df4fd87.js";
36
36
  import"./chunk-b75e6db0012faa55.js";
37
37
  export {
38
38
  version,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.58.27",
4
+ "version": "0.58.43",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",