@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.25",
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.25",
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
 
@@ -72,7 +72,6 @@ Bun.serve({
72
72
  });
73
73
 
74
74
  if (decision.logEntry) {
75
- // biome-ignore lint/suspicious/noConsole: structured log → Log Analytics
76
75
  console.log(JSON.stringify(decision.logEntry));
77
76
  }
78
77
 
@@ -85,7 +85,6 @@ Bun.serve({
85
85
  });
86
86
 
87
87
  if (decision.logEntry) {
88
- // biome-ignore lint/suspicious/noConsole: structured log → Cloud Logging → BigQuery sink
89
88
  console.log(JSON.stringify(decision.logEntry));
90
89
  }
91
90