@holochain/client 0.3.0 → 0.3.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,16 +1,15 @@
1
- # holochain-client-js
1
+ # Holochain Client - JavaScript
2
2
 
3
- [![Project](https://img.shields.io/badge/project-holochain-blue.svg?style=flat-square)](http://holochain.org/)
4
- [![Forum](https://img.shields.io/badge/chat-forum%2eholochain%2enet-blue.svg?style=flat-square)](https://forum.holochain.org)
3
+ [![Project](https://img.shields.io/badge/Project-Holochain-blue.svg?style=flat-square)](http://holochain.org/)
4
+ [![Forum](https://img.shields.io/badge/Forum-forum%2eholochain%2enet-blue.svg?style=flat-square)](https://forum.holochain.org)
5
+ ![CI](https://github.com/holochain/holochain-client-js/actions/workflows/test.yml/badge.svg?branch=main)
5
6
 
6
7
  [![Twitter Follow](https://img.shields.io/twitter/follow/holochain.svg?style=social&label=Follow)](https://twitter.com/holochain)
7
8
  License: [![License: CAL 1.0](https://img.shields.io/badge/License-CAL%201.0-blue.svg)](https://github.com/holochain/cryptographic-autonomy-license)
8
9
 
9
10
  A Nodejs client for the Holochain Conductor API
10
11
 
11
- # Conductor API documentation
12
-
13
- Holochain's Conductor API is under active development. This client package tracks that development fairly closely but sometimes gets behind.
12
+ > Holochain's Conductor API is under active development. This client package tracks that development fairly closely but sometimes gets behind.
14
13
 
15
14
  ## Installation
16
15
 
@@ -59,7 +58,7 @@ See [docs/API.md](docs/API.md)
59
58
  # Holochain Compatibility
60
59
 
61
60
  This version of `@holochain/client` is currently working with
62
- - `holochain/holochain` at tag [holochain-0.0.121][https://github.com/holochain/holochain/tree/holochain-0.0.121)
61
+ - `holochain/holochain` at tag [holochain-0.0.121](https://github.com/holochain/holochain/tree/holochain-0.0.121)
63
62
  - hdk version [0.0.117 from crates.io](https://crates.io/crates/hdk/0.0.117)
64
63
 
65
64
  If updating this code, please make changes to the git `rev/sha` above. (You can get this from `hn-introspect` after updating the holonix-hash)
@@ -89,4 +88,4 @@ Copyright (C) 2020-2021, Holochain Foundation
89
88
  This program is free software: you can redistribute it and/or modify it under the terms of the license
90
89
  provided in the LICENSE file (CAL-1.0). This program is distributed in the hope that it will be useful,
91
90
  but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
92
- PURPOSE.
91
+ PURPOSE.
package/lib/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from './api/app';
3
3
  export * from './api/types';
4
4
  export * from './websocket/admin';
5
5
  export * from './websocket/app';
6
+ export * from './types';
package/lib/index.js CHANGED
@@ -15,4 +15,5 @@ __exportStar(require("./api/app"), exports);
15
15
  __exportStar(require("./api/types"), exports);
16
16
  __exportStar(require("./websocket/admin"), exports);
17
17
  __exportStar(require("./websocket/app"), exports);
18
+ __exportStar(require("./types"), exports);
18
19
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA2B;AAC3B,4CAAyB;AACzB,8CAA2B;AAC3B,oDAAiC;AACjC,kDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA2B;AAC3B,4CAAyB;AACzB,8CAA2B;AAC3B,oDAAiC;AACjC,kDAA+B;AAC/B,0CAAwB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/client",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A Nodejs client for the Holochain conductor API",
5
5
  "author": "Holochain Foundation <info@holochain.org> (http://holochain.org)",
6
6
  "license": "CAL 1.0",