@phila/cli 0.0.5 → 0.0.6
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/dist/templates/_shared/webapp-cdk-package.json.tmpl +4 -1
- package/dist/templates/lambda-api-nodejs/cdk/package.json +4 -1
- package/dist/templates/lambda-api-nodejs/cdk/tsconfig.json +2 -1
- package/dist/templates/lambda-api-nodejs/package.json.tmpl +1 -0
- package/dist/templates/lambda-dynamo-api/cdk/package.json +4 -1
- package/dist/templates/lambda-dynamo-api/cdk/tsconfig.json +4 -8
- package/dist/templates/lambda-dynamo-api/package.json.tmpl +1 -0
- package/dist/templates/lambda-postgres-api/cdk/package.json +4 -1
- package/dist/templates/lambda-postgres-api/cdk/tsconfig.json +2 -1
- package/dist/templates/lambda-postgres-api/package.json.tmpl +1 -0
- package/dist/templates/static-site/cdk/cdk.json +2 -1
- package/dist/templates/static-site/cdk/package.json +4 -1
- package/dist/templates/static-site/cdk/tsconfig.json +2 -1
- package/dist/templates/static-site/package.json.tmpl +1 -0
- package/dist/templates/webapp-ecs-dotnet/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-ecs-dotnet/package.json.tmpl +1 -0
- package/dist/templates/webapp-ecs-node/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-ecs-node/package.json.tmpl +1 -0
- package/dist/templates/webapp-ecs-postgres-dotnet/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-ecs-postgres-dotnet/package.json.tmpl +1 -0
- package/dist/templates/webapp-ecs-postgres-node/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-ecs-postgres-node/package.json.tmpl +1 -0
- package/dist/templates/webapp-lambda-dotnet/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-lambda-dotnet/package.json.tmpl +1 -0
- package/dist/templates/webapp-lambda-dynamo-dotnet/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-lambda-dynamo-dotnet/package.json.tmpl +1 -0
- package/dist/templates/webapp-lambda-dynamo-node/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-lambda-dynamo-node/package.json.tmpl +1 -0
- package/dist/templates/webapp-lambda-node/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-lambda-node/package.json.tmpl +1 -0
- package/dist/templates/webapp-lambda-postgres-dotnet/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-lambda-postgres-dotnet/package.json.tmpl +1 -0
- package/dist/templates/webapp-lambda-postgres-node/cdk/tsconfig.json +2 -1
- package/dist/templates/webapp-lambda-postgres-node/package.json.tmpl +1 -0
- package/package.json +3 -3
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@phila/constructs": "^{{constructsVersion}}",
|
|
12
12
|
"aws-cdk-lib": "^2.100.0",
|
|
13
13
|
"cdk-nag": "^2.28.0",
|
|
14
|
-
"constructs": "^10.
|
|
14
|
+
"constructs": "^10.4.4",
|
|
15
15
|
"source-map-support": "^0.5.21"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -19,5 +19,8 @@
|
|
|
19
19
|
"aws-cdk": "^2.100.0",
|
|
20
20
|
"ts-node": "^10.9.0",
|
|
21
21
|
"typescript": "^5.3.0"
|
|
22
|
+
},
|
|
23
|
+
"overrides": {
|
|
24
|
+
"constructs": "^10.4.4"
|
|
22
25
|
}
|
|
23
26
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@phila/constructs": "^{{constructsVersion}}",
|
|
12
12
|
"aws-cdk-lib": "^2.100.0",
|
|
13
13
|
"cdk-nag": "^2.28.0",
|
|
14
|
-
"constructs": "^10.
|
|
14
|
+
"constructs": "^10.4.4",
|
|
15
15
|
"source-map-support": "^0.5.21"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -19,5 +19,8 @@
|
|
|
19
19
|
"aws-cdk": "^2.100.0",
|
|
20
20
|
"ts-node": "^10.9.0",
|
|
21
21
|
"typescript": "^5.3.0"
|
|
22
|
+
},
|
|
23
|
+
"overrides": {
|
|
24
|
+
"constructs": "^10.4.4"
|
|
22
25
|
}
|
|
23
26
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@phila/constructs": "^{{constructsVersion}}",
|
|
12
12
|
"aws-cdk-lib": "^2.100.0",
|
|
13
13
|
"cdk-nag": "^2.28.0",
|
|
14
|
-
"constructs": "^10.
|
|
14
|
+
"constructs": "^10.4.4",
|
|
15
15
|
"source-map-support": "^0.5.21"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -19,5 +19,8 @@
|
|
|
19
19
|
"aws-cdk": "^2.100.0",
|
|
20
20
|
"ts-node": "^10.9.0",
|
|
21
21
|
"typescript": "^5.3.0"
|
|
22
|
+
},
|
|
23
|
+
"overrides": {
|
|
24
|
+
"constructs": "^10.4.4"
|
|
22
25
|
}
|
|
23
26
|
}
|
|
@@ -2,13 +2,9 @@
|
|
|
2
2
|
"extends": "../tsconfig.json",
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"outDir": "dist",
|
|
5
|
-
"rootDir": "."
|
|
5
|
+
"rootDir": ".",
|
|
6
|
+
"types": ["node"]
|
|
6
7
|
},
|
|
7
|
-
"include": [
|
|
8
|
-
|
|
9
|
-
],
|
|
10
|
-
"exclude": [
|
|
11
|
-
"node_modules",
|
|
12
|
-
"cdk.out"
|
|
13
|
-
]
|
|
8
|
+
"include": ["*.ts"],
|
|
9
|
+
"exclude": ["node_modules", "cdk.out"]
|
|
14
10
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@phila/constructs": "^{{constructsVersion}}",
|
|
12
12
|
"aws-cdk-lib": "^2.100.0",
|
|
13
13
|
"cdk-nag": "^2.28.0",
|
|
14
|
-
"constructs": "^10.
|
|
14
|
+
"constructs": "^10.4.4",
|
|
15
15
|
"source-map-support": "^0.5.21"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -19,5 +19,8 @@
|
|
|
19
19
|
"aws-cdk": "^2.100.0",
|
|
20
20
|
"ts-node": "^10.9.0",
|
|
21
21
|
"typescript": "^5.3.0"
|
|
22
|
+
},
|
|
23
|
+
"overrides": {
|
|
24
|
+
"constructs": "^10.4.4"
|
|
22
25
|
}
|
|
23
26
|
}
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"@aws-cdk/aws-ec2:ebsDefaultGp3Volume": true,
|
|
64
64
|
"@aws-cdk/aws-ecs:removeDefaultDeploymentAlarm": true,
|
|
65
65
|
"@aws-cdk/custom-resources:logApiResponseDataPropertyTrueDefault": false,
|
|
66
|
-
"@aws-cdk/aws-s3:keepNotificationInImportedBucket": false
|
|
66
|
+
"@aws-cdk/aws-s3:keepNotificationInImportedBucket": false,
|
|
67
|
+
"@aws-cdk/aws-cloudfront:defaultSecurityPolicyTLSv1.2_2021": true
|
|
67
68
|
}
|
|
68
69
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@phila/constructs": "^{{constructsVersion}}",
|
|
12
12
|
"aws-cdk-lib": "^2.100.0",
|
|
13
13
|
"cdk-nag": "^2.28.0",
|
|
14
|
-
"constructs": "^10.
|
|
14
|
+
"constructs": "^10.4.4",
|
|
15
15
|
"source-map-support": "^0.5.21"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -19,5 +19,8 @@
|
|
|
19
19
|
"aws-cdk": "^2.100.0",
|
|
20
20
|
"ts-node": "^10.9.0",
|
|
21
21
|
"typescript": "^5.3.0"
|
|
22
|
+
},
|
|
23
|
+
"overrides": {
|
|
24
|
+
"constructs": "^10.4.4"
|
|
22
25
|
}
|
|
23
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "CLI tool for City of Philadelphia AWS infrastructure",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"commander": "^11.0.0",
|
|
25
25
|
"fs-extra": "^11.1.0",
|
|
26
26
|
"inquirer": "^8.2.5",
|
|
27
|
-
"@phila/constructs": "0.0.
|
|
28
|
-
"@phila/db-postgres": "0.0.
|
|
27
|
+
"@phila/constructs": "0.0.4",
|
|
28
|
+
"@phila/db-postgres": "0.0.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/fs-extra": "^11.0.0",
|