@holochain/client
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,1 +6,2 @@ export * from './api/admin'; | ||
export * from './websocket/app'; | ||
export * from './types'; |
@@ -18,2 +18,3 @@ "use strict"; | ||
__exportStar(require("./websocket/app"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@holochain/client", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A Nodejs client for the Holochain conductor API", | ||
@@ -5,0 +5,0 @@ "author": "Holochain Foundation <info@holochain.org> (http://holochain.org)", |
@@ -1,5 +0,6 @@ | ||
# holochain-client-js | ||
# Holochain Client - JavaScript | ||
[![Project](https://img.shields.io/badge/project-holochain-blue.svg?style=flat-square)](http://holochain.org/) | ||
[![Forum](https://img.shields.io/badge/chat-forum%2eholochain%2enet-blue.svg?style=flat-square)](https://forum.holochain.org) | ||
[![Project](https://img.shields.io/badge/Project-Holochain-blue.svg?style=flat-square)](http://holochain.org/) | ||
[![Forum](https://img.shields.io/badge/Forum-forum%2eholochain%2enet-blue.svg?style=flat-square)](https://forum.holochain.org) | ||
![CI](https://github.com/holochain/holochain-client-js/actions/workflows/test.yml/badge.svg?branch=main) | ||
@@ -11,6 +12,4 @@ [![Twitter Follow](https://img.shields.io/twitter/follow/holochain.svg?style=social&label=Follow)](https://twitter.com/holochain) | ||
# Conductor API documentation | ||
> Holochain's Conductor API is under active development. This client package tracks that development fairly closely but sometimes gets behind. | ||
Holochain's Conductor API is under active development. This client package tracks that development fairly closely but sometimes gets behind. | ||
## Installation | ||
@@ -63,3 +62,3 @@ | ||
This version of `@holochain/client` is currently working with | ||
- `holochain/holochain` at tag [holochain-0.0.121][https://github.com/holochain/holochain/tree/holochain-0.0.121) | ||
- `holochain/holochain` at tag [holochain-0.0.121](https://github.com/holochain/holochain/tree/holochain-0.0.121) | ||
- hdk version [0.0.117 from crates.io](https://crates.io/crates/hdk/0.0.117) | ||
@@ -94,2 +93,2 @@ | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | ||
PURPOSE. | ||
PURPOSE. |
Sorry, the diff of this file is not supported yet
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
64603
1213