bulltrackers-module 1.0.764 → 1.0.765

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.
@@ -316,7 +316,7 @@ module.exports = {
316
316
  location: 'europe-west1',
317
317
  queueName: 'computation-triggers',
318
318
  dispatcherUrl: process.env.DISPATCHER_URL ||
319
- 'https://europe-west1-stocks-12345.cloudfunctions.net/computeDispatcher',
319
+ 'https://europe-west1-stocks-12345.cloudfunctions.net/compute-dispatcher',
320
320
  // Service account for OIDC authentication when invoking Dispatcher
321
321
  // This SA needs roles/cloudfunctions.invoker on the Dispatcher function
322
322
  serviceAccountEmail: process.env.CLOUD_TASKS_SA_EMAIL ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.764",
3
+ "version": "1.0.765",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [