stacks 0.58.65 → 0.58.67

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 (99) hide show
  1. package/core/actions/dist/src/index.js +3 -1
  2. package/core/actions/dist/src/release.js +3 -1
  3. package/core/actions/dist/src/upgrade/index.js +3 -4
  4. package/core/actions/dist/src/upgrade.js +1 -1
  5. package/core/actions/package.json +3 -1
  6. package/core/actions/src/action.ts +24 -5
  7. package/core/actions/src/generate/action-types.ts +89 -0
  8. package/core/actions/src/upgrade/index.ts +6 -5
  9. package/core/ai/dist/index.js +3898 -3539
  10. package/core/ai/package.json +3 -3
  11. package/core/alias/package.json +1 -1
  12. package/core/analytics/package.json +1 -1
  13. package/core/api/package.json +1 -1
  14. package/core/arrays/package.json +1 -1
  15. package/core/arrays/src/helpers.ts +1 -1
  16. package/core/auth/package.json +1 -1
  17. package/core/buddy/package.json +1 -1
  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/dist/index.js +1 -1
  28. package/core/cli/package.json +1 -1
  29. package/core/cloud/dist/index.js +1 -1
  30. package/core/cloud/package.json +28 -28
  31. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  32. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  33. package/core/cloud/src/cloud/compute.ts +1 -1
  34. package/core/cloud/src/cloud/router-layer/nodejs/package.json +2 -2
  35. package/core/collections/package.json +1 -1
  36. package/core/config/dist/index.js +2 -0
  37. package/core/config/package.json +1 -1
  38. package/core/config/src/defaults.ts +2 -0
  39. package/core/database/package.json +1 -1
  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 +4 -4
  44. package/core/docs/package.json +1 -1
  45. package/core/email/package.json +2 -2
  46. package/core/enums/dist/index.js +1 -0
  47. package/core/enums/package.json +1 -1
  48. package/core/enums/src/index.ts +1 -0
  49. package/core/env/package.json +1 -1
  50. package/core/error-handling/package.json +1 -1
  51. package/core/eslint-config/package.json +1 -1
  52. package/core/events/package.json +1 -1
  53. package/core/faker/package.json +1 -1
  54. package/core/git/package.json +1 -1
  55. package/core/health/package.json +1 -1
  56. package/core/http/package.json +1 -1
  57. package/core/lint/package.json +1 -1
  58. package/core/logging/package.json +1 -1
  59. package/core/notifications/package.json +1 -1
  60. package/core/objects/package.json +1 -1
  61. package/core/orm/package.json +1 -1
  62. package/core/path/package.json +1 -1
  63. package/core/payments/package.json +1 -1
  64. package/core/push/package.json +1 -1
  65. package/core/query-builder/package.json +1 -1
  66. package/core/queue/package.json +1 -1
  67. package/core/raycast/package.json +1 -1
  68. package/core/realtime/package.json +1 -1
  69. package/core/repl/package.json +1 -1
  70. package/core/router/package.json +1 -1
  71. package/core/scheduler/package.json +1 -1
  72. package/core/search-engine/package.json +1 -1
  73. package/core/security/package.json +1 -1
  74. package/core/server/package.json +1 -1
  75. package/core/signals/package.json +1 -1
  76. package/core/slug/package.json +1 -1
  77. package/core/sms/package.json +1 -1
  78. package/core/storage/package.json +1 -1
  79. package/core/strings/package.json +1 -1
  80. package/core/tables/package.json +1 -1
  81. package/core/testing/package.json +1 -1
  82. package/core/tinker/package.json +1 -1
  83. package/core/tunnel/package.json +1 -1
  84. package/core/types/package.json +1 -1
  85. package/core/types/src/cloud.ts +16 -0
  86. package/core/types/src/index.ts +1 -0
  87. package/core/types/src/request.ts +3 -0
  88. package/core/ui/package.json +1 -1
  89. package/core/utils/dist/index.js +1 -1
  90. package/core/utils/package.json +1 -1
  91. package/core/validation/build.ts +1 -1
  92. package/core/validation/package.json +1 -1
  93. package/core/vite/dist/index.js +1 -1
  94. package/core/vite/package.json +1 -1
  95. package/core/whois/package.json +1 -1
  96. package/core/x-ray/package.json +1 -1
  97. package/core/zsh-buddy/package.json +1 -1
  98. package/ide/vscode/package.json +1 -1
  99. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Stacks Artificial Intelligence.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -49,10 +49,10 @@
49
49
  "prepublishOnly": "bun --bun run build"
50
50
  },
51
51
  "peerDependencies": {
52
- "@aws-sdk/client-bedrock-runtime": "^3.511.0"
52
+ "@aws-sdk/client-bedrock-runtime": "^3.513.0"
53
53
  },
