Skip to content

Commit

Permalink
7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Apr 19, 2022
1 parent cc3c426 commit 0ef1e56
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 63 deletions.
4 changes: 2 additions & 2 deletions dist/otpauth.cjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! otpauth v7.1.1 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.1.2 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! jssha v3.2.0 | (c) Brian Turek <[email protected]> | BSD-3-Clause | https://github.com/Caligatio/jsSHA */

'use strict';
Expand Down Expand Up @@ -2290,7 +2290,7 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = "7.1.1";
var version = "7.1.2";

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,4 +1,4 @@
/*! otpauth v7.1.1 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.1.2 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! jssha v3.2.0 | (c) Brian Turek <[email protected]> | BSD-3-Clause | https://github.com/Caligatio/jsSHA */

function _typeof(obj) {
Expand Down Expand Up @@ -2286,6 +2286,6 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = "7.1.1";
var version = "7.1.2";

export { HOTP, Secret, TOTP, URI, 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,4 +1,4 @@
/*! otpauth v7.1.1 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.1.2 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! jssha v3.2.0 | (c) Brian Turek <[email protected]> | BSD-3-Clause | https://github.com/Caligatio/jsSHA */

(function (global, factory) {
Expand Down Expand Up @@ -2292,7 +2292,7 @@
* Library version.
* @type {string}
*/
var version = "7.1.1";
var version = "7.1.2";

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

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

Loading

0 comments on commit 0ef1e56

Please sign in to comment.