@stacksjs/buddy 0.57.2 → 0.57.4

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
@@ -71,11 +71,11 @@ _Create your personal or professional Vercel-like cloud, based on MIT-licensed O
71
71
  - ☁️ **Server** _local development server & production-ready servers_
72
72
  - ⛅️ **Serverless** _on-demand, auto-scaling, zero maintenance_
73
73
  - 🚏 **CDN** _zero-config low-latency CDN, including request life-cycle hooks & optimized request compressions (Brotli & gzip)_
74
- - 🔀 **Domain** _version-controlled & zero-config domain management (e.g. DNS)_
74
+ - 🔀 **Domain** _version-controlled & zero-config domain management (e.g. DNS management)_
75
75
  - 📧 **Email** _secure & simplistic easy-peasy@custom-domains.com mail_
76
76
  - 🔐 **Firewall** _native web application firewall support_
77
- - 🚜 **Maintenance** _handles your cloud infrastructure via the Stacks & Serverless framework_
78
- - 🤖 **Infrastructure as Code** _create & maintain your cloud infrastructure with ease_
77
+ - 🚜 **Maintenance** _maintain your cloud infrastructure with ease using Buddy & Stacks_
78
+ - 🤖 **Infrastructure as Code** _version-controlled cloud infrastructure_
79
79
 
80
80
  ### Stacks CI/CD
81
81
 
package/dist/cli.mjs CHANGED
@@ -6,7 +6,7 @@ import { env } from '@stacksjs/validation';
6
6
  import { installIfVersionMismatch, isProjectCreated, frameworkVersion } from '@stacksjs/utils';
7
7
  import { projectPath } from '@stacksjs/path';
8
8
  import { Action } from '@stacksjs/types';
9
- import { q as setup, k as key, o as preinstall, p as prepublish, u as upgrade, j as generate, g as dev, b as build, c as changelog, a as clean, d as commit, f as deploy, i as fresh, l as lint, r as release, m as make, n as migrate, s as seed, h as example, t as test, v as version, e as create } from './shared/buddy.a9cc0bdf.mjs';
9
+ import { q as setup, k as key, o as preinstall, p as prepublish, u as upgrade, j as generate, g as dev, b as build, c as changelog, a as clean, d as commit, f as deploy, i as fresh, l as lint, r as release, m as make, n as migrate, s as seed, h as example, t as test, v as version, e as create } from './shared/buddy.e59f9588.mjs';
10
10
  import '@stacksjs/actions/generate';
11
11
  import '@stacksjs/actions/commit';
12
12
  import '@stacksjs/storage';
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { b as build, c as changelog, a as clean, d as commit, e as create, f as deploy, g as dev, h as example, i as fresh, j as generate, k as key, l as lint, m as make, n as migrate, o as preinstall, p as prepublish, r as release, s as seed, q as setup, t as test, u as upgrade, v as version } from './shared/buddy.a9cc0bdf.mjs';
1
+ export { b as build, c as changelog, a as clean, d as commit, e as create, f as deploy, g as dev, h as example, i as fresh, j as generate, k as key, l as lint, m as make, n as migrate, o as preinstall, p as prepublish, r as release, s as seed, q as setup, t as test, u as upgrade, v as version } from './shared/buddy.e59f9588.mjs';
2
2
  import { runAction } from '@stacksjs/actions';
3
3
  import { intro, outro } from '@stacksjs/cli';
4
4
  import { Action, ExitCode } from '@stacksjs/types';
@@ -233,7 +233,7 @@ async function deploy(buddy) {
233
233
  });
