@holochain/client 0.12.6 → 0.12.8

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.
@@ -109,7 +109,7 @@ export class AppAgentWebsocket {
109
109
  const zomeCallPayload = {
110
110
  ...omit(request, "role_name"),
111
111
  provenance: this.myPubKey,
112
- cell_id,
112
+ cell_id: [cell_id[0], cell_id[1]],
113
113
  };
114
114
  return this.appWebsocket.callZome(zomeCallPayload, timeout);
115
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/client",
3
- "version": "0.12.6",
3
+ "version": "0.12.8",
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",