@stacksjs/buddy 0.49.3 → 0.51.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +41 -41
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
9
9
  <!-- [![Codecov][codecov-src]][codecov-href] -->
10
10
 
11
- _Pre-release until public beta released. Coming December._
11
+ _Pre-release until public beta released. Coming March._
12
12
 
13
13
  The goal of the framework is to _help you_ create & maintain frontends, backends, and clouds—without having to worry about the boilerplate. Stacks is a rapid application development framework, meeting all your full stack needs.
14
14
 
@@ -115,7 +115,7 @@ npx stacks new my-project
115
115
  ```
116
116
 
117
117
  > **Note**
118
- > pnpm 7.20 or higher required. _Run the setup script & 🐶 Buddy will set you up. He barks otherwise._
118
+ > pnpm 7.26 or higher required. _Run the setup script & 🐶 Buddy will set you up. He barks otherwise._
119
119
 
120
120
  ## 🤖 Usage
121
121
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.49.3",
5
- "packageManager": "pnpm@7.25.1",
4
+ "version": "0.51.0",
5
+ "packageManager": "pnpm@7.26.3",
6
6
  "description": "Meet Buddy. The Stacks runtime.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -50,50 +50,50 @@
50
50
  "README.md"
51
51
  ],
52
52
  "engines": {
53
- "node": ">=v18.13.0",
54
- "pnpm": ">=7.25.1"
53
+ "node": ">=v18.14.0",
54
+ "pnpm": ">=7.26.3"
55
55
  },
56
56
  "peerDependencies": {
57
- "@stacksjs/actions": "0.49.3",
58
- "@stacksjs/ai": "0.49.3",
59
- "@stacksjs/alias": "0.49.3",
60
- "@stacksjs/arrays": "0.49.3",
61
- "@stacksjs/auth": "0.49.3",
62
- "@stacksjs/build": "0.49.3",
63
- "@stacksjs/cache": "0.49.3",
64
- "@stacksjs/cli": "0.49.3",
65
- "@stacksjs/cloud": "0.49.3",
66
- "@stacksjs/collections": "0.49.3",
67
- "@stacksjs/config": "0.49.3",
68
- "@stacksjs/docs": "0.49.3",
69
- "@stacksjs/domains": "0.49.3",
70
- "@stacksjs/email": "0.49.3",
71
- "@stacksjs/error-handling": "0.49.3",
72
- "@stacksjs/events": "0.49.3",
73
- "@stacksjs/git": "0.49.3",
74
- "@stacksjs/health": "0.49.3",
75
- "@stacksjs/lint": "0.49.3",
76
- "@stacksjs/logging": "0.49.3",
77
- "@stacksjs/modules": "0.49.3",
78
- "@stacksjs/notifications": "0.49.3",
79
- "@stacksjs/objects": "0.49.3",
80
- "@stacksjs/path": "0.49.3",
81
- "@stacksjs/payments": "0.49.3",
82
- "@stacksjs/realtime": "0.49.3",
83
- "@stacksjs/router": "0.49.3",
84
- "@stacksjs/search-engine": "0.49.3",
85
- "@stacksjs/security": "0.49.3",
86
- "@stacksjs/server": "0.49.3",
87
- "@stacksjs/storage": "0.49.3",
88
- "@stacksjs/strings": "0.49.3",
89
- "@stacksjs/testing": "0.49.3",
90
- "@stacksjs/types": "0.49.3",
91
- "@stacksjs/ui": "0.49.3",
92
- "@stacksjs/utils": "0.49.3"
57
+ "@stacksjs/actions": "0.51.0",
58
+ "@stacksjs/ai": "0.51.0",
59
+ "@stacksjs/alias": "0.51.0",
60
+ "@stacksjs/arrays": "0.51.0",
61
+ "@stacksjs/auth": "0.51.0",
62
+ "@stacksjs/build": "0.51.0",
63
+ "@stacksjs/cache": "0.51.0",
64
+ "@stacksjs/cli": "0.51.0",
65
+ "@stacksjs/cloud": "0.51.0",
66
+ "@stacksjs/collections": "0.51.0",
67
+ "@stacksjs/config": "0.51.0",
68
+ "@stacksjs/docs": "0.51.0",
69
+ "@stacksjs/domains": "0.51.0",
70
+ "@stacksjs/email": "0.51.0",
71
+ "@stacksjs/error-handling": "0.51.0",
72
+ "@stacksjs/events": "0.51.0",
73
+ "@stacksjs/git": "0.51.0",
74
+ "@stacksjs/health": "0.51.0",
75
+ "@stacksjs/lint": "0.51.0",
76
+ "@stacksjs/logging": "0.51.0",
77
+ "@stacksjs/modules": "0.51.0",
78
+ "@stacksjs/notifications": "0.51.0",
79
+ "@stacksjs/objects": "0.51.0",
80
+ "@stacksjs/path": "0.51.0",
81
+ "@stacksjs/payments": "0.51.0",
82
+ "@stacksjs/realtime": "0.51.0",
83
+ "@stacksjs/router": "0.51.0",
84
+ "@stacksjs/search-engine": "0.51.0",
85
+ "@stacksjs/security": "0.51.0",
86
+ "@stacksjs/server": "0.51.0",
87
+ "@stacksjs/storage": "0.51.0",
88
+ "@stacksjs/strings": "0.51.0",
89
+ "@stacksjs/testing": "0.51.0",
90
+ "@stacksjs/types": "0.51.0",
91
+ "@stacksjs/ui": "0.51.0",
92
+ "@stacksjs/utils": "0.51.0"
93
93
  },
94
94
  "devDependencies": {
95
95
  "only-allow": "^1.1.1",
96
- "typescript": "^4.9.4",
96
+ "typescript": "^4.9.5",
97
97
  "unbuild": "^1.1.1"
98
98
  },
99
99
  "config": {