Skip to content

Commit c667115

Browse files
dependency updates / dev tool remembrance added
1 parent caef81d commit c667115

14 files changed

+337
-284
lines changed

.remembrance.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"src": "./src/**",
3+
"dist": [
4+
"./cjs/**",
5+
"./dist/**"
6+
]
7+
}

cjs/hmac-obj.cjs

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

94+
9495
let BASE_EX;
9596
if (typeof baseEx.BaseEx === "undefined") {
9697
throw new Error("BaseEx is required for this module to work. Please make sure the whole library or the BaseEx class can be globally found under the name 'BaseEx'.");

cjs/hmac-obj.cjs.map

Lines changed: 1 addition & 1 deletion
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: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,11 +1532,12 @@ 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.5
1535+
* @version 0.7.6
15361536
* @author UmamiAppearance [mail@umamiappearance.eu]
15371537
* @license MIT
15381538
*/
15391539

1540+
15401541
/**
15411542
* BaseEx Base 1 Converter.
15421543
* -----------------------
@@ -1688,11 +1689,12 @@ class Base1 extends BaseTemplate {
16881689
/**
16891690
* [BaseEx|Base16 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-16.js}
16901691
*
1691-
* @version 0.7.5
1692+
* @version 0.7.6
16921693
* @author UmamiAppearance [mail@umamiappearance.eu]
16931694
* @license MIT
16941695
*/
16951696

1697+
16961698
/**
16971699
* BaseEx Base 16 Converter.
16981700
* ------------------------
@@ -1776,11 +1778,12 @@ class Base16 extends BaseTemplate {
17761778
/**
17771779
* [BaseEx|Base32 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-32.js}
17781780
*
1779-
* @version 0.7.5
1781+
* @version 0.7.6
17801782
* @author UmamiAppearance [mail@umamiappearance.eu]
17811783
* @license MIT
17821784
*/
17831785

1786+
17841787
/**
17851788
* BaseEx Base 32 Converter.
17861789
* ------------------------
@@ -1881,11 +1884,12 @@ class Base32 extends BaseTemplate {
18811884
/**
18821885
* [BaseEx|Base58 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-58.js}
18831886
*
1884-
* @version 0.7.5
1887+
* @version 0.7.6
18851888
* @author UmamiAppearance [mail@umamiappearance.eu]
18861889
* @license MIT
18871890
*/
18881891

1892+
18891893
/**
18901894
* BaseEx Base 58 Converter.
18911895
* ------------------------
@@ -2031,11 +2035,12 @@ class Base58 extends BaseTemplate{
20312035
/**
20322036
* [BaseEx|Base64 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-64.js}
20332037
*
2034-
* @version 0.7.5
2038+
* @version 0.7.6
20352039
* @author UmamiAppearance [mail@umamiappearance.eu]
20362040
* @license MIT
20372041
*/
20382042

2043+
20392044
/**
20402045
* BaseEx Base 64 Converter.
20412046
* ------------------------
@@ -2119,11 +2124,12 @@ class Base64 extends BaseTemplate {
21192124
/**
21202125
* [BaseEx|UUencode Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/uuencode.js}
21212126
*
2122-
* @version 0.7.5
2127+
* @version 0.7.6
21232128
* @author UmamiAppearance [mail@umamiappearance.eu]
21242129
* @license MIT
21252130
*/
21262131

2132+
21272133
/**
21282134
* BaseEx UUencode Converter.
21292135
* ------------------------
@@ -2323,11 +2329,12 @@ const ees = () => {
23232329
/**
23242330
* [BaseEx|Base85 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-85.js}
23252331
*
2326-
* @version 0.7.5
2332+
* @version 0.7.6
23272333
* @author UmamiAppearance [mail@umamiappearance.eu]
23282334
* @license MIT
23292335
*/
23302336

2337+
23312338
/**
23322339
* BaseEx Base 85 Converter.
23332340
* ------------------------
@@ -2446,11 +2453,12 @@ class Base85 extends BaseTemplate {
24462453
/**
24472454
* [BaseEx|Base91 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-91.js}
24482455
*
2449-
* @version 0.7.5
2456+
* @version 0.7.6
24502457
* @author UmamiAppearance [mail@umamiappearance.eu]
24512458
* @license MIT AND BSD-3-Clause (Base91, Copyright (c) 2000-2006 Joachim Henke)
24522459
*/
24532460

2461+
24542462
/**
24552463
* BaseEx Base 91 Converter.
24562464
* ------------------------
@@ -2679,11 +2687,12 @@ class Base91 extends BaseTemplate {
26792687
/**
26802688
* [BaseEx|LEB128 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/leb-128.js}
26812689
*
2682-
* @version 0.7.5
2690+
* @version 0.7.6
26832691
* @author UmamiAppearance [mail@umamiappearance.eu]
26842692
* @license MIT
26852693
*/
26862694

2695+
26872696
/**
26882697
* BaseEx Little Endian Base 128 Converter.
26892698
* ---------------------------------------
@@ -2844,12 +2853,13 @@ class LEB128 extends BaseTemplate {
28442853
/**
28452854
* [BaseEx|Ecoji Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/ecoji.js}
28462855
*
2847-
* @version 0.7.5
2856+
* @version 0.7.6
28482857
* @author UmamiAppearance [mail@umamiappearance.eu]
28492858
* @license MIT OR Apache-2.0
28502859
* @see https://github.com/keith-turner/ecoji
28512860
*/
28522861

2862+
28532863
/**
28542864
* BaseEx Ecoji (a Base 1024) Converter.
28552865
* ------------------------------------
@@ -3186,11 +3196,12 @@ class Ecoji extends BaseTemplate {
31863196
/**
31873197
* [BaseEx|Base2048 Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-2048.js}
31883198
*
3189-
* @version 0.7.5
3199+
* @version 0.7.6
31903200
* @author UmamiAppearance [mail@umamiappearance.eu]
31913201
* @license MIT
31923202
*/
31933203

3204+
31943205
/**
31953206
* BaseEx Base 2048 Converter.
31963207
* ------------------------
@@ -3364,12 +3375,13 @@ class Base2048 extends BaseTemplate {
33643375
/**
33653376
* [BaseEx|SimpleBase Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/simple-base.js}
33663377
*
3367-
* @version 0.7.5
3378+
* @version 0.7.6
33683379
* @author UmamiAppearance [mail@umamiappearance.eu]
33693380
* @license MIT
33703381
*/
33713382

33723383

3384+
33733385
/**
33743386
* BaseEx SimpleBase Converter.
33753387
* ---------------------------
@@ -3464,11 +3476,12 @@ let DP=20,RM=1,MAX_DP=1e6,NE=-7,PE=21,STRICT=!1,NAME="[big.js] ",INVALID=NAME+"I
34643476
/**
34653477
* [BaseEx|BasePhi Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/base-phi.js}
34663478
*
3467-
* @version 0.7.5
3479+
* @version 0.7.6
34683480
* @author UmamiAppearance [mail@umamiappearance.eu]
34693481
* @license MIT
34703482
*/
34713483

3484+
34723485
/**
34733486
* BaseEx Base Phi Converter.
34743487
* ------------------------
@@ -3801,11 +3814,12 @@ class BasePhi extends BaseTemplate {
38013814
/**
38023815
* [BaseEx|Byte Converter]{@link https://github.com/UmamiAppearance/BaseExJS/blob/main/src/converters/byte-converter.js}
38033816
*
3804-
* @version 0.7.5
3817+
* @version 0.7.6
38053818
* @author UmamiAppearance [mail@umamiappearance.eu]
38063819
* @license MIT
38073820
*/
38083821

3822+
38093823
// Endianness of the system
38103824
const LITTLE_ENDIAN = (() => {
38113825
const testInt = new Uint16Array([1]);
@@ -3919,11 +3933,12 @@ class ByteConverter {
39193933
/**
39203934
* [BaseEx]{@link https://github.com/UmamiAppearance/BaseExJS}
39213935
*
3922-
* @version 0.7.5
3936+
* @version 0.7.6
39233937
* @author UmamiAppearance [mail@umamiappearance.eu]
39243938
* @license MIT
39253939
*/
39263940

3941+
39273942
/**
39283943
* BaseEx Converter Collection.
39293944
* ---------------------------
@@ -3982,11 +3997,12 @@ class BaseEx {
39823997
/**
39833998
* [HMACObj]{@link https://github.com/UmamiAppearance/HMACObj}
39843999
*
3985-
* @version 1.0.3
4000+
* @version 1.0.4
39864001
* @author UmamiAppearance [mail@umamiappearance.eu]
39874002
* @license MIT
39884003
*/
39894004

4005+
39904006
let BASE_EX;
39914007
if (typeof BaseEx === "undefined") {
39924008
throw new Error("BaseEx is required for this module to work. Please make sure the whole library or the BaseEx class can be globally found under the name 'BaseEx'.");

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

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

0 commit comments

Comments
 (0)