@maestro-js/aws-cdk-recipes 1.0.0-alpha.22 → 1.0.0-alpha.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -917,7 +917,6 @@ declare namespace ReactRouterSsrSiteLambda {
917
917
  }
918
918
  }
919
919
 
920
- type EcsLogRetention = LogRetention;
921
920
  /**
922
921
  * A Fargate service with task definition, containers, optional ALB, auto-scaling, Spot capacity,
923
922
  * and IAM permissions. Supports multi-container sidecars and conditional ALB routing rules.
@@ -961,7 +960,7 @@ declare class EcsFargateService extends Construct {
961
960
  * ```
962
961
  */
963
962
  declare namespace EcsFargateService {
964
- type LogRetention = EcsLogRetention;
963
+ type LogRetention = LogRetention;
965
964
  interface ImageBuildProps {
966
965
  /**
967
966
  * The path to the Docker build context directory.
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "aws-cdk-lib": "^2.178.0",
21
21
  "esbuild": "^0.25.0"
22
22
  },
23
- "version": "1.0.0-alpha.22",
23
+ "version": "1.0.0-alpha.3",
24
24
  "publishConfig": {
25
25
  "access": "restricted"
26
26
  },