Skip to content

Commit 504d412

Browse files
author
Steve Hobbs
authored
Release v9.13.4 (#1119)
* Release v9.13.4 * Update codecov to 3.7.0
1 parent 80bde87 commit 504d412

19 files changed

+30
-24
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [v9.13.4](https://github.com/auth0/auth0.js/tree/v9.13.4) (2020-07-02)
3+
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.13.3...v9.13.4)
4+
5+
**Changed**
6+
- [CAUTH-423] Add login state if available to the sign-up request [\#1117](https://github.com/auth0/auth0.js/pull/1117) ([jfromaniello](https://github.com/jfromaniello))
7+
28
## [v9.13.3](https://github.com/auth0/auth0.js/tree/v9.13.3) (2020-06-26)
39
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.13.2...v9.13.3)
410

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ From CDN:
3131

3232
```html
3333
<!-- Latest patch release -->
34-
<script src="https://cdn.auth0.com/js/auth0/9.13.3/auth0.min.js"></script>
34+
<script src="https://cdn.auth0.com/js/auth0/9.13.4/auth0.min.js"></script>
3535
```
3636

3737
From [npm](https://npmjs.org):

docs/Authentication.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ <h5>Parameters:</h5>
499499
<br class="clear">
500500

501501
<footer>
502-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
502+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
503503
</footer>
504504

505505
<script>prettyPrint();</script>

docs/Management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h5>Parameters:</h5>
294294
<br class="clear">
295295

296296
<footer>
297-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
297+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
298298
</footer>
299299

300300
<script>prettyPrint();</script>

docs/WebAuth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ <h5>Parameters:</h5>
643643
<br class="clear">
644644

645645
<footer>
646-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
646+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
647647
</footer>
648648

649649
<script>prettyPrint();</script>

docs/authentication_db-connection.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 class="page-title">authentication/db-connection.js</h1>
8989

9090
url = urljoin(this.baseOptions.rootUrl, 'dbconnections', 'signup');
9191

92-
body = objectHelper.merge(this.baseOptions, ['clientID']).with(options);
92+
body = objectHelper.merge(this.baseOptions, ['clientID', 'state']).with(options);
9393

9494
metadata = body.user_metadata || body.userMetadata;
9595

@@ -167,7 +167,7 @@ <h1 class="page-title">authentication/db-connection.js</h1>
167167
<br class="clear">
168168

169169
<footer>
170-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
170+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
171171
</footer>
172172

173173
<script>prettyPrint();</script>

docs/authentication_index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ <h1 class="page-title">authentication/index.js</h1>
686686
<br class="clear">
687687

688688
<footer>
689-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
689+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
690690
</footer>
691691

692692
<script>prettyPrint();</script>

docs/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15051,7 +15051,7 @@ <h5>Parameters:</h5>
1505115051
<br class="clear">
1505215052

1505315053
<footer>
15054-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
15054+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
1505515055
</footer>
1505615056

1505715057
<script>prettyPrint();</script>

docs/helper_object.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1 class="page-title">helper/object.js</h1>
259259
<br class="clear">
260260

261261
<footer>
262-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
262+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
263263
</footer>
264264

265265
<script>prettyPrint();</script>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>Index</h2>
7373
<h2>Install</h2>
7474
<p>From CDN:</p>
7575
<pre class="prettyprint source lang-html"><code>&lt;!-- Latest patch release -->
76-
&lt;script src=&quot;https://cdn.auth0.com/js/auth0/9.13.3/auth0.min.js&quot;>&lt;/script>
76+
&lt;script src=&quot;https://cdn.auth0.com/js/auth0/9.13.4/auth0.min.js&quot;>&lt;/script>
7777
</code></pre>
7878
<p>From <a href="https://npmjs.org">npm</a>:</p>
7979
<pre class="prettyprint source lang-sh"><code>npm install auth0-js
@@ -241,7 +241,7 @@ <h2>License</h2>
241241
<br class="clear">
242242

243243
<footer>
244-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
244+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
245245
</footer>
246246

247247
<script>prettyPrint();</script>

docs/management_index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h1 class="page-title">management/index.js</h1>
221221
<br class="clear">
222222

223223
<footer>
224-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
224+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
225225
</footer>
226226

227227
<script>prettyPrint();</script>

docs/web-auth_cross-origin-authentication.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h1 class="page-title">web-auth/cross-origin-authentication.js</h1>
209209
<br class="clear">
210210

211211
<footer>
212-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
212+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
213213
</footer>
214214

215215
<script>prettyPrint();</script>

docs/web-auth_hosted-pages.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h1 class="page-title">web-auth/hosted-pages.js</h1>
193193
<br class="clear">
194194

195195
<footer>
196-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
196+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
197197
</footer>
198198

199199
<script>prettyPrint();</script>

docs/web-auth_index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ <h1 class="page-title">web-auth/index.js</h1>
983983
<br class="clear">
984984

985985
<footer>
986-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
986+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
987987
</footer>
988988

989989
<script>prettyPrint();</script>

docs/web-auth_popup.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ <h1 class="page-title">web-auth/popup.js</h1>
361361
<br class="clear">
362362

363363
<footer>
364-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
364+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
365365
</footer>
366366

367367
<script>prettyPrint();</script>

docs/web-auth_redirect.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h1 class="page-title">web-auth/redirect.js</h1>
110110
<br class="clear">
111111

112112
<footer>
113-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Jun 26 2020 17:11:43 GMT+0100 (British Summer Time) using the Minami theme.
113+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Jul 02 2020 20:52:01 GMT+0100 (British Summer Time) using the Minami theme.
114114
</footer>
115115

116116
<script>prettyPrint();</script>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-js",
3-
"version": "9.13.3",
3+
"version": "9.13.4",
44
"description": "Auth0 headless browser sdk",
55
"author": "Auth0",
66
"license": "MIT",
@@ -66,7 +66,7 @@
6666
"@babel/preset-env": "^7.5.5",
6767
"@babel/register": "^7.5.5",
6868
"babel-plugin-istanbul": "^5.1.4",
69-
"codecov": "^3.5.0",
69+
"codecov": "^3.7.0",
7070
"cross-env": "^5.2.0",
7171
"es-check": "^5.0.0",
7272
"eslint": "^6.0.1",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = { raw: '9.13.3' };
1+
module.exports = { raw: '9.13.4' };

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,10 +1563,10 @@ code-point-at@^1.0.0:
15631563
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
15641564
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
15651565

1566-
codecov@^3.5.0:
1567-
version "3.6.5"
1568-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.5.tgz#d73ce62e8a021f5249f54b073e6f2d6a513f172a"
1569-
integrity sha512-v48WuDMUug6JXwmmfsMzhCHRnhUf8O3duqXvltaYJKrO1OekZWpB/eH6iIoaxMl8Qli0+u3OxptdsBOYiD7VAQ==
1566+
codecov@^3.7.0:
1567+
version "3.7.0"
1568+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.0.tgz#4a09939cde24447a43f36d068e8b4e0188dc3f27"
1569+
integrity sha512-uIixKofG099NbUDyzRk1HdGtaG8O+PBUAg3wfmjwXw2+ek+PZp+puRvbTohqrVfuudaezivJHFgTtSC3M8MXww==
15701570
dependencies:
15711571
argv "0.0.2"
15721572
ignore-walk "3.0.3"

0 commit comments

Comments
 (0)