@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 +7 -8
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Holochain Client - JavaScript
|
|
2
2
|
|
|
3
|
-
[](http://holochain.org/)
|
|
4
|
+
[](https://forum.holochain.org)
|
|
5
|
+

|
|
5
6
|
|
|
6
7
|
[](https://twitter.com/holochain)
|
|
7
8
|
License: [](https://github.com/holochain/cryptographic-autonomy-license)
|
|
8
9
|
|
|
9
10
|
A Nodejs client for the Holochain Conductor API
|
|
10
11
|
|
|
11
|
-
|
|
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]
|
|
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
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