sst 2.47.1 → 2.47.2

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.
@@ -196,7 +196,7 @@ export class Stack extends CDKStack {
196
196
  assetHash: this.stackName + fs.readFileSync(dir + "/index.mjs").toString(),
197
197
  }),
198
198
  handler: "index.handler",
199
- runtime: lambda.Runtime.NODEJS_20_X,
199
+ runtime: lambda.Runtime.NODEJS_22_X,
200
200
  timeout: CDKDuration.seconds(900),
201
201
  memorySize: 1024,
202
202
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "sideEffects": false,
3
3
  "name": "sst",
4
- "version": "2.47.1",
4
+ "version": "2.47.2",
5
5
  "bin": {
6
6
  "sst": "cli/sst.js"
7
7
  },
package/package.json.bak CHANGED
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "sideEffects": false,
7
7
  "name": "sst",
8
- "version": "2.47.1",
8
+ "version": "2.47.2",
9
9
  "bin": {
10
10
  "sst": "cli/sst.js"
11
11
  },