@holochain/client 0.19.0-dev.7 → 0.19.0-dev.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.
@@ -445,8 +445,8 @@ export type AppBundleSource = {
445
445
  type: "path";
446
446
  value: string;
447
447
  } | {
448
- type: "bundle";
449
- value: AppBundle;
448
+ type: "bytes";
449
+ value: Uint8Array;
450
450
  };
451
451
  /**
452
452
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/client",
3
- "version": "0.19.0-dev.7",
3
+ "version": "0.19.0-dev.8",
4
4
  "description": "A JavaScript client for the Holochain Conductor API",
5
5
  "author": "Holochain Foundation <info@holochain.org> (https://holochain.org)",
6
6
  "license": "CAL-1.0",