Skip to content

Commit

Permalink
7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Jan 26, 2022
1 parent 3dfe5cb commit c038829
Show file tree
Hide file tree
Showing 17 changed files with 83 additions and 58 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.9 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.0.10 | (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 @@ -2297,7 +2297,7 @@ var URI = /*#__PURE__*/function () {
* Library version.
* @type {string}
*/
var version = "7.0.9";
var version = "7.0.10";

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

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.0.9 | (c) Héctor Molinero Fernández <[email protected]> | MIT | https://github.com/hectorm/otpauth */
/*! otpauth v7.0.10 | (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 @@ -2299,7 +2299,7 @@
* Library version.
* @type {string}
*/
var version = "7.0.9";
var version = "7.0.10";

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.

2 changes: 1 addition & 1 deletion docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
--dark-hl-12: #9CDCFE;
--light-hl-13: #0000FF;
--dark-hl-13: #CE9178;
--light-code-background: #FFFFFF;
--light-code-background: #F5F5F5;
--dark-code-background: #1E1E1E;
}

Expand Down
Loading

0 comments on commit c038829

Please sign in to comment.