@holochain/client 0.11.16 → 0.12.1

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  [![Project](https://img.shields.io/badge/Project-Holochain-blue.svg?style=flat-square)](http://holochain.org/)
2
- [![Forum](https://img.shields.io/badge/Forum-forum%2eholochain%2enet-blue.svg?style=flat-square)](https://forum.holochain.org)
2
+ [![Discord](https://img.shields.io/badge/Discord-DEV.HC-blue.svg?style=flat-square)](https://discord.gg/k55DS5dmPH)
3
3
  [![License: CAL 1.0](https://img.shields.io/badge/License-CAL%201.0-blue.svg)](https://github.com/holochain/cryptographic-autonomy-license)
4
4
  ![Test](https://github.com/holochain/holochain-client-js/actions/workflows/test.yml/badge.svg?branch=main)
5
5
  [![Twitter Follow](https://img.shields.io/twitter/follow/holochain.svg?style=social&label=Follow)](https://twitter.com/holochain)
package/lib/types.d.ts CHANGED
@@ -112,12 +112,12 @@ export interface HoloHashed<T> {
112
112
  * @public
113
113
  */
114
114
  export interface NetworkInfo {
115
- fetch_queue_info: FetchQueueInfo;
115
+ fetch_pool_info: FetchPoolInfo;
116
116
  }
117
117
  /**
118
118
  * @public
119
119
  */
120
- export interface FetchQueueInfo {
120
+ export interface FetchPoolInfo {
121
121
  op_bytes_to_fetch: number;
122
122
  num_ops_to_fetch: number;
123
123
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/client",
3
- "version": "0.11.16",
3
+ "version": "0.12.1",
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",