bulltrackers-module 1.0.477 → 1.0.478

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.
@@ -27,7 +27,7 @@ main:
27
27
  - call_dispatcher:
28
28
  call: http.post
29
29
  args:
30
- url: '${"https://europe-west1-" + project + ".cloudfunctions.net/computation-pass-" + pass_id}'
30
+ url: '${"https://europe-west1-" + project + ".cloudfunctions.net/computation-dispatcher"}'
31
31
  body:
32
32
  pass: '${pass_id}'
33
33
  cursorIndex: '${n_cursor}'
@@ -84,7 +84,7 @@ main:
84
84
  - verify_pass_completion:
85
85
  call: http.post
86
86
  args:
87
- url: '${"https://europe-west1-" + project + ".cloudfunctions.net/computation-pass-" + pass_id}'
87
+ url: '${"https://europe-west1-" + project + ".cloudfunctions.net/computation-dispatcher"}'
88
88
  body:
89
89
  action: 'VERIFY'
90
90
  pass: '${pass_id}'
@@ -104,7 +104,7 @@ main:
104
104
  - dispatch_force_sweep:
105
105
  call: http.post
106
106
  args:
107
- url: '${"https://europe-west1-" + project + ".cloudfunctions.net/computation-pass-" + pass_id}'
107
+ url: '${"https://europe-west1-" + project + ".cloudfunctions.net/computation-dispatcher"}'
108
108
  body:
109
109
  action: 'SWEEP'
110
110
  pass: '${pass_id}'
@@ -126,7 +126,7 @@ main:
126
126
  - generate_final_report:
127
127
  call: http.post
128
128
  args:
129
- url: '${"https://europe-west1-" + project + ".cloudfunctions.net/computation-pass-" + pass_id}'
129
+ url: '${"https://europe-west1-" + project + ".cloudfunctions.net/computation-dispatcher"}'
130
130
  body:
131
131
  action: 'REPORT'
132
132
  pass: '${pass_id}'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.477",
3
+ "version": "1.0.478",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [