@toa.io/core 1.0.0-alpha.116 → 1.0.0-alpha.123

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/package.json +2 -2
  2. package/src/call.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/core",
3
- "version": "1.0.0-alpha.116",
3
+ "version": "1.0.0-alpha.123",
4
4
  "description": "Toa Core",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -26,5 +26,5 @@
26
26
  "error-value": "0.3.0",
27
27
  "openspan": "1.0.0-alpha.93"
28
28
  },
29
- "gitHead": "1ff4e4f580295056386cf7fccd5fe323b1f87731"
29
+ "gitHead": "8dfee957c1d79b256363c39565811373de2b0f8b"
30
30
  }
package/src/call.js CHANGED
@@ -18,6 +18,8 @@ class Call extends Connector {
18
18
  }
19
19
 
20
20
  async invoke (request = {}) {
21
+ request.input ??= null
22
+
21
23
  this.#contract.fit(request)
22
24
 
23
25
  // avoid validation on the recipient's side