Skip to content

Commit

Permalink
Release 1.22.0 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored May 24, 2022
1 parent ab50548 commit 810d3f1
Show file tree
Hide file tree
Showing 36 changed files with 3,272 additions and 226 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,83 @@
# Change Log

## [v1.22.0](https://github.com/auth0/auth0-spa-js/tree/v1.22.0) (2022-05-24)

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

**Added**

- Silent auth fallback when using Refresh Tokens can now be disabled [\#907](https://github.com/auth0/auth0-spa-js/pull/907) ([frederikprijck](https://github.com/frederikprijck))

**Security**

- [Snyk] Upgrade core-js 3.22.4 [\#910](https://github.com/auth0/auth0-spa-js/pull/910) ([crew-security](https://github.com/crew-security))

## [v1.21.1](https://github.com/auth0/auth0-spa-js/tree/v1.21.1) (2022-05-10)

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

**Fixed**

- Organization ID hint cookie now respects `cookieDomain` config setting [\#900](https://github.com/auth0/auth0-spa-js/pull/900) ([Dannnir](https://github.com/Dannnir))

**Security**

- [Snyk] Upgrade core-js from 3.21.1 to 3.22.0 [\#901](https://github.com/auth0/auth0-spa-js/pull/901) ([snyk-bot](https://github.com/snyk-bot))
- [Snyk] Upgrade promise-polyfill from 8.2.1 to 8.2.3 [\#893](https://github.com/auth0/auth0-spa-js/pull/893) ([snyk-bot](https://github.com/snyk-bot))

## [v1.21.0](https://github.com/auth0/auth0-spa-js/tree/v1.21.0) (2022-04-01)

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

**Added**

- FEAT override cookie domain option [\#885](https://github.com/auth0/auth0-spa-js/pull/885) ([Soviut](https://github.com/Soviut))

**Fixed**

- fix: handle NPE when no popup is available [\#888](https://github.com/auth0/auth0-spa-js/pull/888) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v1.20.1](https://github.com/auth0/auth0-spa-js/tree/v1.20.1) (2022-03-04)

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

**Fixed**

- Prevent cache.get when key is undefined [\#882](https://github.com/auth0/auth0-spa-js/pull/882) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v1.20.0](https://github.com/auth0/auth0-spa-js/tree/v1.20.0) (2022-02-14)

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

**Added**

- [SDK-3105] Add httpTimeoutInSeconds to control fetch timeout [\#875](https://github.com/auth0/auth0-spa-js/pull/875) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Changed**

- clarify documentation comment for getTokenSilently [\#874](https://github.com/auth0/auth0-spa-js/pull/874) ([jdugan1024](https://github.com/jdugan1024))

**Fixed**

- Fix getTokenSilently reference in example code [\#868](https://github.com/auth0/auth0-spa-js/pull/868) ([mdlavin](https://github.com/mdlavin))

**Security**

- [Snyk] Upgrade core-js from 3.20.2 to 3.20.3 [\#873](https://github.com/auth0/auth0-spa-js/pull/873) ([snyk-bot](https://github.com/snyk-bot))
- Bump node-fetch from 2.6.1 to 2.6.7 [\#870](https://github.com/auth0/auth0-spa-js/pull/870) ([dependabot[bot]](https://github.com/apps/dependabot))
- [Snyk] Upgrade core-js from 3.20.1 to 3.20.2 [\#869](https://github.com/auth0/auth0-spa-js/pull/869) ([snyk-bot](https://github.com/snyk-bot))
- [Snyk] Upgrade core-js from 3.20.0 to 3.20.1 [\#864](https://github.com/auth0/auth0-spa-js/pull/864) ([snyk-bot](https://github.com/snyk-bot))

## [v1.19.4](https://github.com/auth0/auth0-spa-js/tree/v1.19.4) (2022-01-14)

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

**Fixed**

- Org ID hint cookie expiry now aligns with is.authenticated cookie [\#861](https://github.com/auth0/auth0-spa-js/pull/861) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Security**

- Bump follow-redirects from 1.14.0 to 1.14.7 [\#860](https://github.com/auth0/auth0-spa-js/pull/860) ([dependabot[bot]](https://github.com/apps/dependabot))
- [Snyk] Upgrade core-js from 3.19.2 to 3.20.0 [\#858](https://github.com/auth0/auth0-spa-js/pull/858) ([snyk-bot](https://github.com/snyk-bot))
- [Snyk] Upgrade core-js from 3.19.1 to 3.19.2 [\#851](https://github.com/auth0/auth0-spa-js/pull/851) ([snyk-bot](https://github.com/snyk-bot))
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.21/auth0-spa-js.production.js"></script>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.22/auth0-spa-js.production.js"></script>
```

Using [npm](https://npmjs.org):
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions docs/classes/auth0client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,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/56ef0d8/src/Auth0Client.ts#L207">src/Auth0Client.ts:207</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L213">src/Auth0Client.ts:213</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2856,7 +2856,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/56ef0d8/src/Auth0Client.ts#L206">src/Auth0Client.ts:206</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L212">src/Auth0Client.ts:212</a></li>
</ul>
</aside>
</section>
Expand All @@ -2873,7 +2873,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/56ef0d8/src/Auth0Client.ts#L409">src/Auth0Client.ts:409</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L418">src/Auth0Client.ts:418</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2907,7 +2907,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/56ef0d8/src/Auth0Client.ts#L997">src/Auth0Client.ts:997</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L1006">src/Auth0Client.ts:1006</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2939,7 +2939,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/56ef0d8/src/Auth0Client.ts#L760">src/Auth0Client.ts:760</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L769">src/Auth0Client.ts:769</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2984,7 +2984,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/56ef0d8/src/Auth0Client.ts#L608">src/Auth0Client.ts:608</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L617">src/Auth0Client.ts:617</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3020,7 +3020,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/56ef0d8/src/Auth0Client.ts#L789">src/Auth0Client.ts:789</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L798">src/Auth0Client.ts:798</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3063,7 +3063,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/auth0/auth0-spa-js/blob/56ef0d8/src/Auth0Client.ts#L798">src/Auth0Client.ts:798</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L807">src/Auth0Client.ts:807</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3115,7 +3115,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/56ef0d8/src/Auth0Client.ts#L945">src/Auth0Client.ts:945</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L954">src/Auth0Client.ts:954</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3153,7 +3153,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/56ef0d8/src/Auth0Client.ts#L578">src/Auth0Client.ts:578</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L587">src/Auth0Client.ts:587</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3198,7 +3198,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/56ef0d8/src/Auth0Client.ts#L650">src/Auth0Client.ts:650</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L659">src/Auth0Client.ts:659</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3235,7 +3235,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/56ef0d8/src/Auth0Client.ts#L984">src/Auth0Client.ts:984</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L993">src/Auth0Client.ts:993</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3260,7 +3260,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/56ef0d8/src/Auth0Client.ts#L469">src/Auth0Client.ts:469</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L478">src/Auth0Client.ts:478</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3307,7 +3307,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/56ef0d8/src/Auth0Client.ts#L636">src/Auth0Client.ts:636</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L645">src/Auth0Client.ts:645</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3347,7 +3347,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/56ef0d8/src/Auth0Client.ts#L1029">src/Auth0Client.ts:1029</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/Auth0Client.ts#L1038">src/Auth0Client.ts:1038</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 @@ -2821,7 +2821,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/56ef0d8/src/errors.ts#L31">src/errors.ts:31</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/errors.ts#L33">src/errors.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2852,7 +2852,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/56ef0d8/src/errors.ts#L37">src/errors.ts:37</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/errors.ts#L39">src/errors.ts:39</a></li>
</ul>
</aside>
</section>
Expand All @@ -2863,7 +2863,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/56ef0d8/src/errors.ts#L11">src/errors.ts:11</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/errors.ts#L13">src/errors.ts:13</a></li>
</ul>
</aside>
</section>
Expand All @@ -2874,7 +2874,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/56ef0d8/src/errors.ts#L11">src/errors.ts:11</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/errors.ts#L13">src/errors.ts:13</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2917,7 +2917,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/56ef0d8/src/errors.ts#L36">src/errors.ts:36</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/errors.ts#L38">src/errors.ts:38</a></li>
</ul>
</aside>
</section>
Expand All @@ -2935,7 +2935,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/56ef0d8/src/errors.ts#L16">src/errors.ts:16</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/ab50548/src/errors.ts#L18">src/errors.ts:18</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 @@ -2803,7 +2803,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/56ef0d8/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/ab50548/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2828,7 +2828,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/56ef0d8/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/ab50548/src/cache/shared.ts#L14">src/cache/shared.ts:14</a></li>
</ul>
</aside>
</section>
Expand All @@ -2838,7 +2838,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/56ef0d8/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/ab50548/src/cache/shared.ts#L12">src/cache/shared.ts:12</a></li>
</ul>
</aside>
</section>
Expand All @@ -2848,7 +2848,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/56ef0d8/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/ab50548/src/cache/shared.ts#L16">src/cache/shared.ts:16</a></li>
</ul>
</aside>
</section>
Expand All @@ -2858,7 +2858,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/56ef0d8/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/ab50548/src/cache/shared.ts#L13">src/cache/shared.ts:13</a></li>
</ul>
</aside>
</section>
Expand All @@ -2875,7 +2875,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/56ef0d8/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/ab50548/src/cache/shared.ts#L26">src/cache/shared.ts:26</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -2898,7 +2898,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/56ef0d8/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/ab50548/src/cache/shared.ts#L46">src/cache/shared.ts:46</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2930,7 +2930,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/56ef0d8/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/ab50548/src/cache/shared.ts#L35">src/cache/shared.ts:35</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading

0 comments on commit 810d3f1

Please sign in to comment.