Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.3.7 for @iota/identity-wasm@dev #368

Merged
merged 1 commit into from
Aug 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 12 additions & 2 deletions bindings/wasm/docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1477,17 +1477,18 @@ Deserializes a `KeyPair` object from a JSON object.

* [Network](#Network)
* _instance_
* [.defaultNodeURL](#Network+defaultNodeURL) ⇒ <code>string</code>
* [.defaultNodeURL](#Network+defaultNodeURL) ⇒ <code>string</code> \| <code>undefined</code>
* [.explorerURL](#Network+explorerURL) ⇒ <code>string</code>
* [.messageURL(message_id)](#Network+messageURL) ⇒ <code>string</code>
* [.toString()](#Network+toString) ⇒ <code>string</code>
* _static_
* [.from_name(string)](#Network.from_name) ⇒ [<code>Network</code>](#Network)
* [.mainnet()](#Network.mainnet) ⇒ [<code>Network</code>](#Network)
* [.testnet()](#Network.testnet) ⇒ [<code>Network</code>](#Network)

<a name="Network+defaultNodeURL"></a>

### network.defaultNodeURL ⇒ <code>string</code>
### network.defaultNodeURL ⇒ <code>string</code> \| <code>undefined</code>
Returns the node URL of the Tangle network.

**Kind**: instance property of [<code>Network</code>](#Network)
Expand All @@ -1512,6 +1513,15 @@ Returns the web explorer URL of the given `message`.

### network.toString() ⇒ <code>string</code>
**Kind**: instance method of [<code>Network</code>](#Network)
<a name="Network.from_name"></a>

### Network.from\_name(string) ⇒ [<code>Network</code>](#Network)
**Kind**: static method of [<code>Network</code>](#Network)

| Param | Type |
| --- | --- |
| string | <code>string</code> |

<a name="Network.mainnet"></a>

### Network.mainnet() ⇒ [<code>Network</code>](#Network)
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/identity-wasm",
"version": "0.3.6",
"version": "0.3.7",
"description": "WASM bindings for IOTA Identity - A Self Sovereign Identity Framework implementing the DID and VC standards from W3C. To be used in Javascript/Typescript",
"repository": {
"type": "git",
Expand Down