Skip to content

Commit

Permalink
Release v9.14.1 (#1147)
Browse files Browse the repository at this point in the history
* Release v9.14.1

* Run npm audit fix
  • Loading branch information
Steve Hobbs committed Jan 14, 2021
1 parent 0a869fd commit 85315a4
Show file tree
Hide file tree
Showing 20 changed files with 62 additions and 62 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## [v9.14.1](https://github.com/auth0/auth0.js/tree/v9.14.1) (2021-01-14)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.14.0...v9.14.1)

**Changed**
- Allow domain to contain http scheme [\#1144](https://github.com/auth0/auth0.js/pull/1144) ([danmastrowcoles](https://github.com/danmastrowcoles))

## [v9.14.0](https://github.com/auth0/auth0.js/tree/v9.14.0) (2020-09-11)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.13.4...v9.14.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ From CDN:

```html
<!-- Latest patch release -->
<script src="https://cdn.auth0.com/js/auth0/9.14.0/auth0.min.js"></script>
<script src="https://cdn.auth0.com/js/auth0/9.14.1/auth0.min.js"></script>
```

From [npm](https://npmjs.org):
Expand Down
2 changes: 1 addition & 1 deletion docs/Authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Management.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/WebAuth.html
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/authentication_db-connection.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h1 class="page-title">authentication/db-connection.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
12 changes: 7 additions & 5 deletions docs/authentication_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1 class="page-title">authentication/index.js</h1>
optional: true,
type: 'object',
message: '_telemetryInfo option is not valid'
}
},
}
);
/* eslint-enable */
Expand All @@ -129,9 +129,11 @@ <h1 class="page-title">authentication/index.js</h1>
this.baseOptions._sendTelemetry === false
? this.baseOptions._sendTelemetry
: true;

this.baseOptions.rootUrl = 'https://' + this.baseOptions.domain;


this.baseOptions.rootUrl = (this.baseOptions.domain &amp;&amp; this.baseOptions.domain.toLowerCase().indexOf('http') === 0)
? this.baseOptions.domain
: 'https://' + this.baseOptions.domain;

this.request = new RequestBuilder(this.baseOptions);

