@whook/gcp-functions 19.0.4 → 19.1.0

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 +4 -4
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "name": "@whook/gcp-functions",
32
- "version": "19.0.4",
32
+ "version": "19.1.0",
33
33
  "description": "Build and deploy to GCP Cloud Functions with Whook.",
34
34
  "type": "module",
35
35
  "main": "dist/index.js",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "homepage": "https://github.com/nfroidure/whook",
51
51
  "dependencies": {
52
- "@whook/cors": "^19.0.4",
53
- "@whook/whook": "^19.0.4",
52
+ "@whook/cors": "^19.1.0",
53
+ "@whook/whook": "^19.1.0",
54
54
  "ajv": "^8.17.1",
55
55
  "ajv-formats": "^3.0.1",
56
56
  "application-services": "^7.0.2",
@@ -147,5 +147,5 @@
147
147
  "overrides": {
148
148
  "eslint": "^9.16.0"
149
149
  },
150
- "gitHead": "2a5e090a008d21b306e52ee8d6b372f3a4f4c7f6"
150
+ "gitHead": "44db895f7c27399cb6c8daa196f539f416c607d5"
151
151
  }