Skip to content

Commit

Permalink
Merge branch 'master' into sdk-2692/org-cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Sep 3, 2021
2 parents c5833c5 + cd3b1f9 commit 714e80f
Show file tree
Hide file tree
Showing 36 changed files with 243 additions and 215 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: 2.1
orbs:
ship: auth0/[email protected]
parameters:
docker_image:
type: string
Expand Down Expand Up @@ -191,3 +193,17 @@ workflows:
- test_angular:
requires:
- build
- ship/node-publish:
context:
- publish-npm
- publish-gh
filters:
branches:
only:
- master
requires:
- browserstack
- test_gatsby
- test_react
- test_vue
- test_angular
7 changes: 7 additions & 0 deletions .shiprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files": {
"src/version.ts": [],
"README.md": ["{MAJOR}.{MINOR}"]
},
"postbump": "npm run docs"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.17.1](https://github.com/auth0/auth0-spa-js/tree/v1.17.1) (2021-09-03)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.17.0...v1.17.1)

**Fixed**

- Correct cache interface [\#779](https://github.com/auth0/auth0-spa-js/pull/779) ([employee451](https://github.com/employee451))

## [v1.17.0](https://github.com/auth0/auth0-spa-js/tree/v1.17.0) (2021-08-03)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.16.1...v1.17.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Auth0 SDK for Single Page Applications using [Authorization Code Grant Flow with
From the CDN:

```html
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.13/auth0-spa-js.production.js"></script>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.17/auth0-spa-js.production.js"></script>
```

Using [npm](https://npmjs.org):
Expand Down
3 changes: 0 additions & 3 deletions __tests__/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ describe('utils', () => {
* then rolling back to real timers
*/
setTimeout(() => {
jest.runOnlyPendingTimers();
jest.advanceTimersByTime(seconds * 1000);
}, 10);

Expand All @@ -361,7 +360,6 @@ describe('utils', () => {
* then rolling back to real timers
*/
setTimeout(() => {
jest.runOnlyPendingTimers();
jest.advanceTimersByTime(DEFAULT_AUTHORIZE_TIMEOUT_IN_SECONDS * 1000);
}, 10);

Expand All @@ -383,7 +381,6 @@ describe('utils', () => {
* then rolling back to real timers
*/
setTimeout(() => {
jest.runOnlyPendingTimers();
jest.advanceTimersByTime(DEFAULT_AUTHORIZE_TIMEOUT_IN_SECONDS * 1000);
}, 10);

Expand Down
28 changes: 14 additions & 14 deletions docs/classes/auth0client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2948,7 +2948,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L171">src/Auth0Client.ts:171</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L171">src/Auth0Client.ts:171</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2970,7 +2970,7 @@ <h3>cache<wbr>Location</h3>
<div class="tsd-signature tsd-kind-icon">cache<wbr>Location<span class="tsd-signature-symbol">:</span> <a href="../globals.html#cachelocation" class="tsd-signature-type">CacheLocation</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L170">src/Auth0Client.ts:170</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L170">src/Auth0Client.ts:170</a></li>
</ul>
</aside>
</section>
Expand All @@ -2987,7 +2987,7 @@ <h3>build<wbr>Authorize<wbr>Url</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L322">src/Auth0Client.ts:322</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L322">src/Auth0Client.ts:322</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3021,7 +3021,7 @@ <h3>build<wbr>Logout<wbr>Url</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L831">src/Auth0Client.ts:831</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L831">src/Auth0Client.ts:831</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3053,7 +3053,7 @@ <h3>check<wbr>Session</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L644">src/Auth0Client.ts:644</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L644">src/Auth0Client.ts:644</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3093,7 +3093,7 @@ <h3>get<wbr>IdToken<wbr>Claims</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L510">src/Auth0Client.ts:510</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L510">src/Auth0Client.ts:510</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3128,7 +3128,7 @@ <h3>get<wbr>Token<wbr>Silently</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L684">src/Auth0Client.ts:684</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L684">src/Auth0Client.ts:684</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3173,7 +3173,7 @@ <h3>get<wbr>Token<wbr>With<wbr>Popup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L779">src/Auth0Client.ts:779</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L779">src/Auth0Client.ts:779</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3211,7 +3211,7 @@ <h3>get<wbr>User</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L480">src/Auth0Client.ts:480</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L480">src/Auth0Client.ts:480</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3256,7 +3256,7 @@ <h3>handle<wbr>Redirect<wbr>Callback</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L550">src/Auth0Client.ts:550</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L550">src/Auth0Client.ts:550</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3287,7 +3287,7 @@ <h3>is<wbr>Authenticated</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L818">src/Auth0Client.ts:818</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L818">src/Auth0Client.ts:818</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3312,7 +3312,7 @@ <h3>login<wbr>With<wbr>Popup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L381">src/Auth0Client.ts:381</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L381">src/Auth0Client.ts:381</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3359,7 +3359,7 @@ <h3>login<wbr>With<wbr>Redirect</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L538">src/Auth0Client.ts:538</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L538">src/Auth0Client.ts:538</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3393,7 +3393,7 @@ <h3>logout</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/Auth0Client.ts#L863">src/Auth0Client.ts:863</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/Auth0Client.ts#L863">src/Auth0Client.ts:863</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/authenticationerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2935,7 +2935,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/errors.ts#L26">src/errors.ts:26</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/errors.ts#L26">src/errors.ts:26</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2966,7 +2966,7 @@ <h3>app<wbr>State</h3>
<div class="tsd-signature tsd-kind-icon">app<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/errors.ts#L31">src/errors.ts:31</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/errors.ts#L31">src/errors.ts:31</a></li>
</ul>
</aside>
</section>
Expand All @@ -2977,7 +2977,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/errors.ts#L5">src/errors.ts:5</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/errors.ts#L5">src/errors.ts:5</a></li>
</ul>
</aside>
</section>
Expand All @@ -2988,7 +2988,7 @@ <h3>error_<wbr>description</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/errors.ts#L5">src/errors.ts:5</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/errors.ts#L5">src/errors.ts:5</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -3031,7 +3031,7 @@ <h3>state</h3>
<div class="tsd-signature tsd-kind-icon">state<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/auth0/auth0-spa-js/blob/b751744/src/errors.ts#L30">src/errors.ts:30</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/errors.ts#L30">src/errors.ts:30</a></li>
</ul>
</aside>
</section>
Expand All @@ -3049,7 +3049,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Payload</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#frompayload">fromPayload</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/errors.ts#L11">src/errors.ts:11</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/errors.ts#L11">src/errors.ts:11</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
16 changes: 8 additions & 8 deletions docs/classes/cachekey.html
Original file line number Diff line number Diff line change
Expand Up @@ -2917,7 +2917,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2942,7 +2942,7 @@ <h3>audience</h3>
<div class="tsd-signature tsd-kind-icon">audience<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/auth0/auth0-spa-js/blob/b751744/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
</ul>
</aside>
</section>
Expand All @@ -2952,7 +2952,7 @@ <h3>client_<wbr>id</h3>
<div class="tsd-signature tsd-kind-icon">client_<wbr>id<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/auth0/auth0-spa-js/blob/b751744/src/cache/shared.ts#L12">src/cache/shared.ts:12</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/shared.ts#L12">src/cache/shared.ts:12</a></li>
</ul>
</aside>
</section>
Expand All @@ -2962,7 +2962,7 @@ <h3>prefix</h3>
<div class="tsd-signature tsd-kind-icon">prefix<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/auth0/auth0-spa-js/blob/b751744/src/cache/shared.ts#L16">src/cache/shared.ts:16</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/shared.ts#L16">src/cache/shared.ts:16</a></li>
</ul>
</aside>
</section>
Expand All @@ -2972,7 +2972,7 @@ <h3>scope</h3>
<div class="tsd-signature tsd-kind-icon">scope<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/auth0/auth0-spa-js/blob/b751744/src/cache/shared.ts#L13">src/cache/shared.ts:13</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/shared.ts#L13">src/cache/shared.ts:13</a></li>
</ul>
</aside>
</section>
Expand All @@ -2989,7 +2989,7 @@ <h3>to<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/shared.ts#L26">src/cache/shared.ts:26</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/shared.ts#L26">src/cache/shared.ts:26</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3012,7 +3012,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Cache<wbr>Entry<
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/shared.ts#L46">src/cache/shared.ts:46</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/shared.ts#L46">src/cache/shared.ts:46</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3044,7 +3044,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/shared.ts#L35">src/cache/shared.ts:35</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/shared.ts#L35">src/cache/shared.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/cachekeymanifest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2900,7 +2900,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/key-manifest.ts#L9">src/cache/key-manifest.ts:9</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/key-manifest.ts#L9">src/cache/key-manifest.ts:9</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2929,7 +2929,7 @@ <h3>add</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/key-manifest.ts#L15">src/cache/key-manifest.ts:15</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/key-manifest.ts#L15">src/cache/key-manifest.ts:15</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2952,7 +2952,7 @@ <h3>clear</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/key-manifest.ts#L46">src/cache/key-manifest.ts:46</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/key-manifest.ts#L46">src/cache/key-manifest.ts:46</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../globals.html#maybepromise" class="tsd-signature-type">MaybePromise</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -2969,7 +2969,7 @@ <h3>get</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/key-manifest.ts#L42">src/cache/key-manifest.ts:42</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/key-manifest.ts#L42">src/cache/key-manifest.ts:42</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../globals.html#maybepromise" class="tsd-signature-type">MaybePromise</a><span class="tsd-signature-symbol">&lt;</span><a href="../globals.html#keymanifestentry" class="tsd-signature-type">KeyManifestEntry</a><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -2986,7 +2986,7 @@ <h3>remove</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/b751744/src/cache/key-manifest.ts#L27">src/cache/key-manifest.ts:27</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/02e7350/src/cache/key-manifest.ts#L27">src/cache/key-manifest.ts:27</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit 714e80f

Please sign in to comment.