@whook/gcp-functions 18.0.0 → 18.0.1

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 +2 -2
package/README.md CHANGED
@@ -179,7 +179,7 @@ npx whook testHTTPFunction --name getPing
179
179
  To get more insights when some errors happens:
180
180
 
181
181
  ```sh
182
- DEBUG=whook npm run whook-dev -- testHTTPFunction --name getPing
182
+ DEBUG=whook npm run dev -- testHTTPFunction --name getPing
183
183
  ```
184
184
 
185
185
  ## Deployment
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "name": "@whook/gcp-functions",
32
- "version": "18.0.0",
32
+ "version": "18.0.1",
33
33
  "description": "Build and deploy to GCP Cloud Functions with Whook.",
34
34
  "type": "module",
35
35
  "main": "dist/index.js",
@@ -146,5 +146,5 @@
146
146
  "overrides": {
147
147
  "eslint": "^9.16.0"
148
148
  },
149
- "gitHead": "cbf50a060a6bdd3e65a8de53be353c08c8be823a"
149
+ "gitHead": "916152857660c83cec39e12391e3cd7879256fa9"
150
150
  }