sst 2.39.12 → 2.39.13
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"sideEffects": false,
|
|
3
3
|
"name": "sst",
|
|
4
|
-
"version": "2.39.
|
|
4
|
+
"version": "2.39.13",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sst": "cli/sst.js"
|
|
7
7
|
},
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@types/ws": "^8.5.3",
|
|
121
121
|
"@types/yargs": "^17.0.13",
|
|
122
122
|
"archiver": "^5.3.1",
|
|
123
|
-
"astro-sst": "2.39.
|
|
123
|
+
"astro-sst": "2.39.13",
|
|
124
124
|
"async": "^3.2.4",
|
|
125
125
|
"tsx": "^3.12.1",
|
|
126
126
|
"typescript": "^5.2.2",
|
|
@@ -153441,8 +153441,8 @@ glob.glob = glob;
|
|
|
153441
153441
|
var import_adm_zip2 = __toESM(require_adm_zip(), 1);
|
|
153442
153442
|
var import_client_s33 = __toESM(require_dist_cjs70(), 1);
|
|
153443
153443
|
var import_client_lambda2 = __toESM(require_dist_cjs82(), 1);
|
|
153444
|
-
var s33 =
|
|
153445
|
-
var lambda2 =
|
|
153444
|
+
var s33 = useAWSClient(import_client_s33.S3Client);
|
|
153445
|
+
var lambda2 = useAWSClient(import_client_lambda2.LambdaClient);
|
|
153446
153446
|
async function S3Uploader(cfnRequest) {
|
|
153447
153447
|
switch (cfnRequest.RequestType) {
|
|
153448
153448
|
case "Create":
|