Skip to content

Commit

Permalink
7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Sep 13, 2021
1 parent 2f014bd commit 8a005b8
Show file tree
Hide file tree
Showing 28 changed files with 2,814 additions and 22,612 deletions.
6 changes: 4 additions & 2 deletions dist/otpauth.cjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! otpauth v7.0.5 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.0.6 | (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 @@ -98,6 +98,8 @@ function _assertThisInitialized(self) {
function _possibleConstructorReturn(self, call) {
if (call && (typeof call === "object" || typeof call === "function")) {
return call;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}

return _assertThisInitialized(self);
Expand Down Expand Up @@ -2302,7 +2304,7 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = '7.0.5';
var version = '7.0.6';

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/otpauth.cjs.min.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/otpauth.esm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! otpauth v7.0.5 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.0.6 | (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 @@ -94,6 +94,8 @@ function _assertThisInitialized(self) {
function _possibleConstructorReturn(self, call) {
if (call && (typeof call === "object" || typeof call === "function")) {
return call;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}

return _assertThisInitialized(self);
Expand Down Expand Up @@ -2298,6 +2300,6 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = '7.0.5';
var version = '7.0.6';

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/otpauth.esm.min.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions dist/otpauth.umd.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! otpauth v7.0.5 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.0.6 | (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 @@ -100,6 +100,8 @@
function _possibleConstructorReturn(self, call) {
if (call && (typeof call === "object" || typeof call === "function")) {
return call;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}

return _assertThisInitialized(self);
Expand Down Expand Up @@ -2304,7 +2306,7 @@
* Library version.
* @type {string}
*/
var version = '7.0.5';
var version = '7.0.6';

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/otpauth.umd.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 8a005b8

Please sign in to comment.