@whook/gcp-functions 16.0.0 → 16.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -147,7 +147,7 @@ const CONFIG: AppConfig = {
147
147
  // ...
148
148
  + COMPILER_OPTIONS: {
149
149
  + externalModules: [],
150
- + target: '16',
150
+ + target: '20',
151
151
  + },
152
152
  };
153
153
 
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "name": "@whook/gcp-functions",
32
- "version": "16.0.0",
32
+ "version": "16.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,9 +49,9 @@
49
49
  },
50
50
  "homepage": "https://github.com/nfroidure/whook",
51
51
  "dependencies": {
52
- "@whook/cors": "^16.0.0",
52
+ "@whook/cors": "^16.1.0",
53
53
  "@whook/http-router": "^16.0.0",
54
- "@whook/whook": "^16.0.0",
54
+ "@whook/whook": "^16.1.0",
55
55
  "ajv": "^8.12.0",
56
56
  "ajv-formats": "^2.1.1",
57
57
  "application-services": "^6.0.0",
@@ -171,5 +171,6 @@
171
171
  "rebuild": "swc ./src -s -d dist -C jsc.target=es2022",
172
172
  "test": "npm run jest",
173
173
  "type-check": "tsc --pretty --noEmit"
174
- }
174
+ },
175
+ "gitHead": "b4cb0c9a6afb3ffd173dfdfc655bda78aa4a04f4"
175
176
  }