Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Mar 10, 2023
1 parent 653bd27 commit a8264da
Show file tree
Hide file tree
Showing 12 changed files with 204 additions and 168 deletions.
2 changes: 1 addition & 1 deletion cjs/hmac-obj.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const getDigestModFromParam = (digestmod, digestmods) => {
/**
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
*
* @version 1.0.1
* @version 1.0.2
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down
32 changes: 16 additions & 16 deletions dist/hmac-obj-bex.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1532,7 +1532,7 @@ class BaseTemplate {
/**
* [BaseEx|Base1 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-1.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -1688,7 +1688,7 @@ class Base1 extends BaseTemplate {
/**
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-16.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -1776,7 +1776,7 @@ class Base16 extends BaseTemplate {
/**
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -1881,7 +1881,7 @@ class Base32 extends BaseTemplate {
/**
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2031,7 +2031,7 @@ class Base58 extends BaseTemplate{
/**
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2119,7 +2119,7 @@ class Base64 extends BaseTemplate {
/**
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/uuencode.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2323,7 +2323,7 @@ const ees = () => {
/**
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2446,7 +2446,7 @@ class Base85 extends BaseTemplate {
/**
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
*/
Expand Down Expand Up @@ -2679,7 +2679,7 @@ class Base91 extends BaseTemplate {
/**
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2844,7 +2844,7 @@ class LEB128 extends BaseTemplate {
/**
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/ecoji.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT OR Apache-2.0
* @see https://github.com/keith-turner/ecoji
Expand Down Expand Up @@ -3186,7 +3186,7 @@ class Ecoji extends BaseTemplate {
/**
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-2048.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3364,7 +3364,7 @@ class Base2048 extends BaseTemplate {
/**
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/simple-base.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3464,7 +3464,7 @@ let DP=20,RM=1,MAX_DP=1e6,NE=-7,PE=21,STRICT=!1,NAME="[big.js] ",INVALID=NAME+"I
/**
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3801,7 +3801,7 @@ class BasePhi extends BaseTemplate {
/**
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3919,7 +3919,7 @@ class ByteConverter {
/**
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3982,7 +3982,7 @@ class BaseEx {
/**
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
*
* @version 1.0.1
* @version 1.0.2
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down
10 changes: 5 additions & 5 deletions dist/hmac-obj-bex.esm.min.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions dist/hmac-obj-bex.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Base1 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-1.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -1691,7 +1691,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-16.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -1779,7 +1779,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -1884,7 +1884,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2034,7 +2034,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2122,7 +2122,7 @@ var HMACObj = (function () {
/**
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/uuencode.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2326,7 +2326,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2449,7 +2449,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
*/
Expand Down Expand Up @@ -2682,7 +2682,7 @@ var HMACObj = (function () {
/**
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -2847,7 +2847,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/ecoji.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT OR Apache-2.0
* @see https://github.com/keith-turner/ecoji
Expand Down Expand Up @@ -3189,7 +3189,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-2048.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3367,7 +3367,7 @@ var HMACObj = (function () {
/**
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/simple-base.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3467,7 +3467,7 @@ var HMACObj = (function () {
/**
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3804,7 +3804,7 @@ var HMACObj = (function () {
/**
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3922,7 +3922,7 @@ var HMACObj = (function () {
/**
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
*
* @version 0.7.1
* @version 0.7.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down Expand Up @@ -3985,7 +3985,7 @@ var HMACObj = (function () {
/**
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
*
* @version 1.0.1
* @version 1.0.2
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down
10 changes: 5 additions & 5 deletions dist/hmac-obj-bex.iife.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hmac-obj.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const getDigestModFromParam = (digestmod, digestmods) => {
/**
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
*
* @version 1.0.1
* @version 1.0.2
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/hmac-obj.esm.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 dist/hmac-obj.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var HMACObj = (function () {
/**
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
*
* @version 1.0.1
* @version 1.0.2
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/hmac-obj.iife.min.js

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

Loading

0 comments on commit a8264da

Please sign in to comment.