@stacksjs/buddy 0.61.3 → 0.61.5

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.
@@ -1792,7 +1792,7 @@ function release(buddy) {
1792
1792
  useSeconds: true
1793
1793
  });
1794
1794
  console.log("");
1795
- console.log(italic6("Follow along: https://github.com/stacksjs/stacks/actions"));
1795
+ log24.info(`Follow along: ${italic6("https://github.com/stacksjs/stacks/actions")}`);
1796
1796
  });
1797
1797
  buddy.on("release:*", () => {
1798
1798
  console.error("Invalid command: %s\nSee --help for a list of available commands.", buddy.args.join(" "));
package/dist/cli.js CHANGED
@@ -29,7 +29,7 @@ test,
29
29
  tinker,
30
30
  upgrade,
31
31
  version
32
- } from "./chunk-dc895b9dbda10d78.js";
32
+ } from "./chunk-a2931e584dac2d9f.js";
33
33
  import"./chunk-970e033f764e29fc.js";
34
34
 
35
35
  // src/cli.ts
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ tinker,
34
34
  types,
35
35
  upgrade,
36
36
  version
37
- } from "./chunk-dc895b9dbda10d78.js";
37
+ } from "./chunk-a2931e584dac2d9f.js";
38
38
  import"./chunk-970e033f764e29fc.js";
39
39
  export {
40
40
  version,
package/dist/stacks CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.61.3",
4
+ "version": "0.61.5",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -40,7 +40,7 @@ export function release(buddy: CLI) {
40
40
  })
41
41
 
42
42
  console.log('')
43
- console.log(italic('Follow along: https://github.com/stacksjs/stacks/actions'))
43
+ log.info(`Follow along: ${italic('https://github.com/stacksjs/stacks/actions')}`)
44
44
  })
45
45
 
46
46
  buddy.on('release:*', () => {