Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-05-26)

### Bug Fixes

* correcting release on npm ([279d9ba](279d9ba))
  • Loading branch information
semantic-release-bot committed May 26, 2020
1 parent 279d9ba commit 4165ff2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 42 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/willgm/web-crypto-tools/compare/v1.0.0...v1.0.1) (2020-05-26)


### Bug Fixes

* correcting release on npm ([279d9ba](https://github.com/willgm/web-crypto-tools/commit/279d9bab1fef38c4a4f801010895b2fee1102525))

# 1.0.0 (2020-05-26)


Expand Down
42 changes: 21 additions & 21 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@ <h3>Crypto<wbr>Algorithm</h3>
<div class="tsd-signature tsd-kind-icon">Crypto<wbr>Algorithm<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RsaOaepParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">AesCtrParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">AesCbcParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">AesCmacParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">AesGcmParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">AesCfbParams</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L42">web-crypto-tools.ts:42</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L42">web-crypto-tools.ts:42</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2899,7 +2899,7 @@ <h3>Crypto<wbr>Key<wbr>Usage</h3>
<div class="tsd-signature tsd-kind-icon">Crypto<wbr>Key<wbr>Usage<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"encrypt"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"decrypt"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"deriveKey"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"deriveBits"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"wrapKey"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"sign"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"verify"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"unwrapKey"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L70">web-crypto-tools.ts:70</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L70">web-crypto-tools.ts:70</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2914,7 +2914,7 @@ <h3>Derive<wbr>Algorithm</h3>
<div class="tsd-signature tsd-kind-icon">Derive<wbr>Algorithm<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">EcdhKeyDeriveParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">DhKeyDeriveParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ConcatParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HkdfCtrParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Pbkdf2Params</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L20">web-crypto-tools.ts:20</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L20">web-crypto-tools.ts:20</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2929,7 +2929,7 @@ <h3>Derived<wbr>Algorithm<wbr>For</h3>
<div class="tsd-signature tsd-kind-icon">Derived<wbr>Algorithm<wbr>For<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">AesDerivedKeyParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HmacImportParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ConcatParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HkdfCtrParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Pbkdf2Params</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L31">web-crypto-tools.ts:31</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L31">web-crypto-tools.ts:31</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2944,7 +2944,7 @@ <h3>Import<wbr>Algorithm</h3>
<div class="tsd-signature tsd-kind-icon">Import<wbr>Algorithm<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RsaHashedImportParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">EcKeyImportParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HmacImportParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">DhImportKeyParams</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">AesKeyAlgorithm</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L4">web-crypto-tools.ts:4</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L4">web-crypto-tools.ts:4</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2959,7 +2959,7 @@ <h3>Original<wbr>Key<wbr>Format</h3>
<div class="tsd-signature tsd-kind-icon">Original<wbr>Key<wbr>Format<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"raw"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pkcs8"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"spki"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L15">web-crypto-tools.ts:15</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L15">web-crypto-tools.ts:15</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2974,7 +2974,7 @@ <h3>Typed<wbr>Array</h3>
<div class="tsd-signature tsd-kind-icon">Typed<wbr>Array<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Int8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Int32Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint16Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint32Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Uint8ClampedArray</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Float32Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Float64Array</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">DataView</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ArrayBuffer</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L54">web-crypto-tools.ts:54</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L54">web-crypto-tools.ts:54</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2992,7 +2992,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> PBKDF2_<wbr>ITERATIONS_<wbr
<div class="tsd-signature tsd-kind-icon">PBKDF2_<wbr>ITERATIONS_<wbr>DEFAULT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 50000</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L83">web-crypto-tools.ts:83</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L83">web-crypto-tools.ts:83</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3014,7 +3014,7 @@ <h3>decode</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L300">web-crypto-tools.ts:300</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L300">web-crypto-tools.ts:300</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3047,7 +3047,7 @@ <h3>decrypt<wbr>Value</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L237">web-crypto-tools.ts:237</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L237">web-crypto-tools.ts:237</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3093,7 +3093,7 @@ <h3>derive<wbr>Crypt<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L125">web-crypto-tools.ts:125</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L125">web-crypto-tools.ts:125</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3135,7 +3135,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L142">web-crypto-tools.ts:142</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L142">web-crypto-tools.ts:142</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3177,7 +3177,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L159">web-crypto-tools.ts:159</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L159">web-crypto-tools.ts:159</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3228,7 +3228,7 @@ <h3>encode</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L289">web-crypto-tools.ts:289</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L289">web-crypto-tools.ts:289</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3261,7 +3261,7 @@ <h3>encrypt<wbr>Value</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L219">web-crypto-tools.ts:219</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L219">web-crypto-tools.ts:219</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3305,7 +3305,7 @@ <h3>generate<wbr>Base<wbr>Crypto<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L98">web-crypto-tools.ts:98</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L98">web-crypto-tools.ts:98</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3359,7 +3359,7 @@ <h3>generate<wbr>Hash</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L311">web-crypto-tools.ts:311</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L311">web-crypto-tools.ts:311</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3397,7 +3397,7 @@ <h3>generate<wbr>Nonce</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L254">web-crypto-tools.ts:254</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L254">web-crypto-tools.ts:254</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3429,7 +3429,7 @@ <h3>generate<wbr>Random<wbr>Values</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L278">web-crypto-tools.ts:278</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L278">web-crypto-tools.ts:278</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3461,7 +3461,7 @@ <h3>generate<wbr>Salt</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L266">web-crypto-tools.ts:266</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L266">web-crypto-tools.ts:266</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3493,7 +3493,7 @@ <h3>is<wbr>Typed<wbr>Array</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/bda9933/src/web-crypto-tools.ts#L207">web-crypto-tools.ts:207</a></li>
<li>Defined in <a href="https://github.com/willgm/web-crypto-tools/blob/279d9ba/src/web-crypto-tools.ts#L207">web-crypto-tools.ts:207</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading

0 comments on commit 4165ff2

Please sign in to comment.