cdk-nextjs 0.5.4 → 0.5.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/.jsii CHANGED
@@ -19553,6 +19553,6 @@
19553
19553
  "symbolId": "src/nextjs-build/nextjs-build:PublicDirEntry"
19554
19554
  }
19555
19555
  },
19556
- "version": "0.5.4",
19557
- "fingerprint": "u5s9QaLHVLyyXi2Rp0hOJKaioIsabrptBmy/3UoFbOU="
19556
+ "version": "0.5.5",
19557
+ "fingerprint": "dmb9cLbSnTlXsbyreUeHP2XvG29/Mvv1bxV4uwzilL0="
19558
19558
  }
package/lib/nextjs-api.js CHANGED
@@ -10,7 +10,7 @@ const constructs_1 = require("constructs");
10
10
  * Creates an API Gateway REST API for Next.js applications
11
11
  */
12
12
  class NextjsApi extends constructs_1.Construct {
13
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsApi", version: "0.5.4" };
13
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsApi", version: "0.5.5" };
14
14
  /**
15
15
  * The API Gateway REST API
16
16
  */
@@ -20,7 +20,7 @@ const debug = (0, debug_1.default)("cdk-nextjs:nextjs-build");
20
20
  * @link https://nextjs.org/docs/pages/api-reference/next-config-js/output
21
21
  */
22
22
  class NextjsBuild extends constructs_1.Construct {
23
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsBuild", version: "0.5.4" };
23
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsBuild", version: "0.5.5" };
24
24
  /**
25
25
  * Unique id for Next.js build. Used to partition cache storage and as
26
26
  * metadata for static assets in S3 bucket.
@@ -13,7 +13,7 @@ const constants_1 = require("./constants");
13
13
  * Next.js Cache construct providing unified S3 and DynamoDB cache management.
14
14
  */
15
15
  class NextjsCache extends constructs_1.Construct {
16
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsCache", version: "0.5.4" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsCache", version: "0.5.5" };
17
17
  cacheBucket;
18
18
  revalidationTable;
19
19
  buildId;
@@ -18,7 +18,7 @@ const constants_1 = require("../constants");
18
18
  * Fargate.
19
19
  */
20
20
  class NextjsContainers extends constructs_1.Construct {
21
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsContainers", version: "0.5.4" };
21
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsContainers", version: "0.5.5" };
22
22
  albFargateService;
23
23
  ecsCluster;
24
24
  url;
@@ -15,7 +15,7 @@ const get_architecture_1 = require("../utils/get-architecture");
15
15
  * Run Next.js in functions on AWS with AWS Lambda.
16
16
  */
17
17
  class NextjsFunctions extends constructs_1.Construct {
18
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsFunctions", version: "0.5.4" };
18
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsFunctions", version: "0.5.5" };
19
19
  function;
20
20
  functionUrl;
21
21
  props;
@@ -8,7 +8,7 @@ const aws_cloudfront_origins_1 = require("aws-cdk-lib/aws-cloudfront-origins");
8
8
  const constructs_1 = require("constructs");
9
9
  const constants_1 = require("./constants");
10
10
  class NextjsDistribution extends constructs_1.Construct {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsDistribution", version: "0.5.4" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsDistribution", version: "0.5.5" };
12
12
  distribution;
13
13
  props;
14
14
  /**
@@ -17,7 +17,7 @@ const get_architecture_1 = require("./utils/get-architecture");
17
17
  * current build id AND are older than `msTtl`
18
18
  */
19
19
  class NextjsPostDeploy extends constructs_1.Construct {
20
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsPostDeploy", version: "0.5.4" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsPostDeploy", version: "0.5.5" };
21
21
  customResource;
22
22
  lambdaFunction;
23
23
  props;
@@ -14,7 +14,7 @@ const constants_1 = require("./constants");
14
14
  * Creates S3 Bucket for public and _next/static assets and deploys them using S3Deployment.
15
15
  */
16
16
  class NextjsStaticAssets extends constructs_1.Construct {
17
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsStaticAssets", version: "0.5.4" };
17
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsStaticAssets", version: "0.5.5" };
18
18
  bucket;
19
19
  deployment;
20
20
  stagingDir;
@@ -11,7 +11,7 @@ const nextjs_static_assets_1 = require("../nextjs-static-assets");
11
11
  * Base class for all Next.js root constructs
12
12
  */
13
13
  class NextjsBaseConstruct extends constructs_1.Construct {
14
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsBaseConstruct", version: "0.5.4" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsBaseConstruct", version: "0.5.5" };
15
15
  nextjsBuild;
16
16
  nextjsStaticAssets;
17
17
  nextjsCache;
@@ -14,7 +14,7 @@ const nextjs_base_construct_1 = require("./nextjs-base-construct");
14
14
  * for containers.
15
15
  */
16
16
  class NextjsGlobalContainers extends nextjs_base_construct_1.NextjsBaseConstruct {
17
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsGlobalContainers", version: "0.5.4" };
17
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsGlobalContainers", version: "0.5.5" };
18
18
  nextjsContainers;
19
19
  nextjsDistribution;
20
20
  nextjsPostDeploy;
@@ -14,7 +14,7 @@ const nextjs_base_construct_1 = require("./nextjs-base-construct");
14
14
  * for functions.
15
15
  */
16
16
  class NextjsGlobalFunctions extends nextjs_base_construct_1.NextjsBaseConstruct {
17
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsGlobalFunctions", version: "0.5.4" };
17
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsGlobalFunctions", version: "0.5.5" };
18
18
  nextjsFunctions;
19
19
  nextjsDistribution;
20
20
  nextjsPostDeploy;
@@ -13,7 +13,7 @@ const nextjs_post_deploy_1 = require("../nextjs-post-deploy");
13
13
  * for containers.
14
14
  */
15
15
  class NextjsRegionalContainers extends nextjs_base_construct_1.NextjsBaseConstruct {
16
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsRegionalContainers", version: "0.5.4" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsRegionalContainers", version: "0.5.5" };
17
17
  nextjsContainers;
18
18
  nextjsPostDeploy;
19
19
  get url() {
@@ -13,7 +13,7 @@ const nextjs_post_deploy_1 = require("../nextjs-post-deploy");
13
13
  * for routing requests and AWS Lambda Functions for server-side rendering.
14
14
  */
15
15
  class NextjsRegionalFunctions extends nextjs_base_construct_1.NextjsBaseConstruct {
16
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsRegionalFunctions", version: "0.5.4" };
16
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-nextjs.NextjsRegionalFunctions", version: "0.5.5" };
17
17
  nextjsFunctions;
18
18
  nextjsApi;
19
19
  nextjsPostDeploy;
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  "@typescript-eslint/parser": "^8",
30
30
  "aws-cdk-lib": "2.261.0",
31
31
  "cdk-nag": "^2.38.2",
32
- "cdklabs-projen-project-types": "^0.6.4",
32
+ "cdklabs-projen-project-types": "^0.6.8",
33
33
  "commit-and-tag-version": "^12",
34
34
  "constructs": "10.5.1",
35
35
  "debug": "^4.4.3",
@@ -80,7 +80,7 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "version": "0.5.4",
83
+ "version": "0.5.5",
84
84
  "jest": {
85
85
  "coverageProvider": "v8",
86
86
  "testPathIgnorePatterns": [
@@ -154,6 +154,7 @@
154
154
  "scripts": {
155
155
  "build": "pnpm dlx projen build",
156
156
  "bump": "pnpm dlx projen bump",
157
+ "bump:releasable-commits": "pnpm dlx projen bump:releasable-commits",
157
158
  "bundle": "pnpm dlx projen bundle",
158
159
  "bundle:adapter/adapter": "pnpm dlx projen bundle:adapter/adapter",
159
160
  "bundle:adapter/adapter:watch": "pnpm dlx projen bundle:adapter/adapter:watch",