sst 2.48.3 → 2.48.5
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/constructs/NextjsSite.js
CHANGED
|
@@ -15,7 +15,7 @@ import { PolicyStatement } from "aws-cdk-lib/aws-iam";
|
|
|
15
15
|
import { RetentionDays } from "aws-cdk-lib/aws-logs";
|
|
16
16
|
import { VisibleError } from "../error.js";
|
|
17
17
|
import { Logger } from "../logger.js";
|
|
18
|
-
const DEFAULT_OPEN_NEXT_VERSION = "3.5.
|
|
18
|
+
const DEFAULT_OPEN_NEXT_VERSION = "3.5.5";
|
|
19
19
|
/**
|
|
20
20
|
* The `NextjsSite` construct is a higher level CDK construct that makes it easy to create a Next.js app.
|
|
21
21
|
* @example
|
package/package.json
CHANGED
package/package.json.bak
CHANGED
|
@@ -132571,7 +132571,7 @@ async function upload(bucket, key) {
|
|
|
132571
132571
|
new import_client_s3.PutObjectCommand({
|
|
132572
132572
|
Key: key,
|
|
132573
132573
|
Bucket: bucket,
|
|
132574
|
-
Body: fs.
|
|
132574
|
+
Body: fs.readFileSync(zipPath)
|
|
132575
132575
|
})
|
|
132576
132576
|
);
|
|
132577
132577
|
}
|