clientnode 4.0.1502 → 4.0.1503

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/Lock.js +8 -27
  2. package/dist/Logger.js +27 -55
  3. package/dist/Semaphore.js +8 -27
  4. package/dist/array.js +8 -46
  5. package/dist/bundle/index.js +405 -430
  6. package/dist/cli.js +8 -30
  7. package/dist/compatible/Lock.js +8 -27
  8. package/dist/compatible/Logger.js +27 -55
  9. package/dist/compatible/Semaphore.js +8 -27
  10. package/dist/compatible/array.js +8 -46
  11. package/dist/compatible/cli.js +8 -30
  12. package/dist/compatible/constants.js +8 -27
  13. package/dist/compatible/context.js +27 -55
  14. package/dist/compatible/cookie.js +27 -58
  15. package/dist/compatible/data-transfer.js +27 -59
  16. package/dist/compatible/datetime.js +27 -58
  17. package/dist/compatible/domNode.js +27 -59
  18. package/dist/compatible/expression/evaluators.js +27 -50
  19. package/dist/compatible/expression/helper.js +8 -31
  20. package/dist/compatible/expression/index.js +27 -71
  21. package/dist/compatible/expression/indicator-functions.js +8 -42
  22. package/dist/compatible/filesystem.js +27 -55
  23. package/dist/compatible/function.js +8 -32
  24. package/dist/compatible/index.js +34 -66
  25. package/dist/compatible/indicators.js +8 -39
  26. package/dist/compatible/module.js +27 -50
  27. package/dist/compatible/number.js +8 -34
  28. package/dist/compatible/object.js +27 -58
  29. package/dist/compatible/process.js +27 -55
  30. package/dist/compatible/scope.js +34 -108
  31. package/dist/compatible/string.js +27 -61
  32. package/dist/compatible/test-helper.js +8 -33
  33. package/dist/compatible/utility.js +27 -55
  34. package/dist/constants.js +8 -27
  35. package/dist/context.js +27 -55
  36. package/dist/cookie.js +27 -58
  37. package/dist/data-transfer.js +27 -59
  38. package/dist/datetime.js +27 -58
  39. package/dist/domNode.js +27 -59
  40. package/dist/expression/evaluators.js +27 -50
  41. package/dist/expression/helper.js +8 -31
  42. package/dist/expression/index.js +27 -71
  43. package/dist/expression/indicator-functions.js +8 -42
  44. package/dist/filesystem.js +27 -55
  45. package/dist/function.js +8 -32
  46. package/dist/index.js +34 -66
  47. package/dist/indicators.js +8 -39
  48. package/dist/module.js +27 -50
  49. package/dist/number.js +8 -34
  50. package/dist/object.js +27 -58
  51. package/dist/process.js +27 -55
  52. package/dist/scope.js +34 -108
  53. package/dist/string.js +27 -61
  54. package/dist/test-helper.js +8 -33
  55. package/dist/utility.js +27 -55
  56. package/package.json +10 -10
package/dist/scope.js CHANGED
@@ -53,18 +53,6 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
53
53
  /* 2 */
54
54
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
55
55
 
56
- __webpack_require__.r(__webpack_exports__);
57
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
58
- /* harmony export */ Dx: function() { return /* binding */ isolatedRequire; },
59
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
60
- /* harmony export */ Ni: function() { return /* binding */ clearRequireCache; },
61
- /* harmony export */ SD: function() { return /* binding */ setOptionalRequire; },
62
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
63
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; },
64
- /* harmony export */ lE: function() { return /* binding */ currentRequire; },
65
- /* harmony export */ xN: function() { return /* binding */ isImportSyntaxSupported; },
66
- /* harmony export */ zM: function() { return /* binding */ getCurrentRequire; }
67
- /* harmony export */ });
68
56
  /* module decorator */ module = __webpack_require__.hmd(module);
69
57
  // #!/usr/bin/env babel-node
70
58
  // -*- coding: utf-8 -*-
@@ -925,14 +913,6 @@ module.exports = x({ });
925
913
  /* 9 */
926
914
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
927
915
 
