stacks 0.58.71 → 0.58.72

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 (104) hide show
  1. package/core/actions/dist/src/upgrade.js +1 -1
  2. package/core/actions/package.json +1 -1
  3. package/core/ai/dist/index.js +47 -54
  4. package/core/ai/package.json +3 -3
  5. package/core/alias/package.json +1 -1
  6. package/core/analytics/package.json +1 -1
  7. package/core/api/package.json +1 -2
  8. package/core/api/src/index.ts +1 -0
  9. package/core/arrays/package.json +1 -1
  10. package/core/auth/package.json +1 -1
  11. package/core/buddy/bin/cli.ts +46 -0
  12. package/core/buddy/dist/{chunk-89229d657386eb70.js → chunk-94f0ae38d2d27d78.js} +1 -1
  13. package/core/buddy/dist/cli.js +18 -3309
  14. package/core/buddy/dist/index.js +1 -1
  15. package/core/buddy/package.json +1 -1
  16. package/core/buddy/src/cli.ts +16 -68
  17. package/core/buddy/src/commands/setup.ts +1 -0
  18. package/core/build/package.json +1 -1
  19. package/core/bun-create/bud/package.json +1 -1
  20. package/core/bun-create/buddy/package.json +1 -1
  21. package/core/bun-create/stack/package.json +1 -1
  22. package/core/bun-create/stacks/package.json +1 -1
  23. package/core/bun-create/stx/package.json +1 -1
  24. package/core/bun-plugin-yaml/package.json +1 -1
  25. package/core/cache/package.json +2 -2
  26. package/core/chat/package.json +1 -1
  27. package/core/cli/build.ts +1 -1
  28. package/core/cli/dist/index.js +20 -1
  29. package/core/cli/package.json +2 -1
  30. package/core/cli/src/utils.ts +20 -0
  31. package/core/cloud/package.json +31 -31
  32. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  33. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  34. package/core/cloud/src/cloud/router-layer/nodejs/package.json +1 -1
  35. package/core/collections/package.json +1 -1
  36. package/core/config/dist/index.js +9 -1
  37. package/core/config/package.json +1 -1
  38. package/core/config/src/overrides.ts +22 -22
  39. package/core/database/package.json +3 -3
  40. package/core/datetime/package.json +1 -1
  41. package/core/desktop/package.json +1 -1
  42. package/core/development/package.json +1 -1
  43. package/core/dns/package.json +7 -7
  44. package/core/docs/package.json +1 -1
  45. package/core/email/package.json +2 -2
  46. package/core/enums/package.json +1 -1
  47. package/core/env/package.json +1 -1
  48. package/core/env/src/types.ts +1 -1
  49. package/core/error-handling/package.json +1 -1
  50. package/core/eslint-config/package.json +5 -5
  51. package/core/events/package.json +1 -1
  52. package/core/faker/package.json +1 -1
  53. package/core/git/package.json +1 -1
  54. package/core/health/package.json +1 -1
  55. package/core/http/package.json +1 -1
  56. package/core/lint/package.json +1 -1
  57. package/core/logging/package.json +1 -1
  58. package/core/notifications/package.json +1 -1
  59. package/core/objects/package.json +1 -1
  60. package/core/orm/package.json +1 -1
  61. package/core/path/dist/index.js +4 -1
  62. package/core/path/package.json +1 -1
  63. package/core/path/src/index.ts +6 -1
  64. package/core/payments/dist/index.js +1 -1
  65. package/core/payments/package.json +3 -3
  66. package/core/push/package.json +1 -1
  67. package/core/query-builder/package.json +1 -1
  68. package/core/queue/package.json +1 -1
  69. package/core/raycast/package.json +1 -1
  70. package/core/realtime/package.json +1 -1
  71. package/core/repl/package.json +1 -1
  72. package/core/router/build.ts +1 -1
  73. package/core/router/dist/index.js +106 -33
  74. package/core/router/package.json +2 -1
  75. package/core/router/src/router.ts +135 -39
  76. package/core/router/src/server.ts +26 -19
  77. package/core/scheduler/package.json +1 -1
  78. package/core/search-engine/package.json +1 -1
  79. package/core/security/package.json +1 -1
  80. package/core/server/package.json +2 -2
  81. package/core/signals/package.json +1 -1
  82. package/core/slug/package.json +1 -1
  83. package/core/sms/package.json +1 -1
  84. package/core/storage/package.json +1 -1
  85. package/core/strings/package.json +2 -2
  86. package/core/tables/package.json +2 -2
  87. package/core/testing/package.json +1 -1
  88. package/core/tinker/package.json +1 -1
  89. package/core/tsconfig.json +2 -1
  90. package/core/tunnel/package.json +1 -1
  91. package/core/types/package.json +5 -5
  92. package/core/types/src/router.ts +1 -1
  93. package/core/types/src/ui.ts +16 -24
  94. package/core/ui/package.json +3 -3
  95. package/core/utils/dist/index.js +1 -1
  96. package/core/utils/package.json +1 -1
  97. package/core/validation/package.json +1 -1
  98. package/core/vite/dist/index.js +1 -1
  99. package/core/vite/package.json +3 -3
  100. package/core/whois/package.json +1 -1
  101. package/core/x-ray/package.json +1 -1
  102. package/core/zsh-buddy/package.json +2 -2
  103. package/ide/vscode/package.json +1 -1
  104. package/package.json +1 -1
