@whook/gcp-functions 10.0.1 → 10.0.2

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 +7 -7
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@whook/gcp-functions",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "Build and deploy to GCP Cloud Functions with Whook.",
5
+ "type": "module",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
7
8
  "metapak": {
@@ -48,10 +49,10 @@
48
49
  },
49
50
  "homepage": "https://github.com/nfroidure/whook",
50
51
  "dependencies": {
51
- "@whook/cli": "^10.0.1",
52
- "@whook/cors": "^10.0.1",
53
- "@whook/http-router": "^10.0.1",
54
- "@whook/whook": "^10.0.1",
52
+ "@whook/cli": "^10.0.2",
53
+ "@whook/cors": "^10.0.2",
54
+ "@whook/http-router": "^10.0.2",
55
+ "@whook/whook": "^10.0.2",
55
56
  "ajv": "^8.11.0",
56
57
  "ajv-formats": "^2.1.1",
57
58
  "camelcase": "^7.0.0",
@@ -168,6 +169,5 @@
168
169
  "prettier": "prettier --write 'src/**/*.ts'",
169
170
  "test": "npm run jest"
170
171
  },
171
- "type": "module",
172
- "gitHead": "4562e517c54f65e4469573019c8dea4744475099"
172
+ "gitHead": "9a91f940bb084998baa83917bf143ec198bdf143"
173
173
  }