sst 2.8.25 → 2.8.27
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/cli/commands/update.js +6 -1
- package/package.json +2 -2
- package/sst.mjs +14 -39671
package/cli/commands/update.js
CHANGED
|
@@ -54,7 +54,12 @@ export const update = (program) => program.command("update [version]", "Update y
|
|
|
54
54
|
continue;
|
|
55
55
|
const desired = (() => {
|
|
56
56
|
// Both sst and astro-sst should be sharing the same version
|
|
57
|
-
if ([
|
|
57
|
+
if ([
|
|
58
|
+
"sst",
|
|
59
|
+
"astro-sst",
|
|
60
|
+
"svelte-kit-sst",
|
|
61
|
+
"solid-start-sst",
|
|
62
|
+
].includes(pkg))
|
|
58
63
|
return metadata.version;
|
|
59
64
|
if (pkg === "constructs")
|
|
60
65
|
return metadata.dependencies.constructs;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"sideEffects": false,
|
|
3
3
|
"name": "sst",
|
|
4
|
-
"version": "2.8.
|
|
4
|
+
"version": "2.8.27",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sst": "cli/sst.js"
|
|
7
7
|
},
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"@aws-cdk/cloudformation-diff": "2.72.1",
|
|
33
33
|
"@aws-cdk/cx-api": "2.72.1",
|
|
34
34
|
"@aws-sdk/client-cloudformation": "^3.279.0",
|
|
35
|
+
"@aws-sdk/client-iam": "^3.279.0",
|
|
35
36
|
"@aws-sdk/client-iot": "^3.279.0",
|
|
36
37
|
"@aws-sdk/client-iot-data-plane": "^3.279.0",
|
|
37
38
|
"@aws-sdk/client-lambda": "^3.279.0",
|
|
@@ -92,7 +93,6 @@
|
|
|
92
93
|
"@aws-sdk/client-api-gateway": "^3.208.0",
|
|
93
94
|
"@aws-sdk/client-cloudfront": "^3.279.0",
|
|
94
95
|
"@aws-sdk/client-codebuild": "^3.279.0",
|
|
95
|
-
"@aws-sdk/client-iam": "^3.279.0",
|
|
96
96
|
"@aws-sdk/types": "^3.272.0",
|
|
97
97
|
"@graphql-tools/merge": "^8.3.16",
|
|
98
98
|
"@sls-next/lambda-at-edge": "^3.7.0",
|