@crossdelta/infrastructure 0.11.5 → 0.11.7

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/index.cjs CHANGED
@@ -1238,9 +1238,9 @@ var generateCaddyfile = (config) => {
1238
1238
  healthCheckBlock,
1239
1239
  ...config.catchAllUpstream && config.onDemandTls ? [generateCatchAllBlock(config.catchAllUpstream, config.encode)] : []
1240
1240
  ];
1241
- return blocks.join(`
1241
+ return `${blocks.join(`
1242
1242
 
1243
- `) + `
1243
+ `)}
1244
1244
  `;
1245
1245
  };
1246
1246
  var deployCaddy = (provider, namespace, config) => {
package/dist/index.js CHANGED
@@ -1142,9 +1142,9 @@ var generateCaddyfile = (config) => {
1142
1142
  healthCheckBlock,
1143
1143
  ...config.catchAllUpstream && config.onDemandTls ? [generateCatchAllBlock(config.catchAllUpstream, config.encode)] : []
1144
1144
  ];
1145
- return blocks.join(`
1145
+ return `${blocks.join(`
1146
1146
 
1147
- `) + `
1147
+ `)}
1148
1148
  `;
1149
1149
  };
1150
1150
  var deployCaddy = (provider, namespace, config) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/infrastructure",
3
- "version": "0.11.5",
3
+ "version": "0.11.7",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@crossdelta/cloudevents": "^0.7.20"
38
+ "@crossdelta/cloudevents": "^0.8.1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@pulumi/digitalocean": "^4.0.0",