Skip to content

Commit

Permalink
7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Nov 7, 2021
1 parent fd2ab80 commit 94beb56
Show file tree
Hide file tree
Showing 17 changed files with 185 additions and 89 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.0.6 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.0.7 | (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 @@ -2304,7 +2304,7 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = '7.0.6';
var version = '7.0.7';

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.0.6 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.0.7 | (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 @@ -2300,6 +2300,6 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = '7.0.6';
var version = '7.0.7';

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.

8 changes: 4 additions & 4 deletions dist/otpauth.umd.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*! otpauth v7.0.6 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.0.7 | (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) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.OTPAuth = {}));
}(this, (function (exports) { 'use strict';
})(this, (function (exports) { 'use strict';

function _typeof(obj) {
"@babel/helpers - typeof";
Expand Down Expand Up @@ -2306,7 +2306,7 @@
* Library version.
* @type {string}
*/
var version = '7.0.6';
var version = '7.0.7';

exports.HOTP = HOTP;
exports.Secret = Secret;
Expand All @@ -2316,4 +2316,4 @@

Object.defineProperty(exports, '__esModule', { value: true });

})));
}));
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.

1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
Loading

0 comments on commit 94beb56

Please sign in to comment.