stacks 0.58.52 → 0.58.55

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 +28 -130
  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 -1
  8. package/core/arrays/package.json +1 -1
  9. package/core/auth/package.json +1 -1
  10. package/core/buddy/package.json +1 -1
  11. package/core/build/package.json +1 -1
  12. package/core/bun-create/bud/package.json +1 -1
  13. package/core/bun-create/buddy/package.json +1 -1
  14. package/core/bun-create/stack/package.json +1 -1
  15. package/core/bun-create/stacks/package.json +1 -1
  16. package/core/bun-create/stx/package.json +1 -1
  17. package/core/bun-plugin-yaml/package.json +1 -1
  18. package/core/cache/package.json +2 -2
  19. package/core/chat/package.json +1 -1
  20. package/core/cli/dist/index.js +1 -1
  21. package/core/cli/package.json +1 -1
  22. package/core/cloud/dist/index.js +2 -241
  23. package/core/cloud/package.json +29 -29
  24. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  25. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  26. package/core/cloud/src/cloud/queue.ts +7 -6
  27. package/core/cloud/src/cloud/router-layer/nodejs/package.json +2 -2
  28. package/core/cloud/src/index.ts +0 -1
  29. package/core/collections/package.json +1 -1
  30. package/core/config/package.json +1 -1
  31. package/core/database/package.json +1 -1
  32. package/core/datetime/package.json +1 -1
  33. package/core/desktop/package.json +1 -1
  34. package/core/development/package.json +1 -1
  35. package/core/dns/package.json +4 -4
  36. package/core/docs/package.json +3 -3
  37. package/core/email/package.json +3 -3
  38. package/core/enums/package.json +1 -1
  39. package/core/env/package.json +1 -1
  40. package/core/error-handling/package.json +1 -1
  41. package/core/eslint-config/package.json +9 -9
  42. package/core/eslint-config/src/globs.ts +0 -1
  43. package/core/events/package.json +1 -1
  44. package/core/faker/package.json +1 -1
  45. package/core/git/package.json +1 -1
  46. package/core/health/package.json +1 -1
  47. package/core/http/package.json +1 -1
  48. package/core/lint/package.json +3 -3
  49. package/core/logging/package.json +1 -1
  50. package/core/notifications/package.json +2 -2
  51. package/core/objects/package.json +1 -1
  52. package/core/orm/package.json +1 -1
  53. package/core/path/dist/index.js +5 -0
  54. package/core/path/package.json +1 -1
  55. package/core/path/src/index.ts +5 -0
  56. package/core/payments/dist/index.js +1 -4
  57. package/core/payments/package.json +2 -2
  58. package/core/push/package.json +1 -1
  59. package/core/query-builder/package.json +1 -1
  60. package/core/queue/package.json +1 -1
  61. package/core/raycast/package.json +1 -1
  62. package/core/realtime/package.json +1 -1
  63. package/core/repl/package.json +1 -1
  64. package/core/router/package.json +1 -1
  65. package/core/scheduler/package.json +1 -1
  66. package/core/scheduler/src/time.ts +1 -1
  67. package/core/scheduler/tests/cron.fuzz.ts +1 -1
  68. package/core/scheduler/tests/cron.test.ts +3 -3
  69. package/core/search-engine/package.json +1 -1
  70. package/core/security/package.json +1 -1
  71. package/core/server/package.json +1 -1
  72. package/core/signals/package.json +1 -1
  73. package/core/slug/package.json +1 -1
  74. package/core/sms/package.json +1 -1
  75. package/core/storage/package.json +1 -1
  76. package/core/strings/package.json +2 -2
  77. package/core/tables/package.json +1 -1
  78. package/core/testing/package.json +1 -1
  79. package/core/tinker/package.json +1 -1
  80. package/core/tunnel/package.json +1 -1
  81. package/core/types/dist/index.js +0 -4
  82. package/core/types/package.json +3 -3
  83. package/core/types/src/cli.ts +3 -3
  84. package/core/types/src/cron-jobs.ts +5 -5
  85. package/core/ui/package.json +2 -2
  86. package/core/utils/dist/index.js +1 -1
  87. package/core/utils/package.json +1 -1
  88. package/core/validation/package.json +1 -1
  89. package/core/vite/dist/index.js +1 -1
  90. package/core/vite/package.json +1 -1
  91. package/core/whois/package.json +1 -1
  92. package/core/x-ray/package.json +1 -1
  93. package/core/zsh-buddy/package.json +1 -1
  94. package/ide/dictionary.txt +2 -0
  95. package/ide/vscode/package.json +1 -1
  96. package/package.json +1 -1
  97. package/core/cloud/build-server.ts +0 -8
  98. package/core/cloud/src/runtime/README.md +0 -116
  99. package/core/cloud/src/runtime/bootstrap +0 -3
  100. package/core/cloud/src/runtime/example/lambda.ts +0 -36
  101. package/core/cloud/src/runtime/runtime.ts +0 -830
  102. package/core/cloud/src/runtime/scripts/build-layer.ts +0 -104
  103. package/core/cloud/src/runtime/scripts/publish-layer.ts +0 -110
  104. package/core/cloud/src/runtime/server.ts +0 -39
