@stacksjs/buddy 0.49.1 → 0.49.2

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 +37 -37
package/README.md CHANGED
@@ -38,7 +38,7 @@ _Develop dynamic UIs with helpers for atomic design, and much more._
38
38
  - 🌐 **Web** _"a routing & templating engine that makes sense" using components—SSG & PWA ready_
39
39
  - 🖥️ **Desktop** _components as desktop elements_
40
40
  - 📚 **Library** _auto-builds component & function libraries_
41
- - ⚡️ Powered by Vue, Vite, UnoCSS & Tauri
41
+ - ⚡️ Powered by Nitro, Tauri, UnoCSS, Vite & Vue
42
42
 
43
43
  ### Stacks Functions
44
44
 
@@ -46,7 +46,7 @@ _Develop serverless (or server) functions with countless helpers to build scalab
46
46
 
47
47
  - 🪄 **AI** _deep OpenAI integration_
48
48
  - 🤖 **APIs** _scalability & maintainability built-in_
49
- - 🏎️ **Cache** _Redis, DynamoDB, SingleStore, and more_
49
+ - 🏎️ **Cache** _Redis, DynamoDB, Upstash, SingleStore, and more—serverless_
50
50
  - ⚙️ **CLIs** _create beautiful CLIs for Linux, Windows, and Mac—without requirements_
51
51
  - 📀 **Database** _MySQL, Postgres, PlanetScale, Supabase, Prisma, ..._
52
52
  - 👾 **Errors** _native type-safe error handling_
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.49.1",
4
+ "version": "0.49.2",
5
5
  "packageManager": "pnpm@7.25.0",
6
6
  "description": "Meet Buddy. The Stacks runtime.",
7
7
  "author": "Chris Breuer",
@@ -54,42 +54,42 @@
54
54
  "pnpm": ">=7.25.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "@stacksjs/actions": "0.49.1",
58
- "@stacksjs/ai": "0.49.1",
59
- "@stacksjs/alias": "0.49.1",
60
- "@stacksjs/arrays": "0.49.1",
61
- "@stacksjs/auth": "0.49.1",
62
- "@stacksjs/build": "0.49.1",
63
- "@stacksjs/cache": "0.49.1",
64
- "@stacksjs/cli": "0.49.1",
65
- "@stacksjs/cloud": "0.49.1",
66
- "@stacksjs/collections": "0.49.1",
67
- "@stacksjs/config": "0.49.1",
68
- "@stacksjs/docs": "0.49.1",
69
- "@stacksjs/domains": "0.49.1",
70
- "@stacksjs/email": "0.49.1",
71
- "@stacksjs/error-handling": "0.49.1",
72
- "@stacksjs/events": "0.49.1",
73
- "@stacksjs/git": "0.49.1",
74
- "@stacksjs/health": "0.49.1",
75
- "@stacksjs/lint": "0.49.1",
76
- "@stacksjs/logging": "0.49.1",
77
- "@stacksjs/modules": "0.49.1",
78
- "@stacksjs/notifications": "0.49.1",
79
- "@stacksjs/objects": "0.49.1",
80
- "@stacksjs/path": "0.49.1",
81
- "@stacksjs/payments": "0.49.1",
82
- "@stacksjs/realtime": "0.49.1",
83
- "@stacksjs/router": "0.49.1",
84
- "@stacksjs/search-engine": "0.49.1",
85
- "@stacksjs/security": "0.49.1",
86
- "@stacksjs/server": "0.49.1",
87
- "@stacksjs/storage": "0.49.1",
88
- "@stacksjs/strings": "0.49.1",
89
- "@stacksjs/testing": "0.49.1",
90
- "@stacksjs/types": "0.49.1",
91
- "@stacksjs/ui": "0.49.1",
92
- "@stacksjs/utils": "0.49.1"
57
+ "@stacksjs/actions": "0.49.2",
58
+ "@stacksjs/ai": "0.49.2",
59
+ "@stacksjs/alias": "0.49.2",
60
+ "@stacksjs/arrays": "0.49.2",
61
+ "@stacksjs/auth": "0.49.2",
62
+ "@stacksjs/build": "0.49.2",
63
+ "@stacksjs/cache": "0.49.2",
64
+ "@stacksjs/cli": "0.49.2",
65
+ "@stacksjs/cloud": "0.49.2",
66
+ "@stacksjs/collections": "0.49.2",
67
+ "@stacksjs/config": "0.49.2",
68
+ "@stacksjs/docs": "0.49.2",
69
+ "@stacksjs/domains": "0.49.2",
70
+ "@stacksjs/email": "0.49.2",
71
+ "@stacksjs/error-handling": "0.49.2",
72
+ "@stacksjs/events": "0.49.2",
73
+ "@stacksjs/git": "0.49.2",
74
+ "@stacksjs/health": "0.49.2",
75
+ "@stacksjs/lint": "0.49.2",
76
+ "@stacksjs/logging": "0.49.2",
77
+ "@stacksjs/modules": "0.49.2",
78
+ "@stacksjs/notifications": "0.49.2",
79
+ "@stacksjs/objects": "0.49.2",
80
+ "@stacksjs/path": "0.49.2",
81
+ "@stacksjs/payments": "0.49.2",
82
+ "@stacksjs/realtime": "0.49.2",
83
+ "@stacksjs/router": "0.49.2",
84
+ "@stacksjs/search-engine": "0.49.2",
85
+ "@stacksjs/security": "0.49.2",
86
+ "@stacksjs/server": "0.49.2",
87
+ "@stacksjs/storage": "0.49.2",
88
+ "@stacksjs/strings": "0.49.2",
89
+ "@stacksjs/testing": "0.49.2",
90
+ "@stacksjs/types": "0.49.2",
91
+ "@stacksjs/ui": "0.49.2",
92
+ "@stacksjs/utils": "0.49.2"
93
93
  },
94
94
  "devDependencies": {
95
95
  "only-allow": "^1.1.1",