928
- __webpack_require__.r(__webpack_exports__);
929
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
930
- /* harmony export */ LI: function() { return /* binding */ round; },
931
- /* harmony export */ RI: function() { return /* binding */ floor; },
932
- /* harmony export */ W2: function() { return /* binding */ isNotANumber; },
933
- /* harmony export */ mk: function() { return /* binding */ ceil; },
934
- /* harmony export */ n$: function() { return /* binding */ getUTCTimestamp; }
935
- /* harmony export */ });
936
916
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
937
917
  /* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
938
918
  // #!/usr/bin/env babel-node
@@ -1185,9 +1165,6 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
1185
1165
  /* 15 */
1186
1166
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1187
1167
 
1188
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1189
- /* harmony export */ l: function() { return /* binding */ CLI_COLOR; }
1190
- /* harmony export */ });
1191
1168
  // #!/usr/bin/env babel-node
1192
1169
  // -*- coding: utf-8 -*-
1193
1170
  /** @module cli *//* !
@@ -1308,26 +1285,6 @@ var remainingLength=lineLength+LEVELS_COLOR[levelIndex].length+_cli_js__WEBPACK_
1308
1285
  /* 17 */
1309
1286
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1310
1287
 
1311
- __webpack_require__.r(__webpack_exports__);
1312
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1313
- /* harmony export */ Am: function() { return /* binding */ unique; },
1314
- /* harmony export */ En: function() { return /* binding */ paginate; },
1315
- /* harmony export */ Hb: function() { return /* binding */ removeArrayItem; },
1316
- /* harmony export */ Ht: function() { return /* binding */ extractIfPropertyMatches; },
1317
- /* harmony export */ Ny: function() { return /* binding */ _permute2; },
1318
- /* harmony export */ QR: function() { return /* binding */ makeRange; },
1319
- /* harmony export */ ST: function() { return /* binding */ aggregatePropertyIfEqual; },
1320
- /* harmony export */ UX: function() { return /* binding */ sortTopological; },
1321
- /* harmony export */ _2: function() { return /* binding */ sumUpProperty; },
1322
- /* harmony export */ bH: function() { return /* binding */ permuteLength; },
1323
- /* harmony export */ dO: function() { return /* binding */ deleteEmptyItems; },
1324
- /* harmony export */ gv: function() { return /* binding */ makeArray; },
1325
- /* harmony export */ h1: function() { return /* binding */ merge; },
1326
- /* harmony export */ o6: function() { return /* binding */ extract; },
1327
- /* harmony export */ q6: function() { return /* binding */ extractIfPropertyExists; },
1328
- /* harmony export */ u7: function() { return /* binding */ extractIfMatches; },
1329
- /* harmony export */ y$: function() { return /* binding */ intersect; }
1330
- /* harmony export */ });
1331
1288
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1332
1289
  /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4);
1333
1290
  // #!/usr/bin/env babel-node
@@ -1622,12 +1579,6 @@ var result=new Date(value);if(isNaN(result.getDate()))return null;return result}
1622
1579
  /* 19 */
1623
1580
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1624
1581
 
1625
- __webpack_require__.r(__webpack_exports__);
1626
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1627
- /* harmony export */ D_: function() { return /* binding */ identity; },
1628
- /* harmony export */ Gj: function() { return /* binding */ _getParameterNames; },
1629
- /* harmony export */ gH: function() { return /* binding */ invertArrayFilter; }
1630
- /* harmony export */ });
1631
1582
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1632
1583
  // #!/usr/bin/env babel-node
1633
1584
  // -*- coding: utf-8 -*-
@@ -1939,74 +1890,49 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
1939
1890
  /******/
1940
1891
  /************************************************************************/
1941
1892
  /******/ /* webpack/runtime/define property getters */