54
54
  "dependencies": {
55
- "@aws-sdk/client-bedrock-runtime": "^3.511.0"
55
+ "@aws-sdk/client-bedrock-runtime": "^3.513.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@stacksjs/development": "workspace:*"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/alias",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks aliases.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/analytics",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Stacks Analytics. Privacy-friendly.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/api",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/arrays",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks array utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -220,7 +220,7 @@ export function move<T>(array: T[], from: number, to: number): T[] {
220
220
  to += len
221
221
 
222
222
  const item = array.splice(from, 1)[0]
223
- array.splice(to, 0, item)
223
+ array.splice(to, 0, item!)
224
224
  return array
225
225
  }
226
226
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/auth",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "A more simplistic way to authenticate.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/build",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
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.65",
4
+ "version": "0.58.67",
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.65",
4
+ "version": "0.58.67",
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.65",
4
+ "version": "0.58.67",
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.65",
4
+ "version": "0.58.67",
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.65",
4
+ "version": "0.58.67",
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.65",
4
+ "version": "0.58.67",
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.65",
4
+ "version": "0.58.67",
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.511.0",
60
+ "@aws-sdk/client-dynamodb": "^3.513.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.65",
4
+ "version": "0.58.67",
5
5
  "description": "Easily interact with chat APIs.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -502,7 +502,7 @@ import {log as log3} from "@stacksjs/logging";
502
502
  import {ExitCode as ExitCode2} from "@stacksjs/types";
503
503
  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
504
  // package.json
505
- var version = "0.58.65";
505
+ var version = "0.58.67";
506
506
 
507
507
  // src/helpers.ts
508
508
  async function intro(command2, options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1664,7 +1664,7 @@ class ComputeStack {
1664
1664
  })
1665
1665
  }),
1666
1666
  healthCheck: {
1667
- command: ["CMD-SHELL", "curl -f http://localhost:3000/api/health || exit 1"],
1667
+ command: ["CMD-SHELL", "curl -f http://localhost:3000/api/healthy || exit 1"],
1668
1668
  interval: Duration6.seconds(10),
1669
1669
  timeout: Duration6.seconds(5),
1670
1670
  retries: 3,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cloud",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
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.511.0",
59
- "@aws-sdk/client-cloudformation": "^3.511.0",
60
- "@aws-sdk/client-cloudfront": "^3.511.0",
61
- "@aws-sdk/client-cloudwatch-logs": "^3.511.0",
62
- "@aws-sdk/client-ec2": "^3.511.0",
63
- "@aws-sdk/client-efs": "^3.511.0",
64
- "@aws-sdk/client-iam": "^3.511.0",
65
- "@aws-sdk/client-lambda": "^3.511.0",
66
- "@aws-sdk/client-route-53-domains": "^3.512.0",
67
- "@aws-sdk/client-s3": "^3.511.0",
68
- "@aws-sdk/client-ses": "^3.511.0",
69
- "@aws-sdk/client-sesv2": "^3.511.0",
70
- "@aws-sdk/client-ssm": "^3.511.0",
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",
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.511.0",
83
- "@aws-sdk/client-cloudformation": "^3.511.0",
84
- "@aws-sdk/client-cloudfront": "^3.511.0",
85
- "@aws-sdk/client-cloudwatch-logs": "^3.511.0",
86
- "@aws-sdk/client-dynamodb": "3.511.0",
87
- "@aws-sdk/client-ec2": "^3.511.0",
88
- "@aws-sdk/client-efs": "^3.511.0",
89
- "@aws-sdk/client-iam": "^3.511.0",
90
- "@aws-sdk/client-lambda": "^3.511.0",
91
- "@aws-sdk/client-route-53-domains": "^3.512.0",
92
- "@aws-sdk/client-s3": "^3.511.0",
93
- "@aws-sdk/client-ses": "^3.511.0",
94
- "@aws-sdk/client-sesv2": "^3.511.0",
95
- "@aws-sdk/client-ssm": "^3.511.0",
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",
96
96
  "@stacksjs/config": "workspace:*",
97
97
  "@stacksjs/dns": "workspace:*",
98
98
  "@stacksjs/env": "workspace:*",
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "aws-sdk-layer",
3
- "version": "0.58.59",
3
+ "version": "0.58.65",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "aws-sdk-layer",
9
- "version": "0.58.59",
9
+ "version": "0.58.65",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "aws-sdk": "^2.1556.0"
12
+ "aws-sdk": "^2.1557.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.1556.0",
28
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1556.0.tgz",
29
- "integrity": "sha512-p3SOYdG37GlTAR1+3HVqV2gVahTb7bInPuLEzxJaK709yPjjgSQQJ0zsnn8rF9UpcTNElYtWRY5vLRmwp3TTcQ==",
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==",
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.65",
3
+ "version": "0.58.67",
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.1556.0"
13
+ "aws-sdk": "^2.1557.0"
14
14
  }
