Skip to content

Commit

Permalink
9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Apr 9, 2024
1 parent fa20517 commit c24a065
Show file tree
Hide file tree
Showing 24 changed files with 154 additions and 144 deletions.
3 changes: 1 addition & 2 deletions dist/otpauth.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@ const globalScope = (() => {
});
try {
// @ts-ignore
// eslint-disable-next-line no-undef
if (typeof __GLOBALTHIS__ !== "undefined") return __GLOBALTHIS__;
} finally {
// @ts-ignore
Expand Down Expand Up @@ -1650,6 +1649,6 @@ class URI {
* Library version.
* @type {string}
*/
const version = "9.2.2";
const version = "9.2.3";

export { HOTP, Secret, TOTP, URI, version };
2 changes: 1 addition & 1 deletion 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.

3 changes: 1 addition & 2 deletions dist/otpauth.node.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const globalScope = (() => {
});
try {
// @ts-ignore
// eslint-disable-next-line no-undef
if (typeof __GLOBALTHIS__ !== "undefined") return __GLOBALTHIS__;
} finally {
// @ts-ignore
Expand Down Expand Up @@ -959,7 +958,7 @@ class URI {
* Library version.
* @type {string}
*/
const version = "9.2.2";
const version = "9.2.3";

exports.HOTP = HOTP;
exports.Secret = Secret;
Expand Down
2 changes: 1 addition & 1 deletion dist/otpauth.node.min.cjs

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/otpauth.node.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/otpauth.node.min.mjs.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/otpauth.node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const globalScope = (() => {
});
try {
// @ts-ignore
// eslint-disable-next-line no-undef
if (typeof __GLOBALTHIS__ !== "undefined") return __GLOBALTHIS__;
} finally {
// @ts-ignore
Expand Down Expand Up @@ -938,6 +937,6 @@ class URI {
* Library version.
* @type {string}
*/
const version = "9.2.2";
const version = "9.2.3";

export { HOTP, Secret, TOTP, URI, version };
3 changes: 1 addition & 2 deletions dist/otpauth.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@
});
try {
// @ts-ignore
// eslint-disable-next-line no-undef
if (typeof __GLOBALTHIS__ !== "undefined") return __GLOBALTHIS__;
} finally {
// @ts-ignore
Expand Down Expand Up @@ -1656,7 +1655,7 @@
* Library version.
* @type {string}
*/
const version = "9.2.2";
const version = "9.2.3";

exports.HOTP = HOTP;
exports.Secret = Secret;
Expand Down
2 changes: 1 addition & 1 deletion 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.

15 changes: 15 additions & 0 deletions docs/assets/icons.js

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

Loading

0 comments on commit c24a065

Please sign in to comment.