@holochain/client 0.19.2 → 0.19.3

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.
@@ -942,7 +942,7 @@ export interface DumpNetworkMetricsRequest {
942
942
  /**
943
943
  * The DNA hash of the app network to dump.
944
944
  */
945
- dna?: DnaHash;
945
+ dna_hash?: DnaHash;
946
946
  /**
947
947
  * Include DHT summary in the response.
948
948
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/client",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
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",