sst 2.48.2 → 2.48.3
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 +1 -1
- package/package.json +1 -1
- package/package.json.bak +1 -1
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.
|
|
18
|
+
const DEFAULT_OPEN_NEXT_VERSION = "3.5.4";
|
|
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