Skip to content

Commit

Permalink
6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jan 17, 2021
1 parent 5a50cf2 commit 16e9457
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions dist/otpauth.cjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! otpauth v6.2.0 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v6.2.1 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! sjcl v1.0.8 | (c) bitwiseshiftleft | (BSD-2-Clause OR GPL-2.0-only) | https://github.com/bitwiseshiftleft/sjcl */
'use strict';

Expand Down Expand Up @@ -2680,7 +2680,7 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = '6.2.0';
var version = '6.2.1';

exports.HOTP = HOTP;
exports.Secret = Secret;
Expand Down
4 changes: 2 additions & 2 deletions dist/otpauth.cjs.min.js

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

4 changes: 2 additions & 2 deletions dist/otpauth.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! otpauth v6.2.0 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v6.2.1 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! sjcl v1.0.8 | (c) bitwiseshiftleft | (BSD-2-Clause OR GPL-2.0-only) | https://github.com/bitwiseshiftleft/sjcl */
function _typeof(obj) {
"@babel/helpers - typeof";
Expand Down Expand Up @@ -2676,6 +2676,6 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = '6.2.0';
var version = '6.2.1';

export { HOTP, Secret, TOTP, URI, Utils, version };
4 changes: 2 additions & 2 deletions dist/otpauth.esm.min.js

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

4 changes: 2 additions & 2 deletions dist/otpauth.umd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/*! otpauth v6.2.0 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v6.2.1 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! sjcl v1.0.8 | (c) bitwiseshiftleft | (BSD-2-Clause OR GPL-2.0-only) | https://github.com/bitwiseshiftleft/sjcl */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
Expand Down Expand Up @@ -2682,7 +2682,7 @@
* Library version.
* @type {string}
*/
var version = '6.2.0';
var version = '6.2.1';

exports.HOTP = HOTP;
exports.Secret = Secret;
Expand Down
Loading

0 comments on commit 16e9457

Please sign in to comment.