234
234
  buddy.command("deploy:domains", descriptions.deploy).option("--verbose", descriptions.verbose, { default: false }).action(async (options) => {
235
235
  const perf = await intro("buddy deploy:domains");
236
- const result = await runAction(Action.Deploy, { ...options, domains: true });
236
+ const result = await runAction(Action.Deploy, { ...options, domains: true, verbose: true });
237
237
  if (result.isErr()) {
238
238
  outro("While running the `buddy deploy`, there was an issue", { startTime: perf, useSeconds: true, isError: true }, result.error);
239
239
  process.exit();
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.57.2",
5
- "packageManager": "pnpm@8.6.5",
4
+ "version": "0.57.4",
5
+ "packageManager": "pnpm@8.6.6",
6
6
  "description": "Meet Buddy. The Stacks runtime.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -62,53 +62,53 @@
62
62
  "README.md"
63
63
  ],
64
64
  "peerDependencies": {
65
- "@stacksjs/actions": "0.57.2",
66
- "@stacksjs/ai": "0.57.2",
67
- "@stacksjs/alias": "0.57.2",
68
- "@stacksjs/arrays": "0.57.2",
69
- "@stacksjs/auth": "0.57.2",
70
- "@stacksjs/build": "0.57.2",
71
- "@stacksjs/cache": "0.57.2",
72
- "@stacksjs/cli": "0.57.2",
73
- "@stacksjs/cloud": "0.57.2",
74
- "@stacksjs/collections": "0.57.2",
75
- "@stacksjs/config": "0.57.2",
76
- "@stacksjs/database": "0.57.2",
77
- "@stacksjs/desktop": "0.57.2",
78
- "@stacksjs/development": "0.57.2",
79
- "@stacksjs/dns": "0.57.2",
80
- "@stacksjs/docs": "0.57.2",
81
- "@stacksjs/email": "0.57.2",
82
- "@stacksjs/error-handling": "0.57.2",
83
- "@stacksjs/events": "0.57.2",
84
- "@stacksjs/faker": "0.57.2",
85
- "@stacksjs/git": "0.57.2",
86
- "@stacksjs/health": "0.57.2",
87
- "@stacksjs/lint": "0.57.2",
88
- "@stacksjs/logging": "0.57.2",
89
- "@stacksjs/modules": "0.57.2",
90
- "@stacksjs/notifications": "0.57.2",
91
- "@stacksjs/objects": "0.57.2",
92
- "@stacksjs/orm": "0.57.2",
93
- "@stacksjs/pages": "0.57.2",
94
- "@stacksjs/path": "0.57.2",
95
- "@stacksjs/payments": "0.57.2",
96
- "@stacksjs/realtime": "0.57.2",
97
- "@stacksjs/router": "0.57.2",
98
- "@stacksjs/search-engine": "0.57.2",
99
- "@stacksjs/security": "0.57.2",
100
- "@stacksjs/server": "0.57.2",
101
- "@stacksjs/signals": "0.57.2",
102
- "@stacksjs/storage": "0.57.2",
103
- "@stacksjs/strings": "0.57.2",
104
- "@stacksjs/testing": "0.57.2",
105
- "@stacksjs/types": "0.57.2",
106
- "@stacksjs/ui": "0.57.2",
107
- "@stacksjs/utils": "0.57.2",
108
- "@stacksjs/validation": "0.57.2"
65
+ "@stacksjs/actions": "0.57.4",
66
+ "@stacksjs/ai": "0.57.4",
67
+ "@stacksjs/alias": "0.57.4",
68
+ "@stacksjs/arrays": "0.57.4",
69
+ "@stacksjs/auth": "0.57.4",
70
+ "@stacksjs/build": "0.57.4",
71
+ "@stacksjs/cache": "0.57.4",
72
+ "@stacksjs/cli": "0.57.4",
73
+ "@stacksjs/cloud": "0.57.4",
74
+ "@stacksjs/collections": "0.57.4",
75
+ "@stacksjs/config": "0.57.4",
76
+ "@stacksjs/database": "0.57.4",
77
+ "@stacksjs/desktop": "0.57.4",
78
+ "@stacksjs/development": "0.57.4",
79
+ "@stacksjs/dns": "0.57.4",
80
+ "@stacksjs/docs": "0.57.4",
81
+ "@stacksjs/email": "0.57.4",
82
+ "@stacksjs/error-handling": "0.57.4",
83
+ "@stacksjs/events": "0.57.4",
84
+ "@stacksjs/faker": "0.57.4",
85
+ "@stacksjs/git": "0.57.4",
86
+ "@stacksjs/health": "0.57.4",
87
+ "@stacksjs/lint": "0.57.4",
88
+ "@stacksjs/logging": "0.57.4",
89
+ "@stacksjs/modules": "0.57.4",
90
+ "@stacksjs/notifications": "0.57.4",
91
+ "@stacksjs/objects": "0.57.4",
92
+ "@stacksjs/orm": "0.57.4",
93
+ "@stacksjs/pages": "0.57.4",
94
+ "@stacksjs/path": "0.57.4",
95
+ "@stacksjs/payments": "0.57.4",
96
+ "@stacksjs/realtime": "0.57.4",
97
+ "@stacksjs/router": "0.57.4",
98
+ "@stacksjs/search-engine": "0.57.4",
99
+ "@stacksjs/security": "0.57.4",
100
+ "@stacksjs/server": "0.57.4",
101
+ "@stacksjs/signals": "0.57.4",
102
+ "@stacksjs/storage": "0.57.4",
103
+ "@stacksjs/strings": "0.57.4",
104
+ "@stacksjs/testing": "0.57.4",
105
+ "@stacksjs/types": "0.57.4",
106
+ "@stacksjs/ui": "0.57.4",
107
+ "@stacksjs/validation": "0.57.4",
108
+ "@stacksjs/utils": "0.57.4"
109
109
  },
110
110
  "devDependencies": {
111
- "@stacksjs/development": "0.57.2"
111
+ "@stacksjs/development": "0.57.4"
112
112
  },
113
113
  "config": {
114
114
  "commitizen": {