1942
- /******/ !function() {
1943
- /******/ // define getter/value functions for harmony exports
1944
- /******/ __webpack_require__.d = function(exports, definition) {
1945
- /******/ if(Array.isArray(definition)) {
1946
- /******/ var i = 0;
1947
- /******/ while(i < definition.length) {
1948
- /******/ var key = definition[i++];
1949
- /******/ var binding = definition[i++];
1950
- /******/ if(!__webpack_require__.o(exports, key)) {
1951
- /******/ if(binding === 0) {
1952
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
1953
- /******/ } else {
1954
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
1955
- /******/ }
1956
- /******/ } else if(binding === 0) { i++; }
1957
- /******/ }
1958
- /******/ } else {
1959
- /******/ for(var key in definition) {
1960
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1961
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1962
- /******/ }
1963
- /******/ }
1893
+ /******/ // define getter/value functions for harmony exports
1894
+ /******/ __webpack_require__.d = function(exports, definition) {
1895
+ /******/ for(var key in definition) {
1896
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1897
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1964
1898
  /******/ }
1965
- /******/ };
1966
- /******/ }();
1899
+ /******/ }
1900
+ /******/ };
1967
1901
  /******/
1968
1902
  /******/ /* webpack/runtime/global */
1969
- /******/ !function() {
1970
- /******/ __webpack_require__.g = (function() {
1971
- /******/ if (typeof globalThis === 'object') return globalThis;
1972
- /******/ try {
1973
- /******/ return this || new Function('return this')();
1974
- /******/ } catch (e) {
1975
- /******/ if (typeof window === 'object') return window;
1976
- /******/ }
1977
- /******/ })();
1978
- /******/ }();
1903
+ /******/ __webpack_require__.g = (function() {
1904
+ /******/ if (typeof globalThis === 'object') return globalThis;
1905
+ /******/ try {
1906
+ /******/ return this || new Function('return this')();
1907
+ /******/ } catch (e) {
1908
+ /******/ if (typeof window === 'object') return window;
1909
+ /******/ }
1910
+ /******/ })();
1979
1911
  /******/
1980
1912
  /******/ /* webpack/runtime/harmony module decorator */
1981
- /******/ !function() {
1982
- /******/ __webpack_require__.hmd = function(module) {
1983
- /******/ module = Object.create(module);
1984
- /******/ if (!module.children) module.children = [];
1985
- /******/ Object.defineProperty(module, 'exports', {
1986
- /******/ enumerable: true,
1987
- /******/ set: function() {
1988
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1989
- /******/ }
1990
- /******/ });
1991
- /******/ return module;
1992
- /******/ };
1993
- /******/ }();
1913
+ /******/ __webpack_require__.hmd = function(module) {
1914
+ /******/ module = Object.create(module);
1915
+ /******/ if (!module.children) module.children = [];
1916
+ /******/ Object.defineProperty(module, 'exports', {
1917
+ /******/ enumerable: true,
1918
+ /******/ set: function() {
1919
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1920
+ /******/ }
1921
+ /******/ });
1922
+ /******/ return module;
1923
+ /******/ };
1994
1924
  /******/
1995
1925
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1996
- /******/ !function() {
1997
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1998
- /******/ }();
1926
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1999
1927
  /******/
2000
1928
  /******/ /* webpack/runtime/make namespace object */
2001
- /******/ !function() {
2002
- /******/ // define __esModule on exports
2003
- /******/ __webpack_require__.r = function(exports) {
2004
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
2005
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2006
- /******/ }
2007
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
2008
- /******/ };
2009
- /******/ }();
1929
+ /******/ // define __esModule on exports
1930
+ /******/ __webpack_require__.r = function(exports) {
1931
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
1932
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1933
+ /******/ }
1934
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
1935
+ /******/ };
2010
1936
  /******/
2011
1937
  /************************************************************************/
2012
1938
  /******/
package/dist/string.js CHANGED
@@ -49,11 +49,6 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
49
49
  /* 2 */
50
50
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
51
51
 
52
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
53
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
54
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
55
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
56
- /* harmony export */ });
57
52
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
58
53
  /* module decorator */ module = __webpack_require__.hmd(module);
59
54
  // #!/usr/bin/env babel-node
@@ -354,12 +349,6 @@ result=object;if(isPlainObject(exclude)){var useCopy=false;var copy=_objectSprea
354
349
  /* 4 */
355
350
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
356
351
 
357
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
358
- /* harmony export */ Tn: function() { return /* binding */ isFunction; },
359
- /* harmony export */ jh: function() { return /* binding */ isMap; },
360
- /* harmony export */ kf: function() { return /* binding */ isNumeric; },
361
- /* harmony export */ vM: function() { return /* binding */ isSet; }
362
- /* harmony export */ });
363
352
  /* unused harmony exports isWindow, isArrayLike, isAnyMatching, isObject, isPlainObject, isProxy */
