Skip to content

Commit

Permalink
chore(release): v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Apr 17, 2024
1 parent 9023c2e commit af193b3
Show file tree
Hide file tree
Showing 117 changed files with 8,143 additions and 649 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
### Fixed

## 2024-04-17: v0.15.4
### Fixed
- Replace all IPv4 addresses `127.0.0.1` by `localhost`.

## 2024-02-28: v0.15.3
### Changed
- Update JS client to v0.16.0
Expand Down
27 changes: 24 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,28 @@

## Packages

| Package | Description |
| --- | --- |
| [@holochain/tryorama](./tryorama.md) | <p>Tryorama</p><p>Tools for managing Holochain [Conductors](./tryorama.conductor.md) and [TryCP Conductors](./tryorama.trycpconductor.md)<!-- -->.</p> |
<table><thead><tr><th>

Package


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[@holochain/tryorama](./tryorama.md)


</td><td>

Tryorama

Tools for managing Holochain [Conductors](./tryorama.conductor.md) and [TryCP Conductors](./tryorama.trycpconductor.md)<!-- -->.


</td></tr>
</tbody></table>
35 changes: 32 additions & 3 deletions docs/tryorama.addallagentstoallconductors.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,39 @@ addAllAgentsToAllConductors: (conductors: IConductor[]) => Promise<void>

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| conductors | [IConductor](./tryorama.iconductor.md)<!-- -->\[\] | Conductors to mutually exchange all agents with. |
<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

conductors


</td><td>

[IConductor](./tryorama.iconductor.md)<!-- -->\[\]


</td><td>

Conductors to mutually exchange all agents with.


</td></tr>
</tbody></table>
**Returns:**

Promise&lt;void&gt;
Expand Down
59 changes: 55 additions & 4 deletions docs/tryorama.adminapiresponseagentinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,59 @@ export interface AdminApiResponseAgentInfo

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [data](./tryorama.adminapiresponseagentinfo.data.md) | | AgentInfoResponse | |
| [type](./tryorama.adminapiresponseagentinfo.type.md) | | "agent\_info" | |
<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[data](./tryorama.adminapiresponseagentinfo.data.md)


</td><td>


</td><td>

AgentInfoResponse


</td><td>


</td></tr>
<tr><td>

[type](./tryorama.adminapiresponseagentinfo.type.md)


</td><td>


</td><td>

"agent\_info"


</td><td>


</td></tr>
</tbody></table>
41 changes: 38 additions & 3 deletions docs/tryorama.adminapiresponseagentinfoadded.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,42 @@ export interface AdminApiResponseAgentInfoAdded

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [type](./tryorama.adminapiresponseagentinfoadded.type.md) | | "agent\_info\_added" | |
<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[type](./tryorama.adminapiresponseagentinfoadded.type.md)


</td><td>


</td><td>

"agent\_info\_added"


</td><td>


</td></tr>
</tbody></table>
59 changes: 55 additions & 4 deletions docs/tryorama.adminapiresponseagentpubkeygenerated.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,59 @@ export interface AdminApiResponseAgentPubKeyGenerated

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [data](./tryorama.adminapiresponseagentpubkeygenerated.data.md) | | HoloHash | |
| [type](./tryorama.adminapiresponseagentpubkeygenerated.type.md) | | "agent\_pub\_key\_generated" | |
<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[data](./tryorama.adminapiresponseagentpubkeygenerated.data.md)


</td><td>


</td><td>

HoloHash


</td><td>


</td></tr>
<tr><td>

[type](./tryorama.adminapiresponseagentpubkeygenerated.type.md)


</td><td>


</td><td>

"agent\_pub\_key\_generated"


</td><td>


</td></tr>
</tbody></table>
59 changes: 55 additions & 4 deletions docs/tryorama.adminapiresponseappdisabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,59 @@ export interface AdminApiResponseAppDisabled

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [data](./tryorama.adminapiresponseappdisabled.data.md) | | DisableAppResponse | |
| [type](./tryorama.adminapiresponseappdisabled.type.md) | | "app\_disabled" | |
<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[data](./tryorama.adminapiresponseappdisabled.data.md)


</td><td>


</td><td>

DisableAppResponse


</td><td>


</td></tr>
<tr><td>

[type](./tryorama.adminapiresponseappdisabled.type.md)


</td><td>


</td><td>

"app\_disabled"


</td><td>


</td></tr>
</tbody></table>
59 changes: 55 additions & 4 deletions docs/tryorama.adminapiresponseappenabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,59 @@ export interface AdminApiResponseAppEnabled

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [data](./tryorama.adminapiresponseappenabled.data.md) | | EnableAppResponse | |
| [type](./tryorama.adminapiresponseappenabled.type.md) | | "app\_enabled" | |
<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[data](./tryorama.adminapiresponseappenabled.data.md)


</td><td>


</td><td>

EnableAppResponse


</td><td>


</td></tr>
<tr><td>

[type](./tryorama.adminapiresponseappenabled.type.md)


</td><td>


</td><td>

"app\_enabled"


</td><td>


</td></tr>
</tbody></table>
Loading

0 comments on commit af193b3

Please sign in to comment.