@stacksjs/buddy 0.44.12 → 0.45.1
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 +3 -3
- package/package.json +30 -30
package/README.md
CHANGED
|
@@ -53,12 +53,12 @@ _Develop serverless (or server) functions with countless helpers to build scalab
|
|
|
53
53
|
- 📢 **Notifications** _emails, SMSs, direct, and push notifications & webhooks_
|
|
54
54
|
- 💳 **Payments** _unified API for one-off & subscription billing methods for Stripe_
|
|
55
55
|
- ⚙️ **Queues** _run your heavy workload in the background_
|
|
56
|
-
-
|
|
56
|
+
- 💬 **Realtime** _"everything you need to build dynamic real-time apps"_
|
|
57
57
|
- 🧭 **Router** _smart routing, file-based or Laravel-like_
|
|
58
58
|
- 🔎 **Search Engine** _smart searching, advanced filtering & sorting, pagination, headless UI_
|
|
59
59
|
- 💾 **Storage** _easily create & make use of local & remote storages/file systems_
|
|
60
60
|
- 🌪️ **Validation** _e2e type-safety (frontend knows what the backend knows)_
|
|
61
|
-
-
|
|
61
|
+
- 🎯 **X-Ray** _all you need to debug, log & analyze_
|
|
62
62
|
|
|
63
63
|
### Stacks Cloud
|
|
64
64
|
|
|
@@ -408,7 +408,7 @@ Made with ❤️
|
|
|
408
408
|
[npm-downloads-src]: https://img.shields.io/npm/dm/stacks?style=flat-square
|
|
409
409
|
[npm-downloads-href]: https://npmjs.com/package/stacks
|
|
410
410
|
|
|
411
|
-
[github-actions-src]: https://img.shields.io/github/workflow/status/stacksjs/stacks/
|
|
411
|
+
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/stacks/ci.yml?style=flat-square&branch=main
|
|
412
412
|
[github-actions-href]: https://github.com/stacksjs/stacks/actions?query=workflow%3Aci
|
|
413
413
|
|
|
414
414
|
<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/stacks/main?style=flat-square
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/buddy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.45.1",
|
|
5
5
|
"packageManager": "pnpm@7.18.2",
|
|
6
6
|
"description": "Meet Buddy. The Stacks runtime.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -54,32 +54,32 @@
|
|
|
54
54
|
"pnpm": ">=7.18.2"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@stacksjs/actions": "0.
|
|
58
|
-
"@stacksjs/alias": "0.
|
|
59
|
-
"@stacksjs/arrays": "0.
|
|
60
|
-
"@stacksjs/build": "0.
|
|
61
|
-
"@stacksjs/cli": "0.
|
|
62
|
-
"@stacksjs/cloud": "0.
|
|
63
|
-
"@stacksjs/collections": "0.
|
|
64
|
-
"@stacksjs/config": "0.
|
|
65
|
-
"@stacksjs/docs": "0.
|
|
66
|
-
"@stacksjs/domains": "0.
|
|
67
|
-
"@stacksjs/error-handling": "0.
|
|
68
|
-
"@stacksjs/git": "0.
|
|
69
|
-
"@stacksjs/lint": "0.
|
|
70
|
-
"@stacksjs/logging": "0.
|
|
71
|
-
"@stacksjs/modules": "0.
|
|
72
|
-
"@stacksjs/objects": "0.
|
|
73
|
-
"@stacksjs/path": "0.
|
|
74
|
-
"@stacksjs/router": "0.
|
|
75
|
-
"@stacksjs/security": "0.
|
|
76
|
-
"@stacksjs/server": "0.
|
|
77
|
-
"@stacksjs/storage": "0.
|
|
78
|
-
"@stacksjs/strings": "0.
|
|
79
|
-
"@stacksjs/testing": "0.
|
|
80
|
-
"@stacksjs/types": "0.
|
|
81
|
-
"@stacksjs/ui": "0.
|
|
82
|
-
"@stacksjs/utils": "0.
|
|
57
|
+
"@stacksjs/actions": "0.45.1",
|
|
58
|
+
"@stacksjs/alias": "0.45.1",
|
|
59
|
+
"@stacksjs/arrays": "0.45.1",
|
|
60
|
+
"@stacksjs/build": "0.45.1",
|
|
61
|
+
"@stacksjs/cli": "0.45.1",
|
|
62
|
+
"@stacksjs/cloud": "0.45.1",
|
|
63
|
+
"@stacksjs/collections": "0.45.1",
|
|
64
|
+
"@stacksjs/config": "0.45.1",
|
|
65
|
+
"@stacksjs/docs": "0.45.1",
|
|
66
|
+
"@stacksjs/domains": "0.45.1",
|
|
67
|
+
"@stacksjs/error-handling": "0.45.1",
|
|
68
|
+
"@stacksjs/git": "0.45.1",
|
|
69
|
+
"@stacksjs/lint": "0.45.1",
|
|
70
|
+
"@stacksjs/logging": "0.45.1",
|
|
71
|
+
"@stacksjs/modules": "0.45.1",
|
|
72
|
+
"@stacksjs/objects": "0.45.1",
|
|
73
|
+
"@stacksjs/path": "0.45.1",
|
|
74
|
+
"@stacksjs/router": "0.45.1",
|
|
75
|
+
"@stacksjs/security": "0.45.1",
|
|
76
|
+
"@stacksjs/server": "0.45.1",
|
|
77
|
+
"@stacksjs/storage": "0.45.1",
|
|
78
|
+
"@stacksjs/strings": "0.45.1",
|
|
79
|
+
"@stacksjs/testing": "0.45.1",
|
|
80
|
+
"@stacksjs/types": "0.45.1",
|
|
81
|
+
"@stacksjs/ui": "0.45.1",
|
|
82
|
+
"@stacksjs/utils": "0.45.1"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"only-allow": "^1.1.1",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"build:functions": "npx vite build -c ./core/build/src/functions.ts",
|
|
124
124
|
"build:docs": "npx vitepress build ../apps/docs",
|
|
125
125
|
"build:pages": "npx vite-ssg build ./pages -c ./core/build/src/pages.ts",
|
|
126
|
-
"build:core": "pnpm
|
|
126
|
+
"build:core": "pnpm buddy build:core",
|
|
127
127
|
"build:buddy": "npx unbuild",
|
|
128
128
|
"build:cli": "pnpm run build:buddy",
|
|
129
129
|
"build:runtime": "pnpm run build:cli",
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
"example": "wip",
|
|
148
148
|
"example:vue": "pnpm run build:components && cd examples/vue && ln -sf ../../components/vue/dist dist && npx vite serve -c ../../core/build/example-vue.ts",
|
|
149
149
|
"example:web-components": "pnpm run build:web-components && cd examples/web && ln -sf ../../components/web/dist dist && npx vite serve -c ../../core/build/example-wc.ts",
|
|
150
|
-
"lint": "
|
|
151
|
-
"lint:fix": "
|
|
150
|
+
"lint": "pnpm buddy lint",
|
|
151
|
+
"lint:fix": "pnpm buddy lint:fix",
|
|
152
152
|
"serve": "pnpm buddy serve",
|
|
153
153
|
"serve:pages": "pnpm run dev:pages",
|
|
154
154
|
"serve:functions": "pnpm run dev:functions",
|