Skip to content

Commit

Permalink
feat: Add exports for constructs
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Oct 18, 2024
1 parent b61bbc6 commit 9b555ec
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@guardian/cdk",
"description": "Generic Guardian flavoured AWS CDK components",
"version": "59.5.2",
"version": "59.5.3",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -71,5 +71,37 @@
"aws-cdk": "2.157.0",
"aws-cdk-lib": "2.157.0",
"constructs": "10.3.0"
},
"exports": {
".": "./lib/index.js",
"./lib/constants/access": "./lib/constants/access.js",
"./lib/constants/context-keys": "./lib/constants/context-keys.js",
"./lib/constants/fastly-aws-account-ids": "./lib/constants/fastly-aws-account-ids.js",
"./lib/constants/library-info": "./lib/constants/library-info.js",
"./lib/constants/metadata-keys": "./lib/constants/metadata-keys.js",
"./lib/constants/regex-pattern": "./lib/constants/regex-pattern.js",
"./lib/constants/ssm-parameter-paths": "./lib/constants/ssm-parameter-paths.js",
"./lib/constants/tracking-tag": "./lib/constants/tracking-tag.js",
"./lib/constructs/acm": "./lib/constructs/acm/index.js",
"./lib/constructs/autoscaling": "./lib/constructs/autoscaling/index.js",
"./lib/constructs/cloudwatch": "./lib/constructs/cloudwatch/index.js",
"./lib/constructs/core": "./lib/constructs/core/index.js",
"./lib/constructs/dns": "./lib/constructs/dns/index.js",
"./lib/constructs/dynamodb": "./lib/constructs/dynamodb/index.js",
"./lib/constructs/ec2": "./lib/constructs/ec2/index.js",
"./lib/constructs/ecs": "./lib/constructs/ecs/index.js",
"./lib/constructs/iam": "./lib/constructs/iam/index.js",
"./lib/constructs/kinesis": "./lib/constructs/kinesis/index.js",
"./lib/constructs/lambda": "./lib/constructs/lambda/index.js",
"./lib/constructs/loadbalancing": "./lib/constructs/loadbalancing/index.js",
"./lib/constructs/rds": "./lib/constructs/rds/index.js",
"./lib/constructs/s3": "./lib/constructs/s3/index.js",
"./lib/constructs/ses": "./lib/constructs/ses/index.js",
"./lib/constructs/vpc": "./lib/constructs/vpc/index.js",
"./lib/constructs/root": "./lib/constructs/root.js",
"./lib/experimental": "./lib/experimental/patterns/index.js",
"./lib/experimental/constructs/iam": "./lib/experimental/constructs/iam/index.js",
"./lib/experimental/constructs/policies": "./lib/experimental/constructs/policies/index.js",
"./lib/riff-raff-yaml-file": "./lib/riff-raff-yaml-file/index.js"
}
}

0 comments on commit 9b555ec

Please sign in to comment.