364
353
  /* unused harmony import specifier */ var PLAIN_OBJECT_PROTOTYPES;
365
354
  /* unused harmony import specifier */ var determineType;
@@ -1055,63 +1044,40 @@ try{mkdirSync(targetPath)}catch(error){if(error.code!=="EEXIST")throw error}for(
1055
1044
  /******/
1056
1045
  /************************************************************************/
1057
1046
  /******/ /* webpack/runtime/define property getters */
1058
- /******/ !function() {
1059
- /******/ // define getter/value functions for harmony exports
1060
- /******/ __webpack_require__.d = function(exports, definition) {
1061
- /******/ if(Array.isArray(definition)) {
1062
- /******/ var i = 0;
1063
- /******/ while(i < definition.length) {
1064
- /******/ var key = definition[i++];
1065
- /******/ var binding = definition[i++];
1066
- /******/ if(!__webpack_require__.o(exports, key)) {
1067
- /******/ if(binding === 0) {
1068
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
1069
- /******/ } else {
1070
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
1071
- /******/ }
1072
- /******/ } else if(binding === 0) { i++; }
1073
- /******/ }
1074
- /******/ } else {
1075
- /******/ for(var key in definition) {
1076
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1077
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1078
- /******/ }
1079
- /******/ }
1047
+ /******/ // define getter/value functions for harmony exports
1048
+ /******/ __webpack_require__.d = function(exports, definition) {
1049
+ /******/ for(var key in definition) {
1050
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1051
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1080
1052
  /******/ }
1081
- /******/ };
1082
- /******/ }();
1053
+ /******/ }
1054
+ /******/ };
1083
1055
  /******/
1084
1056
  /******/ /* webpack/runtime/global */
1085
- /******/ !function() {
1086
- /******/ __webpack_require__.g = (function() {
1087
- /******/ if (typeof globalThis === 'object') return globalThis;
1088
- /******/ try {
1089
- /******/ return this || new Function('return this')();
1090
- /******/ } catch (e) {
1091
- /******/ if (typeof window === 'object') return window;
1092
- /******/ }
1093
- /******/ })();
1094
- /******/ }();
1057
+ /******/ __webpack_require__.g = (function() {
1058
+ /******/ if (typeof globalThis === 'object') return globalThis;
1059
+ /******/ try {
1060
+ /******/ return this || new Function('return this')();
1061
+ /******/ } catch (e) {
1062
+ /******/ if (typeof window === 'object') return window;
1063
+ /******/ }
1064
+ /******/ })();
1095
1065
  /******/
1096
1066
  /******/ /* webpack/runtime/harmony module decorator */
1097
- /******/ !function() {
1098
- /******/ __webpack_require__.hmd = function(module) {
1099
- /******/ module = Object.create(module);
1100
- /******/ if (!module.children) module.children = [];
1101
- /******/ Object.defineProperty(module, 'exports', {
1102
- /******/ enumerable: true,
1103
- /******/ set: function() {
1104
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1105
- /******/ }
1106
- /******/ });
1107
- /******/ return module;
1108
- /******/ };
1109
- /******/ }();
1067
+ /******/ __webpack_require__.hmd = function(module) {
1068
+ /******/ module = Object.create(module);
1069
+ /******/ if (!module.children) module.children = [];
1070
+ /******/ Object.defineProperty(module, 'exports', {
1071
+ /******/ enumerable: true,
1072
+ /******/ set: function() {
1073
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1074
+ /******/ }
1075
+ /******/ });
1076
+ /******/ return module;
1077
+ /******/ };
1110
1078
  /******/
1111
1079
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1112
- /******/ !function() {
1113
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1114
- /******/ }();
1080
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1115
1081
  /******/
1116
1082
  /************************************************************************/
1117
1083
  /******/