this.passwordless = new PasswordlessAuthentication(
Expand Down Expand Up @@ -686,7 +688,7 @@ <h1 class="page-title">authentication/index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
28 changes: 14 additions & 14 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ <h4 class="name" id="buildAuthorizeUrl"><span class="type-signature"></span>buil

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line108">line 108</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line110">line 110</a>
</li></ul></dd>


Expand Down Expand Up @@ -1637,7 +1637,7 @@ <h4 class="name" id="buildLogoutUrl"><span class="type-signature"></span>buildLo

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line208">line 208</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line210">line 210</a>
</li></ul></dd>


Expand Down Expand Up @@ -3397,7 +3397,7 @@ <h4 class="name" id="delegation"><span class="type-signature"></span>delegation<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line577">line 577</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line579">line 579</a>
</li></ul></dd>


Expand Down Expand Up @@ -3845,7 +3845,7 @@ <h4 class="name" id="getChallenge"><span class="type-signature"></span>getChalle

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line549">line 549</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line551">line 551</a>
</li></ul></dd>


Expand Down Expand Up @@ -3980,7 +3980,7 @@ <h4 class="name" id="getSSOData"><span class="type-signature"></span>getSSOData<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line455">line 455</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line457">line 457</a>
</li></ul></dd>


Expand Down Expand Up @@ -4503,7 +4503,7 @@ <h4 class="name" id="login"><span class="type-signature"></span>login<span class

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line314">line 314</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line316">line 316</a>
</li></ul></dd>


Expand Down Expand Up @@ -6550,7 +6550,7 @@ <h4 class="name" id="loginWithDefaultDirectory"><span class="type-signature"></s

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line277">line 277</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line279">line 279</a>
</li></ul></dd>


Expand Down Expand Up @@ -6888,7 +6888,7 @@ <h4 class="name" id="loginWithResourceOwner"><span class="type-signature"></span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line403">line 403</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line405">line 405</a>
</li></ul></dd>


Expand Down Expand Up @@ -12741,7 +12741,7 @@ <h4 class="name" id="userInfo"><span class="type-signature"></span>userInfo<span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line524">line 524</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line526">line 526</a>
</li></ul></dd>


Expand Down Expand Up @@ -13237,7 +13237,7 @@ <h4 class="name" id="authorizeCallback"><span class="type-signature"></span>auth

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line256">line 256</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line258">line 258</a>
</li></ul></dd>


Expand Down Expand Up @@ -14221,7 +14221,7 @@ <h4 class="name" id="delegationCallback"><span class="type-signature"></span>del

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line571">line 571</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line573">line 573</a>
</li></ul></dd>


Expand Down Expand Up @@ -14656,7 +14656,7 @@ <h4 class="name" id="tokenCallback"><span class="type-signature"></span>tokenCal

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line267">line 267</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line269">line 269</a>
</li></ul></dd>


Expand Down Expand Up @@ -15181,7 +15181,7 @@ <h4 class="name" id="userInfoCallback"><span class="type-signature"></span>userI

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line518">line 518</a>
<a href="authentication_index.js.html">authentication/index.js</a>, <a href="authentication_index.js.html#line520">line 520</a>
</li></ul></dd>


Expand Down Expand Up @@ -15510,7 +15510,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/helper_object.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h1 class="page-title">helper/object.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
20 changes: 10 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>Index</h2>
<h2>Install</h2>
<p>From CDN:</p>
<pre class="prettyprint source lang-html"><code>&lt;!-- Latest patch release -->
&lt;script src=&quot;https://cdn.auth0.com/js/auth0/9.14.0/auth0.min.js&quot;>&lt;/script>
&lt;script src=&quot;https://cdn.auth0.com/js/auth0/9.14.1/auth0.min.js&quot;>&lt;/script>
</code></pre>
<p>From <a href="https://npmjs.org">npm</a>:</p>
<pre class="prettyprint source lang-sh"><code>npm install auth0-js
Expand Down Expand Up @@ -212,14 +212,14 @@ <h2>Migration</h2>
<p>If you need help migrating to v9, please refer to the <a href="https://auth0.com/docs/libraries/auth0js/v9/migration-guide">v9 Migration Guide</a>.</p>
<p>If you need help migrating to v8, please refer to the <a href="https://auth0.com/docs/libraries/auth0js/v8/migration-guide">v8 Migration Guide</a>.</p>
<h2>Develop</h2>
<p>Run <code>yarn install</code> to set up the environment.</p>
<p>Run <code>yarn start</code> to point your browser to <a href="https://localhost:3000/"><code>https://localhost:3000/</code></a> to verify the example page works.</p>
<p>Run <code>yarn test</code> to run the test suite.</p>
<p>Run <code>yarn ci:test</code> to run the tests that ci runs.</p>
<p>Run <code>yarn test:watch</code> to run the test suite while you work.</p>
<p>Run <code>yarn test:coverage</code> to run the test suite with coverage report.</p>
<p>Run <code>yarn lint</code> to run the linter and check code styles.</p>
<p>Run <code>yarn install &amp;&amp; yarn build &amp;&amp; yarn test:es-check:es5 &amp;&amp; yarn test:es-check:es2015:module</code> to check for JS incompatibility.</p>
<p>Run <code>npm install</code> to set up the environment.</p>
<p>Run <code>npm start</code> to point your browser to <a href="https://localhost:3000/"><code>https://localhost:3000/</code></a> to verify the example page works.</p>
<p>Run <code>npm test</code> to run the test suite.</p>
<p>Run <code>npm run ci:test</code> to run the tests that ci runs.</p>
<p>Run <code>npm run test:watch</code> to run the test suite while you work.</p>
<p>Run <code>npm run test:coverage</code> to run the test suite with coverage report.</p>
<p>Run <code>npm run lint</code> to run the linter and check code styles.</p>
<p>Run <code>npm install &amp;&amp; npm run build &amp;&amp; npm run test:es-check:es5 &amp;&amp; npm run test:es-check:es2015:module</code> to check for JS incompatibility.</p>
<p>See <a href=".circleci/config.yml">.circleci/config.yml</a> for additional checks that might be run as part of
<a href="https://circleci.com/">circleci integration tests</a>.</p>
<h2>Issue Reporting</h2>
Expand All @@ -243,7 +243,7 @@ <h2>License</h2>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/management_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h1 class="page-title">management/index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_captcha.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h1 class="page-title">web-auth/captcha.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_cross-origin-authentication.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h1 class="page-title">web-auth/cross-origin-authentication.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_hosted-pages.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h1 class="page-title">web-auth/hosted-pages.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ <h1 class="page-title">web-auth/index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_popup.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h1 class="page-title">web-auth/popup.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/web-auth_redirect.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1 class="page-title">web-auth/redirect.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 11 2020 16:36:29 GMT+0100 (British Summer Time) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jan 14 2021 11:57:05 GMT+0000 (Greenwich Mean Time) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
26 changes: 9 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-js",
"version": "9.14.0",
"version": "9.14.1",
"description": "Auth0 headless browser sdk",
"author": "Auth0",
"license": "MIT",
Expand Down Expand Up @@ -68,7 +68,7 @@
"babel-plugin-istanbul": "^5.1.4",
"codecov": "^3.7.0",
"cross-env": "^5.2.0",
"es-check": "^5.0.0",
"es-check": "^5.2.0",
"eslint": "^6.0.1",
"eslint-config-auth0-base": "^13.1.0",
"eslint-config-prettier": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { raw: '9.14.0' };
module.exports = { raw: '9.14.1' };

0 comments on commit 85315a4

Please sign in to comment.