@holochain/client
Advanced tools
Comparing version 0.18.0-dev.10 to 0.18.0-dev.11
@@ -401,4 +401,7 @@ import { Action, DhtOp, Entry, ZomeCallCapGrant } from "../../hdk/index.js"; | ||
* The agent to use when creating Cells for this App. | ||
* If not specified, a new agent will be generated by Holochain. | ||
* If DPKI is enabled (default), and the agent key is not specified here, | ||
* a new agent key will be derived from the DPKI device seed and registered with DPKI. | ||
*/ | ||
agent_key: AgentPubKey; | ||
agent_key?: AgentPubKey; | ||
/** | ||
@@ -527,3 +530,3 @@ * The unique identifier for an installed app in this conductor. | ||
*/ | ||
clone_cell_id: RoleName | CellId; | ||
clone_cell_id: RoleName | DnaHash; | ||
} | ||
@@ -530,0 +533,0 @@ /** |
@@ -155,3 +155,3 @@ import { UnsubscribeFunction } from "emittery"; | ||
*/ | ||
clone_cell_id: RoleName | CellId; | ||
clone_cell_id: RoleName | DnaHash; | ||
} | ||
@@ -158,0 +158,0 @@ /** |
export * from "./base64.js"; | ||
export * from "./fake-hash.js"; | ||
export * from "./hash-parts.js"; | ||
export * from "./cell.js"; |
export * from "./base64.js"; | ||
export * from "./fake-hash.js"; | ||
export * from "./hash-parts.js"; | ||
export * from "./cell.js"; |
{ | ||
"name": "@holochain/client", | ||
"version": "0.18.0-dev.10", | ||
"version": "0.18.0-dev.11", | ||
"description": "A JavaScript client for the Holochain Conductor API", | ||
@@ -5,0 +5,0 @@ "author": "Holochain Foundation <info@holochain.org> (https://holochain.org)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134349
56
3723