@@ -32,7 +32,7 @@ tinker,
32
32
  types,
33
33
  upgrade,
34
34
  version
35
- } from "./chunk-89229d657386eb70.js";
35
+ } from "./chunk-94f0ae38d2d27d78.js";
36
36
  import"./chunk-0455e53fab4244b1.js";
37
37
  import"./chunk-59a9de11428ba763.js";
38
38
  export {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -2,8 +2,8 @@ import process from 'node:process'
2
2
  import { handleError } from '@stacksjs/error-handling'
3
3
  import { CAC } from 'cac'
4
4
  import { ensureProjectIsInitialized } from '@stacksjs/utils'
5
- import { log } from '@stacksjs/cli'
6
- import { collect } from '@stacksjs/collections'
5
+ import { path as p } from '@stacksjs/path'
6
+ import { fs } from '@stacksjs/storage'
7
7
  import * as cmd from './commands'
8
8
 
9
9
  // setup global error handlers
@@ -65,79 +65,27 @@ async function main() {
65
65
  // cmd.prepublish(buddy)
66
66
  cmd.upgrade(buddy)
67
67
 
68
- const quotes = collect([
69
- 'The best way to get started is to quit talking and begin doing.',
70
- 'The pessimist sees difficulty in every opportunity. The optimist sees opportunity in every difficulty.',
71
- 'Don’t let yesterday take up too much of today.',
72
- 'You learn more from failure than from success. Don’t let it stop you. Failure builds character.',
73
- 'It’s not whether you get knocked down, it’s whether you get up.',
74
- 'If you are working on something that you really care about, you don’t have to be pushed. The vision pulls you.',
75
- 'People who are crazy enough to think they can change the world, are the ones who do.',
76
- 'Failure will never overtake me if my determination to succeed is strong enough.',
77
- 'Entrepreneurs are great at dealing with uncertainty and also very good at minimizing risk. That’s the classic entrepreneur.',
78
- 'We may encounter many defeats but we must not be defeated.',
79
- 'Knowing is not enough; we must apply. Wishing is not enough; we must do.',
80
- 'Imagine your life is perfect in every respect; what would it look like?',
81
- 'We generate fears while we sit. We overcome them by action.',
82
- 'Whether you think you can or think you can’t, you’re right.',
83
- 'Security is mostly a superstition. Life is either a daring adventure or nothing.',
84
- ])
85
-
86
- buddy
87
- .command('inspire', 'Inspire yourself with a random quote')
88
- .alias('insp')
89
- .action(() => {
90
- log.info(quotes.random())
91
- log.success('Have a great days!')
92
- })
93
-
94
- buddy.on('inspire:*', () => {
95
- // eslint-disable-next-line no-console
96
- console.log('Invalid command:', buddy.args.join(' '))
97
- // eslint-disable-next-line no-console
98
- console.log('See `--help` for a list of available commands')
99
- throw new Error('Invalid command')
100
- })
101
-
102
68
  // dynamically import and register commands from ./app/Commands/*
103
- // const commandsDir = p.appPath('Commands')
104
- // const commandFiles = fs.readdirSync(commandsDir).filter(file => file.endsWith('.ts'))
105
-
106
- // for (const file of commandFiles) {
107
- // const commandPath = `${commandsDir}/${file}`
108
- // const dynamicImport = await import(commandPath)
109
-
110
- // // Correctly use the default export function
111
- // if (typeof dynamicImport.default === 'function')
112
- // dynamicImport.default(buddy)
113
- // else
114
- // console.error(`Expected a default export function in ${file}, but got:`, dynamicImport.default)
115
- // }
69
+ const commandsDir = p.appPath('Commands')
70
+ const commandFiles = fs.readdirSync(commandsDir).filter(file => file.endsWith('.ts'))
116
71
 
117
- // const listenerImport = await import(p.listenersPath('Console.ts'))
118
- // if (typeof listenerImport.default === 'function')
119
- // listenerImport.default(buddy)
72
+ for (const file of commandFiles) {
73
+ const commandPath = `${commandsDir}/${file}`
74
+ const dynamicImport = await import(commandPath)
120
75
 
121
- // buddy.on('inspire:two', () => {
122
- // // eslint-disable-next-line no-console
123
- // console.log('inspiring with two quotes')
124
- // // Do something
125
- // })
76
+ // Correctly use the default export function
77
+ if (typeof dynamicImport.default === 'function')
78
+ dynamicImport.default(buddy)
79
+ else
80
+ console.error(`Expected a default export function in ${file}, but got:`, dynamicImport.default)
81
+ }
126
82
 
127
- // buddy.on('changelog:*', () => {
128
- // // eslint-disable-next-line no-console
129
- // console.log('changelog with two quotes')
130
- // process.exit(1)
131
- // // Do something
132
- // })
83
+ const listenerImport = await import(p.listenersPath('Console.ts'))
84
+ if (typeof listenerImport.default === 'function')
85
+ listenerImport.default(buddy)
133
86
 
134
- // console.log('buddy', buddy)
135
- // console.log('buddy running')
136
87
  buddy.help()
137
88
  buddy.parse()
138
- // console.log('process.argv', process.argv)
139
- // console.log('b.rawArgs', buddy.rawArgs)
140
- // await buddy.runMatchedCommand()
141
89
  }
142
90
 
143
91
  await main()
@@ -35,6 +35,7 @@ export function setup(buddy: CLI) {
35
35
 
36
36
  buddy
37
37
  .command('setup:oh-my-zsh', descriptions.ohMyZsh) // if triggered multiple times, it will update the plugin
38
+ .alias('upgrade:oh-my-zsh')
38
39
  .option('--verbose', descriptions.verbose, { default: false })
39
40
  .action(async (_options?: CliOptions) => {
40
41
  log.debug('Running `buddy setup:oh-my-zsh` ...', _options)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/build",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks framework build tools and configurations.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/bud",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/buddy",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stack",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stacks",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bun-examples/stx",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Your project description.",
6
6
  "author": "your-name <your-email>",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-plugin-yaml",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "A Bun plugin to load yaml files",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cache",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Caching the Stacks way.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -57,7 +57,7 @@
57
57
  "@stacksjs/config": "workspace:*"
58
58
  },
59
59
  "optionalDependencies": {
60
- "@aws-sdk/client-dynamodb": "^3.513.0",
60
+ "@aws-sdk/client-dynamodb": "^3.515.0",
61
61
  "ioredis": "^5.3.2"
62
62
  },
63
63
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/chat",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "Easily interact with chat APIs.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
package/core/cli/build.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { log, runCommand } from './src'
2
2
 
3
- const result = await runCommand('bun --bun build ./src/index.ts --outdir dist --external vite --external @antfu/install-pkg --external @stacksjs/config --external @stacksjs/types --external @stacksjs/tunnel --external @stacksjs/logging --external prompts --external @stacksjs/utils --external @stacksjs/validation --external @stacksjs/error-handling --external ora --external kolorist --external cac --target bun', {
3
+ const result = await runCommand('bun --bun build ./src/index.ts --outdir dist --external vite --external @antfu/install-pkg --external @stacksjs/config --external @stacksjs/types --external @stacksjs/tunnel --external @stacksjs/logging --external prompts --external @stacksjs/utils --external @stacksjs/validation --external @stacksjs/error-handling --external ora --external kolorist --external cac --external @stacksjs/collections --target bun', {
4
4
  cwd: import.meta.dir,
5
5
  })
6
6
 
@@ -76,6 +76,7 @@ async function execSync(command, options) {
76
76
  }
77
77
 
78
78
  // src/utils.ts
79
+ import {collect} from "@stacksjs/collections";
79
80
  import * as kolorist from "kolorist";
80
81
 
81
82
  // /home/runner/work/stacks/stacks/node_modules/consola/dist/utils.mjs
@@ -386,6 +387,23 @@ trueColor,
386
387
  trueColorBg,
387
388
  stripColors
388
389
  } from "kolorist";
390
+ var quotes = collect([
391
+ "The best way to get started is to quit talking and begin doing.",
392
+ "The pessimist sees difficulty in every opportunity. The optimist sees opportunity in every difficulty.",
393
+ "Don\u2019t let yesterday take up too much of today.",
394
+ "You learn more from failure than from success. Don\u2019t let it stop you. Failure builds character.",
395
+ "It\u2019s not whether you get knocked down, it\u2019s whether you get up.",
396
+ "If you are working on something that you really care about, you don\u2019t have to be pushed. The vision pulls you.",
397
+ "People who are crazy enough to think they can change the world, are the ones who do.",
398
+ "Failure will never overtake me if my determination to succeed is strong enough.",
399
+ "Entrepreneurs are great at dealing with uncertainty and also very good at minimizing risk. That\u2019s the classic entrepreneur.",
400
+ "We may encounter many defeats but we must not be defeated.",
401
+ "Knowing is not enough; we must apply. Wishing is not enough; we must do.",
402
+ "Imagine your life is perfect in every respect; what would it look like?",
403
+ "We generate fears while we sit. We overcome them by action.",
404
+ "Whether you think you can or think you can\u2019t, you\u2019re right.",
405
+ "Security is mostly a superstition. Life is either a daring adventure or nothing."
406
+ ]);
389
407
 
390
408
  // src/console.ts
391
409
  import {log as log2, logger} from "@stacksjs/logging";
@@ -502,7 +520,7 @@ import {log as log3} from "@stacksjs/logging";
502
520
  import {ExitCode as ExitCode2} from "@stacksjs/types";
503
521
  import {bgCyan as bgCyan2, bold as bold2, cyan as cyan2, dim as dim2, gray as gray2, green as green2, italic as italic2} from "kolorist";
504
522
  // package.json
505
- var version = "0.58.71";
523
+ var version = "0.58.72";
506
524
 
507
525
  // src/helpers.ts
508
526
  async function intro(command2, options) {
@@ -694,6 +712,7 @@ export {
694
712
  rightAlign,
695
713
  reset,
696
714
  red,
715
+ quotes,
697
716
  prompts,
698
717
  prompt,
699
718
  parseOptions,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -72,6 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@antfu/install-pkg": "^0.3.1",
75
+ "@stacksjs/collections": "workspace:*",
75
76
  "@stacksjs/config": "workspace:*",
76
77
  "@stacksjs/error-handling": "workspace:*",
77
78
  "@stacksjs/logging": "workspace:*",
@@ -1,3 +1,5 @@
1
+ import { collect } from '@stacksjs/collections'
2
+
1
3
  export * as kolorist from 'kolorist'
2
4
 
3
5
  export {
@@ -60,3 +62,21 @@ export {
60
62
  trueColorBg,
61
63
  stripColors,
62
64
  } from 'kolorist'
65
+
66
+ export const quotes = collect([ // could be queried from any API or database
67
+ 'The best way to get started is to quit talking and begin doing.',
68
+ 'The pessimist sees difficulty in every opportunity. The optimist sees opportunity in every difficulty.',
69
+ 'Don’t let yesterday take up too much of today.',
70
+ 'You learn more from failure than from success. Don’t let it stop you. Failure builds character.',
71
+ 'It’s not whether you get knocked down, it’s whether you get up.',
72
+ 'If you are working on something that you really care about, you don’t have to be pushed. The vision pulls you.',
73
+ 'People who are crazy enough to think they can change the world, are the ones who do.',
74
+ 'Failure will never overtake me if my determination to succeed is strong enough.',
75
+ 'Entrepreneurs are great at dealing with uncertainty and also very good at minimizing risk. That’s the classic entrepreneur.',
76
+ 'We may encounter many defeats but we must not be defeated.',
77
+ 'Knowing is not enough; we must apply. Wishing is not enough; we must do.',
78
+ 'Imagine your life is perfect in every respect; what would it look like?',
79
+ 'We generate fears while we sit. We overcome them by action.',
80
+ 'Whether you think you can or think you can’t, you’re right.',
81
+ 'Security is mostly a superstition. Life is either a daring adventure or nothing.',
82
+ ])
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks cloud/serverless integration & implementation.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -55,19 +55,19 @@
55
55
  "prepublishOnly": "bun run build"
56
56
  },
57
57
  "peerDependencies": {
58
- "@aws-sdk/client-bedrock": "^3.513.0",
59
- "@aws-sdk/client-cloudformation": "^3.513.0",
60
- "@aws-sdk/client-cloudfront": "^3.513.0",
61
- "@aws-sdk/client-cloudwatch-logs": "^3.513.0",
62
- "@aws-sdk/client-ec2": "^3.513.0",
63
- "@aws-sdk/client-efs": "^3.513.0",
64
- "@aws-sdk/client-iam": "^3.513.0",
65
- "@aws-sdk/client-lambda": "^3.513.0",
66
- "@aws-sdk/client-route-53-domains": "^3.513.0",
67
- "@aws-sdk/client-s3": "^3.513.0",
68
- "@aws-sdk/client-ses": "^3.513.0",
69
- "@aws-sdk/client-sesv2": "^3.513.0",
70
- "@aws-sdk/client-ssm": "^3.513.0",
58
+ "@aws-sdk/client-bedrock": "^3.515.0",
59
+ "@aws-sdk/client-cloudformation": "^3.515.0",
60
+ "@aws-sdk/client-cloudfront": "^3.515.0",
61
+ "@aws-sdk/client-cloudwatch-logs": "^3.515.0",
62
+ "@aws-sdk/client-ec2": "^3.515.0",
63
+ "@aws-sdk/client-efs": "^3.515.0",
64
+ "@aws-sdk/client-iam": "^3.515.0",
65
+ "@aws-sdk/client-lambda": "^3.515.0",
66
+ "@aws-sdk/client-route-53-domains": "^3.515.0",
67
+ "@aws-sdk/client-s3": "^3.515.0",
68
+ "@aws-sdk/client-ses": "^3.515.0",
69
+ "@aws-sdk/client-sesv2": "^3.515.0",
70
+ "@aws-sdk/client-ssm": "^3.515.0",
71
71
  "@stacksjs/config": "workspace:*",
72
72
  "@stacksjs/env": "workspace:*",
73
73
  "@stacksjs/logging": "workspace:*",
@@ -79,20 +79,20 @@
79
79
  "@stacksjs/validation": "workspace:*"
80
80
  },
81
81
  "dependencies": {
82
- "@aws-sdk/client-bedrock": "^3.513.0",
83
- "@aws-sdk/client-cloudformation": "^3.513.0",
84
- "@aws-sdk/client-cloudfront": "^3.513.0",
85
- "@aws-sdk/client-cloudwatch-logs": "^3.513.0",
86
- "@aws-sdk/client-dynamodb": "3.513.0",
87
- "@aws-sdk/client-ec2": "^3.513.0",
88
- "@aws-sdk/client-efs": "^3.513.0",
89
- "@aws-sdk/client-iam": "^3.513.0",
90
- "@aws-sdk/client-lambda": "^3.513.0",
91
- "@aws-sdk/client-route-53-domains": "^3.513.0",
92
- "@aws-sdk/client-s3": "^3.513.0",
93
- "@aws-sdk/client-ses": "^3.513.0",
94
- "@aws-sdk/client-sesv2": "^3.513.0",
95
- "@aws-sdk/client-ssm": "^3.513.0",
82
+ "@aws-sdk/client-bedrock": "^3.515.0",
83
+ "@aws-sdk/client-cloudformation": "^3.515.0",
84
+ "@aws-sdk/client-cloudfront": "^3.515.0",
85
+ "@aws-sdk/client-cloudwatch-logs": "^3.515.0",
86
+ "@aws-sdk/client-dynamodb": "3.515.0",
87
+ "@aws-sdk/client-ec2": "^3.515.0",
88
+ "@aws-sdk/client-efs": "^3.515.0",
89
+ "@aws-sdk/client-iam": "^3.515.0",
90
+ "@aws-sdk/client-lambda": "^3.515.0",
91
+ "@aws-sdk/client-route-53-domains": "^3.515.0",
92
+ "@aws-sdk/client-s3": "^3.515.0",
93
+ "@aws-sdk/client-ses": "^3.515.0",
94
+ "@aws-sdk/client-sesv2": "^3.515.0",
95
+ "@aws-sdk/client-ssm": "^3.515.0",
96
96
  "@stacksjs/config": "workspace:*",
97
97
  "@stacksjs/dns": "workspace:*",
98
98
  "@stacksjs/env": "workspace:*",
@@ -102,8 +102,8 @@
102
102
  "@stacksjs/storage": "workspace:*",
103
103
  "@stacksjs/utils": "workspace:*",
104
104
  "@stacksjs/validation": "workspace:*",
105
- "aws-cdk": "^2.127.0",
106
- "aws-cdk-lib": "^2.127.0",
105
+ "aws-cdk": "^2.128.0",
106
+ "aws-cdk-lib": "^2.128.0",
107
107
  "aws4fetch": "^1.0.17",
108
108
  "constructs": "^10.3.0"
109
109
  },
@@ -113,7 +113,7 @@
113
113
  "@stacksjs/development": "workspace:*",
114
114
  "@stacksjs/env": "workspace:*",
115
115
  "jszip": "^3.10.1",
116
- "oclif": "^4.4.11",
116
+ "oclif": "^4.4.12",
117
117
  "source-map-support": "^0.5.21"
118
118
  }
119
119
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.65",
3
+ "version": "0.58.71",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "aws-sdk-layer",
9
- "version": "0.58.65",
9
+ "version": "0.58.71",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "aws-sdk": "^2.1557.0"
12
+ "aws-sdk": "^2.1559.0"
13
13
  }
14
14
  },
15
15
  "node_modules/available-typed-arrays": {
@@ -24,9 +24,9 @@
24
24
  }
25
25
  },
26
26
  "node_modules/aws-sdk": {
27
- "version": "2.1557.0",
28
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1557.0.tgz",
29
- "integrity": "sha512-625JNSUXC/t+iz8GCfzR+gBfi1mB/7W3OnmDag5SG+za76u19wSIMzUQBKPh82YJny6jhU0XVV3KfN3trI8mUg==",
27
+ "version": "2.1559.0",
28
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1559.0.tgz",
29
+ "integrity": "sha512-Lz/VgIhMtvDF1kP0xgXckrR5B2w7FD4IwLZfQ//t1Fu5YZVmYz6esHFba2q6X/Tw66q/Aig/rzQeYg0idSn9Kw==",
30
30
  "dependencies": {
31
31
  "buffer": "4.9.2",
32
32
  "events": "1.1.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.71",
3
+ "version": "0.58.72",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -10,6 +10,6 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
12
  "dependencies": {
13
- "aws-sdk": "^2.1557.0"
13
+ "aws-sdk": "^2.1559.0"
14
14
  }
15
15
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stacks-router-layer",
3
- "version": "0.58.71",
3
+ "version": "0.58.72",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks collections.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -715,7 +715,7 @@ var app_default = {
715
715
  key: env2.APP_KEY,
716
716
  maintenanceMode: env2.APP_MAINTENANCE || false,
717
717
  docMode: true,
718
- timezone: "UTC",
718
+ timezone: "America/Los_Angeles",
719
719
  locale: "en",
720
720
  fallbackLocale: "en",
721
721
  cipher: "aes-256-cbc",
@@ -1499,6 +1499,14 @@ var ui_default = {
1499
1499
  title: "Mona",
1500
1500
  text: "Hubot"
1501
1501
  }
1502
+ },
1503
+ theme: {
1504
+ colors: {
1505
+ veryCool: "#0000ff",
1506
+ brand: {
1507
+ primary: "hsl(var(--hue, 217) 78% 51%)"
1508
+ }
1509
+ }
1502
1510
  }
1503
1511
  };
1504
1512
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks config helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,26 +1,26 @@
1
1
  import type { StacksConfig } from '@stacksjs/types'
2
- import ai from 'config/ai'
3
- import app from 'config/app'
4
- import cache from 'config/cache'
5
- import cli from 'config/cli'
6
- import cloud from 'config/cloud'
7
- import database from 'config/database'
8
- import dns from 'config/dns'
9
- import docs from 'config/docs'
10
- import email from 'config/email'
11
- import git from 'config/git'
12
- import hashing from 'config/hashing'
13
- import library from 'config/library'
14
- import logger from 'config/logger'
15
- import queue from 'config/queue'
16
- import payment from 'config/payment'
17
- import notification from 'config/notification'
18
- import storage from 'config/storage'
19
- import searchEngine from 'config/search-engine'
20
- import security from 'config/security'
21
- import services from 'config/services'
22
- import team from 'config/team'
23
- import ui from 'config/ui'
2
+ import ai from '~/config/ai'
3
+ import app from '~/config/app'
4
+ import cache from '~/config/cache'
5
+ import cli from '~/config/cli'
6
+ import cloud from '~/config/cloud'
7
+ import database from '~/config/database'
8
+ import dns from '~/config/dns'
9
+ import docs from '~/config/docs'
10
+ import email from '~/config/email'
11
+ import git from '~/config/git'
12
+ import hashing from '~/config/hashing'
13
+ import library from '~/config/library'
14
+ import logger from '~/config/logger'
15
+ import queue from '~/config/queue'
16
+ import payment from '~/config/payment'
17
+ import notification from '~/config/notification'
18
+ import storage from '~/config/storage'
19
+ import searchEngine from '~/config/search-engine'
20
+ import security from '~/config/security'
21
+ import services from '~/config/services'
22
+ import team from '~/config/team'
23
+ import ui from '~/config/ui'
24
24
 
25
25
  // this "user config" will override the default config options
26
26
  export default {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks database integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -58,7 +58,7 @@
58
58
  "@stacksjs/storage": "workspace:*",
59
59
  "@stacksjs/strings": "workspace:*",
60
60
  "@stacksjs/utils": "workspace:*",
61
- "kysely-bun-worker": "^0.5.6"
61
+ "kysely-bun-worker": "^0.5.7"
62
62
  },
63
63
  "dependencies": {
64
64
  "@stacksjs/config": "workspace:*",
@@ -68,7 +68,7 @@
68
68
  "@stacksjs/storage": "workspace:*",
69
69
  "@stacksjs/strings": "workspace:*",
70
70
  "@stacksjs/utils": "workspace:*",
71
- "kysely-bun-worker": "^0.5.6"
71
+ "kysely-bun-worker": "^0.5.7"
72
72
  },
73
73
  "optionalDependencies": {
74
74
  "mysql2": "^3.9.1"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks datetime helpers.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/desktop",
3
3
  "type": "module",
4
- "version": "0.58.71",
4
+ "version": "0.58.72",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",