@@ -317,12 +317,6 @@ result=object;if(isPlainObject(exclude)){var useCopy=false;var copy=_objectSprea
317
317
  /* 4 */
318
318
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
319
319
 
320
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
321
- /* harmony export */ Tn: function() { return /* binding */ isFunction; },
322
- /* harmony export */ jh: function() { return /* binding */ isMap; },
323
- /* harmony export */ kf: function() { return /* binding */ isNumeric; },
324
- /* harmony export */ vM: function() { return /* binding */ isSet; }
325
- /* harmony export */ });
326
320
  /* unused harmony exports isWindow, isArrayLike, isAnyMatching, isObject, isPlainObject, isProxy */
327
321
  /* unused harmony import specifier */ var PLAIN_OBJECT_PROTOTYPES;
328
322
  /* unused harmony import specifier */ var determineType;
@@ -443,36 +437,17 @@ module.exports = x({ });
443
437
  /******/
444
438
  /************************************************************************/
445
439
  /******/ /* webpack/runtime/define property getters */
446
- /******/ !function() {
447
- /******/ // define getter/value functions for harmony exports
448
- /******/ __webpack_require__.d = function(exports, definition) {
449
- /******/ if(Array.isArray(definition)) {
450
- /******/ var i = 0;
451
- /******/ while(i < definition.length) {
452
- /******/ var key = definition[i++];
453
- /******/ var binding = definition[i++];
454
- /******/ if(!__webpack_require__.o(exports, key)) {
455
- /******/ if(binding === 0) {
456
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
457
- /******/ } else {
458
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
459
- /******/ }
460
- /******/ } else if(binding === 0) { i++; }
461
- /******/ }
462
- /******/ } else {
463
- /******/ for(var key in definition) {
464
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
465
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
466
- /******/ }
467
- /******/ }
440
+ /******/ // define getter/value functions for harmony exports
441
+ /******/ __webpack_require__.d = function(exports, definition) {
442
+ /******/ for(var key in definition) {
443
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
444
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
468
445
  /******/ }
469
- /******/ };
470
- /******/ }();
446
+ /******/ }
447
+ /******/ };
471
448
  /******/
472
449
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
473
- /******/ !function() {
474
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
475
- /******/ }();
450
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
476
451
  /******/
477
452
  /************************************************************************/
478
453
 
package/dist/utility.js CHANGED
@@ -14,11 +14,6 @@ module.exports = x({ });
14
14
  /* 2 */
15
15
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16
16
 
17
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
18
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
19
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
20
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
21
- /* harmony export */ });
22
17
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
23
18
  /* module decorator */ module = __webpack_require__.hmd(module);
24
19
  // #!/usr/bin/env babel-node
@@ -285,63 +280,40 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
285
280
  /******/
286
281
  /************************************************************************/
287
282
  /******/ /* webpack/runtime/define property getters */
288
- /******/ !function() {
289
- /******/ // define getter/value functions for harmony exports
290
- /******/ __webpack_require__.d = function(exports, definition) {
291
- /******/ if(Array.isArray(definition)) {
292
- /******/ var i = 0;
293
- /******/ while(i < definition.length) {
294
- /******/ var key = definition[i++];
295
- /******/ var binding = definition[i++];
296
- /******/ if(!__webpack_require__.o(exports, key)) {
297
- /******/ if(binding === 0) {
298
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
299
- /******/ } else {
300
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
301
- /******/ }
302
- /******/ } else if(binding === 0) { i++; }
303
- /******/ }
304
- /******/ } else {
305
- /******/ for(var key in definition) {
306
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
307
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
308
- /******/ }
309
- /******/ }
283
+ /******/ // define getter/value functions for harmony exports
284
+ /******/ __webpack_require__.d = function(exports, definition) {
285
+ /******/ for(var key in definition) {
286
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
287
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
310
288
  /******/ }
311
- /******/ };
312
- /******/ }();
289
+ /******/ }
290
+ /******/ };
313
291
  /******/
314
292
  /******/ /* webpack/runtime/global */
315
- /******/ !function() {
316
- /******/ __webpack_require__.g = (function() {
317
- /******/ if (typeof globalThis === 'object') return globalThis;
318
- /******/ try {
319
- /******/ return this || new Function('return this')();
320
- /******/ } catch (e) {
321
- /******/ if (typeof window === 'object') return window;
322
- /******/ }
323
- /******/ })();
324
- /******/ }();
293
+ /******/ __webpack_require__.g = (function() {
294
+ /******/ if (typeof globalThis === 'object') return globalThis;
295
+ /******/ try {
296
+ /******/ return this || new Function('return this')();
297
+ /******/ } catch (e) {
298
+ /******/ if (typeof window === 'object') return window;
299
+ /******/ }
300
+ /******/ })();
325
301
  /******/