@@ -6,7 +6,7 @@ import {log} from "@stacksjs/logging";
6
6
  import {projectPath} from "@stacksjs/path";
7
7
  import * as storage from "@stacksjs/storage";
8
8
  // package.json
9
- var version = "0.58.52";
9
+ var version = "0.58.55";
10
10
 
11
11
  // src/upgrade.ts
12
12
  function checkForUncommittedChanges(options2) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/actions",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.55",
5
5
  "description": "The Stacks actions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -8276,7 +8276,7 @@ var commonParams = {
8276
8276
  var package_default = {
8277
8277
  name: "@aws-sdk/client-bedrock",
8278
8278
  description: "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
8279
- version: "3.504.0",
8279
+ version: "3.507.0",
8280
8280
  scripts: {
8281
8281
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
8282
8282
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock",
@@ -8295,9 +8295,9 @@ var package_default = {
8295
8295
  dependencies: {
8296
8296
  "@aws-crypto/sha256-browser": "3.0.0",
8297
8297
  "@aws-crypto/sha256-js": "3.0.0",
8298
- "@aws-sdk/client-sts": "3.504.0",
8298
+ "@aws-sdk/client-sts": "3.507.0",
8299
8299
  "@aws-sdk/core": "3.496.0",
8300
- "@aws-sdk/credential-provider-node": "3.504.0",
8300
+ "@aws-sdk/credential-provider-node": "3.507.0",
8301
8301
  "@aws-sdk/middleware-host-header": "3.502.0",
8302
8302
  "@aws-sdk/middleware-logger": "3.502.0",
8303
8303
  "@aws-sdk/middleware-recursion-detection": "3.502.0",
@@ -8915,7 +8915,7 @@ var se_ListFoundationModelsCommand = async (input, context) => {
8915
8915
  };
8916
8916
  var de_CreateModelCustomizationJobCommand = async (output, context) => {
8917
8917
  if (output.statusCode !== 201 && output.statusCode >= 300) {
8918
- return de_CreateModelCustomizationJobCommandError(output, context);
8918
+ return de_CommandError(output, context);
8919
8919
  }
8920
8920
  const contents = map({
8921
8921
  $metadata: deserializeMetadata2(output)
@@ -8927,49 +8927,9 @@ var de_CreateModelCustomizationJobCommand = async (output, context) => {
8927
8927
  Object.assign(contents, doc);
8928
8928
  return contents;
8929
8929
  };
8930
- var de_CreateModelCustomizationJobCommandError = async (output, context) => {
8931
- const parsedOutput = {
8932
- ...output,
8933
- body: await parseErrorBody(output.body, context)
8934
- };
8935
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
8936
- switch (errorCode) {
8937
- case "AccessDeniedException":
8938
- case "com.amazonaws.bedrock#AccessDeniedException":
8939
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
8940
- case "ConflictException":
8941
- case "com.amazonaws.bedrock#ConflictException":
8942
- throw await de_ConflictExceptionRes(parsedOutput, context);
8943
- case "InternalServerException":
8944
- case "com.amazonaws.bedrock#InternalServerException":
8945
- throw await de_InternalServerExceptionRes(parsedOutput, context);
8946
- case "ResourceNotFoundException":
8947
- case "com.amazonaws.bedrock#ResourceNotFoundException":
8948
- throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
8949
- case "ServiceQuotaExceededException":
8950
- case "com.amazonaws.bedrock#ServiceQuotaExceededException":
8951
- throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
8952
- case "ThrottlingException":
8953
- case "com.amazonaws.bedrock#ThrottlingException":
8954
- throw await de_ThrottlingExceptionRes(parsedOutput, context);
8955
- case "TooManyTagsException":
8956
- case "com.amazonaws.bedrock#TooManyTagsException":
8957
- throw await de_TooManyTagsExceptionRes(parsedOutput, context);
8958
- case "ValidationException":
8959
- case "com.amazonaws.bedrock#ValidationException":
8960
- throw await de_ValidationExceptionRes(parsedOutput, context);
8961
- default:
8962
- const parsedBody = parsedOutput.body;
8963
- return throwDefaultError2({
8964
- output,
8965
- parsedBody,
8966
- errorCode
8967
- });
8968
- }
8969
- };
8970
8930
  var de_GetModelCustomizationJobCommand = async (output, context) => {
8971
8931
  if (output.statusCode !== 200 && output.statusCode >= 300) {
8972
- return de_GetModelCustomizationJobCommandError(output, context);
8932
+ return de_CommandError(output, context);
8973
8933
  }
8974
8934
  const contents = map({
8975
8935
  $metadata: deserializeMetadata2(output)
@@ -9001,40 +8961,9 @@ var de_GetModelCustomizationJobCommand = async (output, context) => {
9001
8961
  Object.assign(contents, doc);
9002
8962
  return contents;
9003
8963
  };
9004
- var de_GetModelCustomizationJobCommandError = async (output, context) => {
9005
- const parsedOutput = {
9006
- ...output,
9007
- body: await parseErrorBody(output.body, context)
9008
- };
9009
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
9010
- switch (errorCode) {
9011
- case "AccessDeniedException":
9012
- case "com.amazonaws.bedrock#AccessDeniedException":
9013
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
9014
- case "InternalServerException":
9015
- case "com.amazonaws.bedrock#InternalServerException":
9016
- throw await de_InternalServerExceptionRes(parsedOutput, context);
9017
- case "ResourceNotFoundException":
9018
- case "com.amazonaws.bedrock#ResourceNotFoundException":
9019
- throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
9020
- case "ThrottlingException":
9021
- case "com.amazonaws.bedrock#ThrottlingException":
9022
- throw await de_ThrottlingExceptionRes(parsedOutput, context);
9023
- case "ValidationException":
9024
- case "com.amazonaws.bedrock#ValidationException":
9025
- throw await de_ValidationExceptionRes(parsedOutput, context);
9026
- default:
9027
- const parsedBody = parsedOutput.body;
9028
- return throwDefaultError2({
9029
- output,
9030
- parsedBody,
9031
- errorCode
9032
- });
9033
- }
9034
- };
9035
8964
  var de_ListFoundationModelsCommand = async (output, context) => {
9036
8965
  if (output.statusCode !== 200 && output.statusCode >= 300) {
9037
- return de_ListFoundationModelsCommandError(output, context);
8966
+ return de_CommandError(output, context);
9038
8967
  }
9039
8968
  const contents = map({
9040
8969
  $metadata: deserializeMetadata2(output)
@@ -9046,7 +8975,7 @@ var de_ListFoundationModelsCommand = async (output, context) => {
9046
8975
  Object.assign(contents, doc);
9047
8976
  return contents;
9048
8977
  };
9049
- var de_ListFoundationModelsCommandError = async (output, context) => {
8978
+ var de_CommandError = async (output, context) => {
9050
8979
  const parsedOutput = {
9051
8980
  ...output,
9052
8981
  body: await parseErrorBody(output.body, context)
@@ -9056,12 +8985,24 @@ var de_ListFoundationModelsCommandError = async (output, context) => {
9056
8985
  case "AccessDeniedException":
9057
8986
  case "com.amazonaws.bedrock#AccessDeniedException":
9058
8987
  throw await de_AccessDeniedExceptionRes(parsedOutput, context);
8988
+ case "ConflictException":
8989
+ case "com.amazonaws.bedrock#ConflictException":
8990
+ throw await de_ConflictExceptionRes(parsedOutput, context);
9059
8991
  case "InternalServerException":
9060
8992
  case "com.amazonaws.bedrock#InternalServerException":
9061
8993
  throw await de_InternalServerExceptionRes(parsedOutput, context);
8994
+ case "ResourceNotFoundException":
8995
+ case "com.amazonaws.bedrock#ResourceNotFoundException":
8996
+ throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
8997
+ case "ServiceQuotaExceededException":
8998
+ case "com.amazonaws.bedrock#ServiceQuotaExceededException":
8999
+ throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
9062
9000
  case "ThrottlingException":
9063
9001
  case "com.amazonaws.bedrock#ThrottlingException":
9064
9002
  throw await de_ThrottlingExceptionRes(parsedOutput, context);
9003
+ case "TooManyTagsException":
9004
+ case "com.amazonaws.bedrock#TooManyTagsException":
9005
+ throw await de_TooManyTagsExceptionRes(parsedOutput, context);
9065
9006
  case "ValidationException":
9066
9007
  case "com.amazonaws.bedrock#ValidationException":
9067
9008
  throw await de_ValidationExceptionRes(parsedOutput, context);
@@ -9332,7 +9273,7 @@ var commonParams2 = {
9332
9273
  var package_default2 = {
9333
9274
  name: "@aws-sdk/client-bedrock-runtime",
9334
9275
  description: "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
9335
- version: "3.504.0",
9276
+ version: "3.507.0",
9336
9277
  scripts: {
9337
9278
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
9338
9279
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",
@@ -9351,9 +9292,9 @@ var package_default2 = {
9351
9292
  dependencies: {
9352
9293
  "@aws-crypto/sha256-browser": "3.0.0",
9353
9294
  "@aws-crypto/sha256-js": "3.0.0",
9354
- "@aws-sdk/client-sts": "3.504.0",
9295
+ "@aws-sdk/client-sts": "3.507.0",
9355
9296
  "@aws-sdk/core": "3.496.0",
9356
- "@aws-sdk/credential-provider-node": "3.504.0",
9297
+ "@aws-sdk/credential-provider-node": "3.507.0",
9357
9298
  "@aws-sdk/middleware-host-header": "3.502.0",
9358
9299
  "@aws-sdk/middleware-logger": "3.502.0",
9359
9300
  "@aws-sdk/middleware-recursion-detection": "3.502.0",
@@ -9937,7 +9878,7 @@ var se_InvokeModelWithResponseStreamCommand = async (input, context) => {
9937
9878
  };
9938
9879
  var de_InvokeModelCommand = async (output, context) => {
9939
9880
  if (output.statusCode !== 200 && output.statusCode >= 300) {
9940
- return de_InvokeModelCommandError(output, context);
9881
+ return de_CommandError2(output, context);
9941
9882
  }
9942
9883
  const contents = map({
9943
9884
  $metadata: deserializeMetadata3(output),
@@ -9947,52 +9888,9 @@ var de_InvokeModelCommand = async (output, context) => {
9947
9888
  contents.body = data;
9948
9889
  return contents;
9949
9890
  };
9950
- var de_InvokeModelCommandError = async (output, context) => {
9951
- const parsedOutput = {
9952
- ...output,
9953
- body: await parseErrorBody2(output.body, context)
9954
- };
9955
- const errorCode = loadRestJsonErrorCode2(output, parsedOutput.body);
9956
- switch (errorCode) {
9957
- case "AccessDeniedException":
9958
- case "com.amazonaws.bedrockruntime#AccessDeniedException":
9959
- throw await de_AccessDeniedExceptionRes2(parsedOutput, context);
9960
- case "InternalServerException":
9961
- case "com.amazonaws.bedrockruntime#InternalServerException":
9962
- throw await de_InternalServerExceptionRes2(parsedOutput, context);
9963
- case "ModelErrorException":
9964
- case "com.amazonaws.bedrockruntime#ModelErrorException":
9965
- throw await de_ModelErrorExceptionRes(parsedOutput, context);
9966
- case "ModelNotReadyException":
9967
- case "com.amazonaws.bedrockruntime#ModelNotReadyException":
9968
- throw await de_ModelNotReadyExceptionRes(parsedOutput, context);
9969
- case "ModelTimeoutException":
9970
- case "com.amazonaws.bedrockruntime#ModelTimeoutException":
9971
- throw await de_ModelTimeoutExceptionRes(parsedOutput, context);
9972
- case "ResourceNotFoundException":
9973
- case "com.amazonaws.bedrockruntime#ResourceNotFoundException":
9974
- throw await de_ResourceNotFoundExceptionRes2(parsedOutput, context);
9975
- case "ServiceQuotaExceededException":
9976
- case "com.amazonaws.bedrockruntime#ServiceQuotaExceededException":
9977
- throw await de_ServiceQuotaExceededExceptionRes2(parsedOutput, context);
9978
- case "ThrottlingException":
9979
- case "com.amazonaws.bedrockruntime#ThrottlingException":
9980
- throw await de_ThrottlingExceptionRes2(parsedOutput, context);
9981
- case "ValidationException":
9982
- case "com.amazonaws.bedrockruntime#ValidationException":
9983
- throw await de_ValidationExceptionRes2(parsedOutput, context);
9984
- default:
9985
- const parsedBody = parsedOutput.body;
9986
- return throwDefaultError3({
9987
- output,
9988
- parsedBody,
9989
- errorCode
9990
- });
9991
- }
9992
- };
9993
9891
  var de_InvokeModelWithResponseStreamCommand = async (output, context) => {
9994
9892
  if (output.statusCode !== 200 && output.statusCode >= 300) {
9995
- return de_InvokeModelWithResponseStreamCommandError(output, context);
9893
+ return de_CommandError2(output, context);
9996
9894
  }
9997
9895
  const contents = map({
9998
9896
  $metadata: deserializeMetadata3(output),
@@ -10002,7 +9900,7 @@ var de_InvokeModelWithResponseStreamCommand = async (output, context) => {
10002
9900
  contents.body = de_ResponseStream(data, context);
10003
9901
  return contents;
10004
9902
  };
10005
- var de_InvokeModelWithResponseStreamCommandError = async (output, context) => {
9903
+ var de_CommandError2 = async (output, context) => {
10006
9904
  const parsedOutput = {
10007
9905
  ...output,
10008
9906
  body: await parseErrorBody2(output.body, context)
@@ -10021,9 +9919,6 @@ var de_InvokeModelWithResponseStreamCommandError = async (output, context) => {
10021
9919
  case "ModelNotReadyException":
10022
9920
  case "com.amazonaws.bedrockruntime#ModelNotReadyException":
10023
9921
  throw await de_ModelNotReadyExceptionRes(parsedOutput, context);
10024
- case "ModelStreamErrorException":
10025
- case "com.amazonaws.bedrockruntime#ModelStreamErrorException":
10026
- throw await de_ModelStreamErrorExceptionRes(parsedOutput, context);
10027
9922
  case "ModelTimeoutException":
10028
9923
  case "com.amazonaws.bedrockruntime#ModelTimeoutException":
10029
9924
  throw await de_ModelTimeoutExceptionRes(parsedOutput, context);
@@ -10039,6 +9934,9 @@ var de_InvokeModelWithResponseStreamCommandError = async (output, context) => {
10039
9934
  case "ValidationException":
10040
9935
  case "com.amazonaws.bedrockruntime#ValidationException":
10041
9936
  throw await de_ValidationExceptionRes2(parsedOutput, context);
9937
+ case "ModelStreamErrorException":
9938
+ case "com.amazonaws.bedrockruntime#ModelStreamErrorException":
9939
+ throw await de_ModelStreamErrorExceptionRes(parsedOutput, context);
10042
9940
  default:
10043
9941
  const parsedBody = parsedOutput.body;
10044
9942
  return throwDefaultError3({
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ai",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.55",
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.504.0"
52
+ "@aws-sdk/client-bedrock-runtime": "^3.507.0"
53
53
  },
54
54
  "dependencies": {
55
- "@aws-sdk/client-bedrock-runtime": "^3.504.0"
55
+ "@aws-sdk/client-bedrock-runtime": "^3.507.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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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/auth",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.52",
4
+ "version": "0.58.55",
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.506.0",
60
+ "@aws-sdk/client-dynamodb": "^3.507.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.52",
4
+ "version": "0.58.55",
5
5
  "description": "Easily interact with chat APIs.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -14,7 +14,7 @@ async function installStack(name, options) {
14
14
  // src/cli.ts
15
15
  import cac from "cac";
16
16
  // package.json
17
- var version = "0.58.52";
17
+ var version = "0.58.55";
18
18
 
19
19
  // src/cli.ts
20
20
  function cli(name, options) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/cli",
3
3
  "type": "module",
4
- "version": "0.58.52",
4
+ "version": "0.58.55",
5
5
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",