@stacksjs/buddy 0.61.20 → 0.61.23

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/README.md CHANGED
@@ -33,7 +33,7 @@ It’s incredibly easy to get started with this framework. Simply run the follow
33
33
  ```bash
34
34
  curl -Ssf stacksjs.org/install | sh # wip
35
35
 
36
- # alternatively, if Bun >= v1.0.30 is installed already,
36
+ # alternatively, if Bun >= v1.1.11 is installed already,
37
37
  # you may also get started via:
38
38
  bunx stacks new my-project
39
39
  ```
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.20",
4
+ "version": "0.61.23",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",