Skip to content

Commit

Permalink
Version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnordberg committed Dec 1, 2018
1 parent e588806 commit b280bb2
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/dsteem.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2578,13 +2578,13 @@ declare module 'dsteem/index-browser' {
* You acknowledge that this software is not designed, licensed or intended for use
* in the design, construction, operation or maintenance of any military facility.
*/
import 'regenerator-runtime/runtime';
import 'core-js/es6/map';
import 'core-js/es6/number';
import 'core-js/es6/promise';
import 'core-js/es6/symbol';
import 'core-js/fn/array/from';
import 'core-js/modules/es7.symbol.async-iterator';
import 'regenerator-runtime/runtime';
import 'whatwg-fetch';
export * from 'dsteem';

Expand Down
2 changes: 1 addition & 1 deletion dist/dsteem.js

Large diffs are not rendered by default.

Binary file modified dist/dsteem.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/dsteem.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/interfaces/rpccall.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
<a name="id" class="tsd-anchor"></a>
<h3>id</h3>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="rpcrequest.html">RPCRequest</a>.<a href="rpcrequest.html#id">id</a></p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/rpcrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
<a name="id" class="tsd-anchor"></a>
<h3>id</h3>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/jnordberg/dsteem/blob/master/src/client.ts#L65">client.ts:65</a></li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsteem",
"version": "0.11.1",
"version": "0.11.2",
"description": "Steem blockchain RPC client library",
"author": "Johan Nordberg",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit b280bb2

Please sign in to comment.