Skip to content

Commit caef81d

Browse files
v1.0.3
1 parent 585fe80 commit caef81d

13 files changed

+233
-151
lines changed

cjs/hmac-obj.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const getDigestModFromParam = (digestmod, digestmods) => {
8686
/**
8787
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
8888
*
89-
* @version 1.0.2
89+
* @version 1.0.3
9090
* @author UmamiAppearance [mail@umamiappearance.eu]
9191
* @license MIT
9292
*/
@@ -579,3 +579,4 @@ class HMACObj {
579579
}
580580

581581
module.exports = HMACObj;
582+
//# sourceMappingURL=hmac-obj.cjs.map

cjs/hmac-obj.cjs.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hmac-obj-bex.esm.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ class BaseTemplate {
15321532
/**
15331533
* [BaseEx|Base1 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-1.js}
15341534
*
1535-
* @version 0.7.4
1535+
* @version 0.7.5
15361536
* @author UmamiAppearance [mail@umamiappearance.eu]
15371537
* @license MIT
15381538
*/
@@ -1688,7 +1688,7 @@ class Base1 extends BaseTemplate {
16881688
/**
16891689
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-16.js}
16901690
*
1691-
* @version 0.7.4
1691+
* @version 0.7.5
16921692
* @author UmamiAppearance [mail@umamiappearance.eu]
16931693
* @license MIT
16941694
*/
@@ -1776,7 +1776,7 @@ class Base16 extends BaseTemplate {
17761776
/**
17771777
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js}
17781778
*
1779-
* @version 0.7.4
1779+
* @version 0.7.5
17801780
* @author UmamiAppearance [mail@umamiappearance.eu]
17811781
* @license MIT
17821782
*/
@@ -1881,7 +1881,7 @@ class Base32 extends BaseTemplate {
18811881
/**
18821882
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js}
18831883
*
1884-
* @version 0.7.4
1884+
* @version 0.7.5
18851885
* @author UmamiAppearance [mail@umamiappearance.eu]
18861886
* @license MIT
18871887
*/
@@ -2031,7 +2031,7 @@ class Base58 extends BaseTemplate{
20312031
/**
20322032
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js}
20332033
*
2034-
* @version 0.7.4
2034+
* @version 0.7.5
20352035
* @author UmamiAppearance [mail@umamiappearance.eu]
20362036
* @license MIT
20372037
*/
@@ -2119,7 +2119,7 @@ class Base64 extends BaseTemplate {
21192119
/**
21202120
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/uuencode.js}
21212121
*
2122-
* @version 0.7.4
2122+
* @version 0.7.5
21232123
* @author UmamiAppearance [mail@umamiappearance.eu]
21242124
* @license MIT
21252125
*/
@@ -2323,7 +2323,7 @@ const ees = () => {
23232323
/**
23242324
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js}
23252325
*
2326-
* @version 0.7.4
2326+
* @version 0.7.5
23272327
* @author UmamiAppearance [mail@umamiappearance.eu]
23282328
* @license MIT
23292329
*/
@@ -2446,7 +2446,7 @@ class Base85 extends BaseTemplate {
24462446
/**
24472447
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js}
24482448
*
2449-
* @version 0.7.4
2449+
* @version 0.7.5
24502450
* @author UmamiAppearance [mail@umamiappearance.eu]
24512451
* @license MIT AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
24522452
*/
@@ -2679,7 +2679,7 @@ class Base91 extends BaseTemplate {
26792679
/**
26802680
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js}
26812681
*
2682-
* @version 0.7.4
2682+
* @version 0.7.5
26832683
* @author UmamiAppearance [mail@umamiappearance.eu]
26842684
* @license MIT
26852685
*/
@@ -2844,7 +2844,7 @@ class LEB128 extends BaseTemplate {
28442844
/**
28452845
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/ecoji.js}
28462846
*
2847-
* @version 0.7.4
2847+
* @version 0.7.5
28482848
* @author UmamiAppearance [mail@umamiappearance.eu]
28492849
* @license MIT OR Apache-2.0
28502850
* @see https://github.com/keith-turner/ecoji
@@ -3186,7 +3186,7 @@ class Ecoji extends BaseTemplate {
31863186
/**
31873187
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-2048.js}
31883188
*
3189-
* @version 0.7.4
3189+
* @version 0.7.5
31903190
* @author UmamiAppearance [mail@umamiappearance.eu]
31913191
* @license MIT
31923192
*/
@@ -3364,7 +3364,7 @@ class Base2048 extends BaseTemplate {
33643364
/**
33653365
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/simple-base.js}
33663366
*
3367-
* @version 0.7.4
3367+
* @version 0.7.5
33683368
* @author UmamiAppearance [mail@umamiappearance.eu]
33693369
* @license MIT
33703370
*/
@@ -3464,7 +3464,7 @@ let DP=20,RM=1,MAX_DP=1e6,NE=-7,PE=21,STRICT=!1,NAME="[big.js] ",INVALID=NAME+"I
34643464
/**
34653465
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js}
34663466
*
3467-
* @version 0.7.4
3467+
* @version 0.7.5
34683468
* @author UmamiAppearance [mail@umamiappearance.eu]
34693469
* @license MIT
34703470
*/
@@ -3801,7 +3801,7 @@ class BasePhi extends BaseTemplate {
38013801
/**
38023802
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js}
38033803
*
3804-
* @version 0.7.4
3804+
* @version 0.7.5
38053805
* @author UmamiAppearance [mail@umamiappearance.eu]
38063806
* @license MIT
38073807
*/
@@ -3919,7 +3919,7 @@ class ByteConverter {
39193919
/**
39203920
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
39213921
*
3922-
* @version 0.7.4
3922+
* @version 0.7.5
39233923
* @author UmamiAppearance [mail@umamiappearance.eu]
39243924
* @license MIT
39253925
*/
@@ -3982,7 +3982,7 @@ class BaseEx {
39823982
/**
39833983
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
39843984
*
3985-
* @version 1.0.2
3985+
* @version 1.0.3
39863986
* @author UmamiAppearance [mail@umamiappearance.eu]
39873987
* @license MIT
39883988
*/

dist/hmac-obj-bex.esm.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/hmac-obj-bex.iife.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ var HMACObj = (function () {
15351535
/**
15361536
* [BaseEx|Base1 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-1.js}
15371537
*
1538-
* @version 0.7.4
1538+
* @version 0.7.5
15391539
* @author UmamiAppearance [mail@umamiappearance.eu]
15401540
* @license MIT
15411541
*/
@@ -1691,7 +1691,7 @@ var HMACObj = (function () {
16911691
/**
16921692
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-16.js}
16931693
*
1694-
* @version 0.7.4
1694+
* @version 0.7.5
16951695
* @author UmamiAppearance [mail@umamiappearance.eu]
16961696
* @license MIT
16971697
*/
@@ -1779,7 +1779,7 @@ var HMACObj = (function () {
17791779
/**
17801780
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js}
17811781
*
1782-
* @version 0.7.4
1782+
* @version 0.7.5
17831783
* @author UmamiAppearance [mail@umamiappearance.eu]
17841784
* @license MIT
17851785
*/
@@ -1884,7 +1884,7 @@ var HMACObj = (function () {
18841884
/**
18851885
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js}
18861886
*
1887-
* @version 0.7.4
1887+
* @version 0.7.5
18881888
* @author UmamiAppearance [mail@umamiappearance.eu]
18891889
* @license MIT
18901890
*/
@@ -2034,7 +2034,7 @@ var HMACObj = (function () {
20342034
/**
20352035
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js}
20362036
*
2037-
* @version 0.7.4
2037+
* @version 0.7.5
20382038
* @author UmamiAppearance [mail@umamiappearance.eu]
20392039
* @license MIT
20402040
*/
@@ -2122,7 +2122,7 @@ var HMACObj = (function () {
21222122
/**
21232123
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/uuencode.js}
21242124
*
2125-
* @version 0.7.4
2125+
* @version 0.7.5
21262126
* @author UmamiAppearance [mail@umamiappearance.eu]
21272127
* @license MIT
21282128
*/
@@ -2326,7 +2326,7 @@ var HMACObj = (function () {
23262326
/**
23272327
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js}
23282328
*
2329-
* @version 0.7.4
2329+
* @version 0.7.5
23302330
* @author UmamiAppearance [mail@umamiappearance.eu]
23312331
* @license MIT
23322332
*/
@@ -2449,7 +2449,7 @@ var HMACObj = (function () {
24492449
/**
24502450
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js}
24512451
*
2452-
* @version 0.7.4
2452+
* @version 0.7.5
24532453
* @author UmamiAppearance [mail@umamiappearance.eu]
24542454
* @license MIT AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
24552455
*/
@@ -2682,7 +2682,7 @@ var HMACObj = (function () {
26822682
/**
26832683
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js}
26842684
*
2685-
* @version 0.7.4
2685+
* @version 0.7.5
26862686
* @author UmamiAppearance [mail@umamiappearance.eu]
26872687
* @license MIT
26882688
*/
@@ -2847,7 +2847,7 @@ var HMACObj = (function () {
28472847
/**
28482848
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/ecoji.js}
28492849
*
2850-
* @version 0.7.4
2850+
* @version 0.7.5
28512851
* @author UmamiAppearance [mail@umamiappearance.eu]
28522852
* @license MIT OR Apache-2.0
28532853
* @see https://github.com/keith-turner/ecoji
@@ -3189,7 +3189,7 @@ var HMACObj = (function () {
31893189
/**
31903190
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-2048.js}
31913191
*
3192-
* @version 0.7.4
3192+
* @version 0.7.5
31933193
* @author UmamiAppearance [mail@umamiappearance.eu]
31943194
* @license MIT
31953195
*/
@@ -3367,7 +3367,7 @@ var HMACObj = (function () {
33673367
/**
33683368
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/simple-base.js}
33693369
*
3370-
* @version 0.7.4
3370+
* @version 0.7.5
33713371
* @author UmamiAppearance [mail@umamiappearance.eu]
33723372
* @license MIT
33733373
*/
@@ -3467,7 +3467,7 @@ var HMACObj = (function () {
34673467
/**
34683468
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js}
34693469
*
3470-
* @version 0.7.4
3470+
* @version 0.7.5
34713471
* @author UmamiAppearance [mail@umamiappearance.eu]
34723472
* @license MIT
34733473
*/
@@ -3804,7 +3804,7 @@ var HMACObj = (function () {
38043804
/**
38053805
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js}
38063806
*
3807-
* @version 0.7.4
3807+
* @version 0.7.5
38083808
* @author UmamiAppearance [mail@umamiappearance.eu]
38093809
* @license MIT
38103810
*/
@@ -3922,7 +3922,7 @@ var HMACObj = (function () {
39223922
/**
39233923
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
39243924
*
3925-
* @version 0.7.4
3925+
* @version 0.7.5
39263926
* @author UmamiAppearance [mail@umamiappearance.eu]
39273927
* @license MIT
39283928
*/
@@ -3985,7 +3985,7 @@ var HMACObj = (function () {
39853985
/**
39863986
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
39873987
*
3988-
* @version 1.0.2
3988+
* @version 1.0.3
39893989
* @author UmamiAppearance [mail@umamiappearance.eu]
39903990
* @license MIT
39913991
*/

0 commit comments

Comments
 (0)