@holochain/client 0.17.0-dev.4 → 0.17.0-dev.5

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.
@@ -114,7 +114,7 @@ export class AppAgentWebsocket {
114
114
  const zomeCallPayload = {
115
115
  ...omit(request, "role_name"),
116
116
  provenance: this.myPubKey,
117
- cell_id,
117
+ cell_id: [cell_id[0], cell_id[1]],
118
118
  };
119
119
  return this.appWebsocket.callZome(zomeCallPayload, timeout);
120
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/client",
3
- "version": "0.17.0-dev.4",
3
+ "version": "0.17.0-dev.5",
4
4
  "description": "A JavaScript client for the Holochain Conductor API",
5
5
  "author": "Holochain Foundation <info@holochain.org> (http://holochain.org)",
6
6
  "license": "CAL-1.0",