@powerlines/plugin-cloudflare 0.6.88 → 0.6.90

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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-cloudflare",
3
- "version": "0.6.88",
3
+ "version": "0.6.90",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin that provides integration with Cloudflare services.",
6
6
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
@@ -209,9 +209,9 @@
209
209
  "dependencies": {
210
210
  "@alloy-js/core": "0.23.0-dev.8",
211
211
  "@alloy-js/typescript": "0.23.0-dev.4",
212
- "@powerlines/plugin-env": "^0.16.189",
213
- "@powerlines/plugin-pulumi": "^0.6.104",
214
- "@powerlines/plugin-unenv": "^0.1.452",
212
+ "@powerlines/plugin-env": "^0.16.191",
213
+ "@powerlines/plugin-pulumi": "^0.6.105",
214
+ "@powerlines/plugin-unenv": "^0.1.453",
215
215
  "@pulumi/cloudflare": "^6.15.0",
216
216
  "@pulumi/pulumi": "^3.234.0",
217
217
  "@storm-software/config-tools": "^1.190.1",
@@ -222,17 +222,17 @@
222
222
  "@stryke/type-checks": "^0.6.5",
223
223
  "@stryke/types": "^0.12.0",
224
224
  "defu": "^6.1.7",
225
- "powerlines": "^0.47.2"
225
+ "powerlines": "^0.47.3"
226
226
  },
227
227
  "devDependencies": {
228
228
  "@cloudflare/unenv-preset": "^2.16.1",
229
229
  "@cloudflare/workers-types": "^4.20260505.1",
230
- "@powerlines/plugin-alloy": "^0.26.82",
231
- "@powerlines/plugin-plugin": "^0.12.414",
230
+ "@powerlines/plugin-alloy": "^0.26.83",
231
+ "@powerlines/plugin-plugin": "^0.12.415",
232
232
  "@types/node": "^25.6.0",
233
233
  "wrangler": "^4.87.0",
234
234
  "zod": "^4.4.3"
235
235
  },
236
236
  "publishConfig": { "access": "public" },
237
- "gitHead": "76fde74fd0b494596135ace273dd0d0072b7b8be"
237
+ "gitHead": "9c4b3c8956edda9e5f0f3354226077b0c25b09a2"
238
238
  }