15
15
  }
@@ -53,7 +53,7 @@ export class ComputeStack {
53
53
  }),
54
54
  }),
55
55
  healthCheck: {
56
- command: ['CMD-SHELL', 'curl -f http://localhost:3000/api/health || exit 1'], // requires curl inside the container which isn't available in the base image. I wonder if there is a better way
56
+ command: ['CMD-SHELL', 'curl -f http://localhost:3000/api/healthy || exit 1'], // requires curl inside the container which isn't available in the base image. I wonder if there is a better way
57
57
  interval: Duration.seconds(10),
58
58
  timeout: Duration.seconds(5),
59
59
  retries: 3,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stacks-router-layer",
3
- "version": "0.58.65",
3
+ "version": "0.58.67",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",
@@ -10,6 +10,6 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
12
  "dependencies": {
13
- "@stacksjs/router": "^0.58.64"
13
+ "@stacksjs/router": "^0.58.66"
14
14
  }
15
15
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/collections",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks collections.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -356,6 +356,7 @@ var defaults_default = {
356
356
  cloud: {
357
357
  driver: "aws",
358
358
  storage: {},
359
+ environments: ["production", "staging", "development"],
359
360
  firewall: {
360
361
  enabled: true,
361
362
  countryCodes: [],
@@ -794,6 +795,7 @@ var security_default = {
794
795
  var cloud_default = {
795
796
  driver: "aws",
796
797
  firewall: security_default.firewall,
798
+ environments: ["production", "staging", "development"],
797
799
  storage: {},
798
800
  cdn: {
799
801
  compress: true,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/config",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks config helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -80,6 +80,8 @@ export default {
80
80
 
81
81
  storage: {},
82
82
 
83
+ environments: ['production', 'staging', 'development'],
84
+
83
85
  firewall: {
84
86
  enabled: true,
85
87
  countryCodes: [],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/database",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks database integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
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.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks Desktop engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/development",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks development dependencies.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/dns",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Easily manage your DNS.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -51,8 +51,8 @@
51
51
  "prepublishOnly": "bun --bun run build"
52
52
  },
53
53
  "peerDependencies": {
54
- "@aws-sdk/client-route-53": "^3.511.0",
55
- "@aws-sdk/client-route-53-domains": "^3.512.0",
54
+ "@aws-sdk/client-route-53": "^3.513.0",
55
+ "@aws-sdk/client-route-53-domains": "^3.513.0",
56
56
  "@stacksjs/actions": "workspace:*",
57
57
  "@stacksjs/error-handling": "workspace:*",
58
58
  "@stacksjs/path": "workspace:*",
@@ -61,7 +61,7 @@
61
61
  "aws-cdk-lib": "^2.127.0"
62
62
  },
63
63
  "dependencies": {
64
- "@aws-sdk/client-route-53": "^3.511.0",
64
+ "@aws-sdk/client-route-53": "^3.513.0",
65
65
  "@stacksjs/actions": "workspace:*",
66
66
  "@stacksjs/error-handling": "workspace:*",
67
67
  "@stacksjs/path": "workspace:*",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/docs",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks way to document.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -71,7 +71,7 @@
71
71
  "@stacksjs/error-handling": "workspace:*",
72
72
  "@stacksjs/types": "workspace:*",
73
73
  "@types/mailparser": "^3.4.4",
74
- "aws-sdk": "^2.1556.0",
74
+ "aws-sdk": "^2.1557.0",
75
75
  "mailparser": "^3.6.7",
76
76
  "mime": "^4.0.1",
77
77
  "moment": "^2.30.1",
@@ -93,6 +93,7 @@ var Action;
93
93
  Action2["Typecheck"] = "typecheck";
94
94
  Action2["Upgrade"] = "upgrade/index";
95
95
  Action2["UpgradeBun"] = "upgrade/bun";
96
+ Action2["UpgradeDeps"] = "upgrade/dependencies";
96
97
  })(Action || (Action = {}));
97
98
  export {
98
99
  NpmScript,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/enums",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Stacks enums.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -94,4 +94,5 @@ export enum Action {
94
94
  Typecheck = 'typecheck',
95
95
  Upgrade = 'upgrade/index',
96
96
  UpgradeBun = 'upgrade/bun',
97
+ UpgradeDeps = 'upgrade/dependencies',
97
98
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/env",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Stacks env helper methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/error-handling",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Type safe error handling.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/eslint-config",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks.js ESLint config preset, heavily inspired by Anthony's ESLint config.",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/events",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Functional event emitting.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/faker",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Faker functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/git",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks git utilities & conventions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/health",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "The Stacks Health services.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/http",
3
3
  "type": "module",
4
- "version": "0.58.65",
4
+ "version": "0.58.67",
5
5
  "description": "Stacks HTTP methods.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",