@caelo-cms/provisioning 0.2.25 → 0.2.29
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caelo-cms/provisioning",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.29",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"description": "Pulumi-driven provisioning for Caelo CMS — `bunx @caelo-cms/provisioning --provider <self-hosted|gcp|aws|azure>` brings up a TLS-served install with Postgres + storage + secrets manager + the admin + the API gateway.",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"prepublishOnly": "tsc -b --force"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@caelo-cms/shared": "^0.2.
|
|
41
|
+
"@caelo-cms/shared": "^0.2.29",
|
|
42
42
|
"@clack/prompts": "1.3.0",
|
|
43
43
|
"@pulumi/aws": "^7",
|
|
44
44
|
"@pulumi/awsx": "^3",
|
|
@@ -79,7 +79,6 @@ export const handler = async (event: CloudFrontEvent): Promise<CloudFrontRequest
|
|
|
79
79
|
// Kinesis Firehose ships to S3, Athena queries it, P12A analytics
|
|
80
80
|
// plugin's AWS adapter normalises into ab_assignment_aggregates.
|
|
81
81
|
if (decision.logEntry) {
|
|
82
|
-
// biome-ignore lint/suspicious/noConsole: structured log → CloudWatch
|
|
83
82
|
console.log(JSON.stringify(decision.logEntry));
|
|
84
83
|
}
|
|
85
84
|
|