326
302
  /******/ /* webpack/runtime/harmony module decorator */
327
- /******/ !function() {
328
- /******/ __webpack_require__.hmd = function(module) {
329
- /******/ module = Object.create(module);
330
- /******/ if (!module.children) module.children = [];
331
- /******/ Object.defineProperty(module, 'exports', {
332
- /******/ enumerable: true,
333
- /******/ set: function() {
334
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
335
- /******/ }
336
- /******/ });
337
- /******/ return module;
338
- /******/ };
339
- /******/ }();
303
+ /******/ __webpack_require__.hmd = function(module) {
304
+ /******/ module = Object.create(module);
305
+ /******/ if (!module.children) module.children = [];
306
+ /******/ Object.defineProperty(module, 'exports', {
307
+ /******/ enumerable: true,
308
+ /******/ set: function() {
309
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
310
+ /******/ }
311
+ /******/ });
312
+ /******/ return module;
313
+ /******/ };
340
314
  /******/
341
315
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
342
- /******/ !function() {
343
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
344
- /******/ }();
316
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
345
317
  /******/
346
318
  /************************************************************************/
347
319
  /******/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "4.0.1502",
3
+ "version": "4.0.1503",
4
4
  "description": "Handy utilities for any JavaScript environments.",
5
5
  "keywords": [
6
6
  "client",
@@ -83,27 +83,27 @@
83
83
  "@types/ejs": "^3.1.5",
84
84
  "@types/html-minifier": "^4.0.6",
85
85
  "@types/imagemin": "^9.0.1",
86
- "@types/node": "^26.3.0",
86
+ "@types/node": "^26.4.1",
87
87
  "@types/prop-types": "^15.7.15",
88
88
  "@types/webpack-env": "^1.18.8",
89
- "@typescript-eslint/eslint-plugin": "^8.68.0",
90
- "@typescript-eslint/parser": "^8.68.0",
89
+ "@typescript-eslint/eslint-plugin": "^8.69.0",
90
+ "@typescript-eslint/parser": "^8.69.0",
91
91
  "babel-plugin-polyfill-corejs3": "^1.0.0",
92
92
  "babel-plugin-transform-rewrite-imports": "^1.5.4",
93
93
  "clientnode": "workspace:.",
94
94
  "eslint": "^10.9.1",
95
95
  "eslint-config-google": "^0.14.0",
96
- "eslint-plugin-jsdoc": "^64.2.1",
96
+ "eslint-plugin-jsdoc": "^64.3.4",
97
97
  "favicons-webpack-plugin": "^6.0.1",
98
98
  "image-minimizer-webpack-plugin": "^5.0.0",
99
- "jest": "30.4.2",
99
+ "jest": "30.5.1",
100
100
  "jsdoc": "^4.0.5",
101
101
  "node-fetch": "^3.3.2",
102
102
  "prop-types": "^15.8.1",
103
103
  "rimraf": "^6.1.3",
104
- "typescript-eslint": "^8.68.0",
105
- "web-documentation": "^1.0.51",
106
- "weboptimizer": "^4.0.66",
104
+ "typescript-eslint": "^8.69.0",
105
+ "web-documentation": "^1.0.52",
106
+ "weboptimizer": "^4.0.75",
107
107
  "webpack-dev-server": "^6.0.0"
108
108
  },
109
109
  "peerDependencies": {
@@ -127,7 +127,7 @@
127
127
  "globals@npm:^11.1.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
128
128
  "globals@npm:^14.0.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
129
129
  "globals@npm:^9.18.0": "patch:globals@npm%3A11.12.0#~/.yarn/patches/globals-npm-11.12.0-1fa7f41a6c.patch",
130
- "weboptimizer/clientnode": "4.0.1500"
130
+ "weboptimizer/clientnode": "4.0.1501"
131
131
  },
132
132
  "engines": {
133
133
  "node": ">=26",