@powerlines/plugin-cloudflare 0.6.84 → 0.6.87

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-cloudflare",
3
- "version": "0.6.84",
3
+ "version": "0.6.87",
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,11 +209,11 @@
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.185",
213
- "@powerlines/plugin-pulumi": "^0.6.100",
214
- "@powerlines/plugin-unenv": "^0.1.448",
215
- "@pulumi/cloudflare": "^6.14.0",
216
- "@pulumi/pulumi": "^3.233.0",
212
+ "@powerlines/plugin-env": "^0.16.188",
213
+ "@powerlines/plugin-pulumi": "^0.6.103",
214
+ "@powerlines/plugin-unenv": "^0.1.451",
215
+ "@pulumi/cloudflare": "^6.15.0",
216
+ "@pulumi/pulumi": "^3.234.0",
217
217
  "@storm-software/config-tools": "^1.190.1",
218
218
  "@stryke/hash": "^0.13.23",
219
219
  "@stryke/helpers": "^0.10.12",
@@ -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.46.6"
225
+ "powerlines": "^0.47.1"
226
226
  },
227
227
  "devDependencies": {
228
228
  "@cloudflare/unenv-preset": "^2.16.1",
229
- "@cloudflare/workers-types": "^4.20260501.1",
230
- "@powerlines/plugin-alloy": "^0.26.78",
231
- "@powerlines/plugin-plugin": "^0.12.410",
229
+ "@cloudflare/workers-types": "^4.20260505.1",
230
+ "@powerlines/plugin-alloy": "^0.26.81",
231
+ "@powerlines/plugin-plugin": "^0.12.413",
232
232
  "@types/node": "^25.6.0",
233
233
  "wrangler": "^4.87.0",
234
- "zod": "^4.4.1"
234
+ "zod": "^4.4.3"
235
235
  },
236
236
  "publishConfig": { "access": "public" },
237
- "gitHead": "610c4c943933458c5f433b9002d8c187625b2d3f"
237
+ "gitHead": "3d2c2a8ebb3941045a9aaeb5218c96368847c371"
238
238
  }