stacks 0.58.52 → 0.58.53
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/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +1 -1
- package/core/ai/dist/index.js +28 -130
- package/core/ai/package.json +3 -3
- package/core/alias/package.json +1 -1
- package/core/analytics/package.json +1 -1
- package/core/api/package.json +1 -1
- package/core/arrays/package.json +1 -1
- package/core/auth/package.json +1 -1
- package/core/buddy/package.json +1 -1
- package/core/build/package.json +1 -1
- package/core/bun-create/bud/package.json +1 -1
- package/core/bun-create/buddy/package.json +1 -1
- package/core/bun-create/stack/package.json +1 -1
- package/core/bun-create/stacks/package.json +1 -1
- package/core/bun-create/stx/package.json +1 -1
- package/core/bun-plugin-yaml/package.json +1 -1
- package/core/cache/package.json +2 -2
- package/core/chat/package.json +1 -1
- package/core/cli/dist/index.js +1 -1
- package/core/cli/package.json +1 -1
- package/core/cloud/package.json +29 -29
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +1 -1
- package/core/collections/package.json +1 -1
- package/core/config/package.json +1 -1
- package/core/database/package.json +1 -1
- package/core/datetime/package.json +1 -1
- package/core/desktop/package.json +1 -1
- package/core/development/package.json +1 -1
- package/core/dns/package.json +4 -4
- package/core/docs/package.json +1 -1
- package/core/email/package.json +3 -3
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +1 -1
- package/core/eslint-config/package.json +7 -7
- package/core/events/package.json +1 -1
- package/core/faker/package.json +1 -1
- package/core/git/package.json +1 -1
- package/core/health/package.json +1 -1
- package/core/http/package.json +1 -1
- package/core/lint/package.json +3 -3
- package/core/logging/package.json +1 -1
- package/core/notifications/package.json +2 -2
- package/core/objects/package.json +1 -1
- package/core/orm/package.json +1 -1
- package/core/path/package.json +1 -1
- package/core/payments/dist/index.js +1 -4
- package/core/payments/package.json +2 -2
- package/core/push/package.json +1 -1
- package/core/query-builder/package.json +1 -1
- package/core/queue/package.json +1 -1
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +1 -1
- package/core/repl/package.json +1 -1
- package/core/router/package.json +1 -1
- package/core/scheduler/package.json +1 -1
- package/core/scheduler/tests/cron.fuzz.ts +1 -1
- package/core/scheduler/tests/cron.test.ts +3 -3
- package/core/search-engine/package.json +1 -1
- package/core/security/package.json +1 -1
- package/core/server/package.json +1 -1
- package/core/signals/package.json +1 -1
- package/core/slug/package.json +1 -1
- package/core/sms/package.json +1 -1
- package/core/storage/package.json +1 -1
- package/core/strings/package.json +2 -2
- package/core/tables/package.json +1 -1
- package/core/testing/package.json +1 -1
- package/core/tinker/package.json +1 -1
- package/core/tunnel/package.json +1 -1
- package/core/types/package.json +1 -1
- package/core/ui/package.json +2 -2
- package/core/utils/dist/index.js +1 -1
- package/core/utils/package.json +1 -1
- package/core/validation/package.json +1 -1
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +1 -1
- package/core/whois/package.json +1 -1
- package/core/x-ray/package.json +1 -1
- package/core/zsh-buddy/package.json +1 -1
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
9
|
+
var version = "0.58.53";
|
|
10
10
|
|
|
11
11
|
// src/upgrade.ts
|
|
12
12
|
function checkForUncommittedChanges(options2) {
|
package/core/ai/dist/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
8298
|
+
"@aws-sdk/client-sts": "3.507.0",
|
|
8299
8299
|
"@aws-sdk/core": "3.496.0",
|
|
8300
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
9295
|
+
"@aws-sdk/client-sts": "3.507.0",
|
|
9355
9296
|
"@aws-sdk/core": "3.496.0",
|
|
9356
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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
|
|
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
|
|
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
|
|
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({
|
package/core/ai/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ai",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
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.
|
|
52
|
+
"@aws-sdk/client-bedrock-runtime": "^3.507.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@aws-sdk/client-bedrock-runtime": "^3.
|
|
55
|
+
"@aws-sdk/client-bedrock-runtime": "^3.507.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@stacksjs/development": "workspace:*"
|
package/core/alias/package.json
CHANGED
package/core/api/package.json
CHANGED
package/core/arrays/package.json
CHANGED
package/core/auth/package.json
CHANGED
package/core/buddy/package.json
CHANGED
package/core/build/package.json
CHANGED
package/core/cache/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cache",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
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.
|
|
60
|
+
"@aws-sdk/client-dynamodb": "^3.507.0",
|
|
61
61
|
"ioredis": "^5.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
package/core/chat/package.json
CHANGED
package/core/cli/dist/index.js
CHANGED
package/core/cli/package.json
CHANGED
package/core/cloud/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cloud",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.53",
|
|
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.
|
|
59
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
60
|
-
"@aws-sdk/client-cloudfront": "^3.
|
|
61
|
-
"@aws-sdk/client-cloudwatch-logs": "^3.
|
|
62
|
-
"@aws-sdk/client-ec2": "^3.
|
|
63
|
-
"@aws-sdk/client-efs": "^3.
|
|
64
|
-
"@aws-sdk/client-iam": "^3.
|
|
65
|
-
"@aws-sdk/client-lambda": "^3.
|
|
66
|
-
"@aws-sdk/client-route-53-domains": "^3.
|
|
67
|
-
"@aws-sdk/client-s3": "^3.
|
|
68
|
-
"@aws-sdk/client-ses": "^3.
|
|
69
|
-
"@aws-sdk/client-sesv2": "^3.
|
|
70
|
-
"@aws-sdk/client-ssm": "^3.
|
|
58
|
+
"@aws-sdk/client-bedrock": "^3.507.0",
|
|
59
|
+
"@aws-sdk/client-cloudformation": "^3.507.0",
|
|
60
|
+
"@aws-sdk/client-cloudfront": "^3.507.0",
|
|
61
|
+
"@aws-sdk/client-cloudwatch-logs": "^3.507.0",
|
|
62
|
+
"@aws-sdk/client-ec2": "^3.507.0",
|
|
63
|
+
"@aws-sdk/client-efs": "^3.507.0",
|
|
64
|
+
"@aws-sdk/client-iam": "^3.507.0",
|
|
65
|
+
"@aws-sdk/client-lambda": "^3.507.0",
|
|
66
|
+
"@aws-sdk/client-route-53-domains": "^3.507.0",
|
|
67
|
+
"@aws-sdk/client-s3": "^3.507.0",
|
|
68
|
+
"@aws-sdk/client-ses": "^3.507.0",
|
|
69
|
+
"@aws-sdk/client-sesv2": "^3.507.0",
|
|
70
|
+
"@aws-sdk/client-ssm": "^3.507.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.
|
|
83
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
84
|
-
"@aws-sdk/client-cloudfront": "^3.
|
|
85
|
-
"@aws-sdk/client-cloudwatch-logs": "^3.
|
|
86
|
-
"@aws-sdk/client-dynamodb": "3.
|
|
87
|
-
"@aws-sdk/client-ec2": "^3.
|
|
88
|
-
"@aws-sdk/client-efs": "^3.
|
|
89
|
-
"@aws-sdk/client-iam": "^3.
|
|
90
|
-
"@aws-sdk/client-lambda": "^3.
|
|
91
|
-
"@aws-sdk/client-route-53-domains": "^3.
|
|
92
|
-
"@aws-sdk/client-s3": "^3.
|
|
93
|
-
"@aws-sdk/client-ses": "^3.
|
|
94
|
-
"@aws-sdk/client-sesv2": "^3.
|
|
95
|
-
"@aws-sdk/client-ssm": "^3.
|
|
82
|
+
"@aws-sdk/client-bedrock": "^3.507.0",
|
|
83
|
+
"@aws-sdk/client-cloudformation": "^3.507.0",
|
|
84
|
+
"@aws-sdk/client-cloudfront": "^3.507.0",
|
|
85
|
+
"@aws-sdk/client-cloudwatch-logs": "^3.507.0",
|
|
86
|
+
"@aws-sdk/client-dynamodb": "3.507.0",
|
|
87
|
+
"@aws-sdk/client-ec2": "^3.507.0",
|
|
88
|
+
"@aws-sdk/client-efs": "^3.507.0",
|
|
89
|
+
"@aws-sdk/client-iam": "^3.507.0",
|
|
90
|
+
"@aws-sdk/client-lambda": "^3.507.0",
|
|
91
|
+
"@aws-sdk/client-route-53-domains": "^3.507.0",
|
|
92
|
+
"@aws-sdk/client-s3": "^3.507.0",
|
|
93
|
+
"@aws-sdk/client-ses": "^3.507.0",
|
|
94
|
+
"@aws-sdk/client-sesv2": "^3.507.0",
|
|
95
|
+
"@aws-sdk/client-ssm": "^3.507.0",
|
|
96
96
|
"@stacksjs/config": "workspace:*",
|
|
97
97
|
"@stacksjs/dns": "workspace:*",
|
|
98
98
|
"@stacksjs/env": "workspace:*",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@stacksjs/development": "workspace:*",
|
|
114
114
|
"@stacksjs/env": "workspace:*",
|
|
115
115
|
"jszip": "^3.10.1",
|
|
116
|
-
"oclif": "^4.4.
|
|
116
|
+
"oclif": "^4.4.6",
|
|
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.
|
|
3
|
+
"version": "0.58.51",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "aws-sdk-layer",
|
|
9
|
-
"version": "0.58.
|
|
9
|
+
"version": "0.58.51",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"aws-sdk": "^2.
|
|
12
|
+
"aws-sdk": "^2.1551.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.
|
|
28
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
29
|
-
"integrity": "sha512-
|
|
27
|
+
"version": "2.1551.0",
|
|
28
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1551.0.tgz",
|
|
29
|
+
"integrity": "sha512-nUaAzS7cheaKF8lV0AVJBqteuoYIgQ5UgpZaoRR44D7HA1f6iCYFISF6WH6d0hQvpxPDIXr5NlVt0cHyp/Sx1g==",
|
|
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.
|
|
3
|
+
"version": "0.58.53",
|
|
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.
|
|
13
|
+
"aws-sdk": "^2.1551.0"
|
|
14
14
|
}
|
|
15
15
|
}
|