clientnode 4.0.1507 → 4.0.1509

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 +27 -8
  2. package/dist/Logger.js +55 -27
  3. package/dist/Semaphore.js +27 -8
  4. package/dist/array.js +46 -8
  5. package/dist/bundle/index.js +429 -402
  6. package/dist/cli.js +27 -8
  7. package/dist/compatible/Lock.js +27 -8
  8. package/dist/compatible/Logger.js +55 -27
  9. package/dist/compatible/Semaphore.js +27 -8
  10. package/dist/compatible/array.js +46 -8
  11. package/dist/compatible/cli.js +27 -8
  12. package/dist/compatible/constants.js +27 -8
  13. package/dist/compatible/context.js +55 -27
  14. package/dist/compatible/cookie.js +58 -27
  15. package/dist/compatible/data-transfer.js +59 -27
  16. package/dist/compatible/datetime.js +58 -27
  17. package/dist/compatible/domNode.js +59 -27
  18. package/dist/compatible/expression/evaluators.js +50 -27
  19. package/dist/compatible/expression/helper.js +31 -8
  20. package/dist/compatible/expression/index.js +71 -27
  21. package/dist/compatible/expression/indicator-functions.js +42 -8
  22. package/dist/compatible/filesystem.js +55 -27
  23. package/dist/compatible/function.js +32 -8
  24. package/dist/compatible/index.js +63 -34
  25. package/dist/compatible/indicators.js +39 -8
  26. package/dist/compatible/module.js +50 -27
  27. package/dist/compatible/number.js +34 -8
  28. package/dist/compatible/object.js +58 -27
  29. package/dist/compatible/process.js +55 -27
  30. package/dist/compatible/scope.js +105 -34
  31. package/dist/compatible/string.js +61 -27
  32. package/dist/compatible/test-helper.js +33 -8
  33. package/dist/compatible/utility.js +55 -27
  34. package/dist/constants.js +27 -8
  35. package/dist/context.js +55 -27
  36. package/dist/cookie.js +58 -27
  37. package/dist/data-transfer.js +59 -27
  38. package/dist/datetime.js +58 -27
  39. package/dist/domNode.js +59 -27
  40. package/dist/expression/evaluators.js +50 -27
  41. package/dist/expression/helper.js +31 -8
  42. package/dist/expression/index.js +71 -27
  43. package/dist/expression/indicator-functions.js +42 -8
  44. package/dist/filesystem.js +55 -27
  45. package/dist/function.js +32 -8
  46. package/dist/index.js +63 -34
  47. package/dist/indicators.js +39 -8
  48. package/dist/module.js +50 -27
  49. package/dist/number.js +34 -8
  50. package/dist/object.js +58 -27
  51. package/dist/process.js +55 -27
  52. package/dist/scope.js +105 -34
  53. package/dist/string.js +61 -27
  54. package/dist/test-helper.js +33 -8
  55. package/dist/utility.js +55 -27
  56. package/package.json +4 -3
package/dist/scope.js CHANGED
@@ -54,6 +54,18 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
54
54
  /* 2 */
55
55
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
56
56
 
57
+ __webpack_require__.r(__webpack_exports__);
58
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
59
+ /* harmony export */ Dx: function() { return /* binding */ isolatedRequire; },
60
+ /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
61
+ /* harmony export */ Ni: function() { return /* binding */ clearRequireCache; },
62
+ /* harmony export */ SD: function() { return /* binding */ setOptionalRequire; },
63
+ /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
64
+ /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; },
65
+ /* harmony export */ lE: function() { return /* binding */ currentRequire; },
66
+ /* harmony export */ xN: function() { return /* binding */ isImportSyntaxSupported; },
67
+ /* harmony export */ zM: function() { return /* binding */ getCurrentRequire; }
68
+ /* harmony export */ });
57
69
  /* module decorator */ module = __webpack_require__.hmd(module);
58
70
  // #!/usr/bin/env babel-node
59
71
  // -*- coding: utf-8 -*-
@@ -919,6 +931,14 @@ module.exports = x({ });
919
931
  /* 9 */
920
932
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
921
933
 
934
+ __webpack_require__.r(__webpack_exports__);
935
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
936
+ /* harmony export */ LI: function() { return /* binding */ round; },
937
+ /* harmony export */ RI: function() { return /* binding */ floor; },
938
+ /* harmony export */ W2: function() { return /* binding */ isNotANumber; },
939
+ /* harmony export */ mk: function() { return /* binding */ ceil; },
940
+ /* harmony export */ n$: function() { return /* binding */ getUTCTimestamp; }
941
+ /* harmony export */ });
922
942
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
923
943
  /* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
924
944
  // #!/usr/bin/env babel-node
@@ -1270,6 +1290,26 @@ var remainingLength=lineLength+LEVELS_COLOR[levelIndex].length+_cli_js__WEBPACK_
1270
1290
  /* 16 */
1271
1291
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1272
1292
 
1293
+ __webpack_require__.r(__webpack_exports__);
1294
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1295
+ /* harmony export */ Am: function() { return /* binding */ unique; },
1296
+ /* harmony export */ En: function() { return /* binding */ paginate; },
1297
+ /* harmony export */ Hb: function() { return /* binding */ removeArrayItem; },
1298
+ /* harmony export */ Ht: function() { return /* binding */ extractIfPropertyMatches; },
1299
+ /* harmony export */ Ny: function() { return /* binding */ _permute2; },
1300
+ /* harmony export */ QR: function() { return /* binding */ makeRange; },
1301
+ /* harmony export */ ST: function() { return /* binding */ aggregatePropertyIfEqual; },
1302
+ /* harmony export */ UX: function() { return /* binding */ sortTopological; },
1303
+ /* harmony export */ _2: function() { return /* binding */ sumUpProperty; },
1304
+ /* harmony export */ bH: function() { return /* binding */ permuteLength; },
1305
+ /* harmony export */ dO: function() { return /* binding */ deleteEmptyItems; },
1306
+ /* harmony export */ gv: function() { return /* binding */ makeArray; },
1307
+ /* harmony export */ h1: function() { return /* binding */ merge; },
1308
+ /* harmony export */ o6: function() { return /* binding */ extract; },
1309
+ /* harmony export */ q6: function() { return /* binding */ extractIfPropertyExists; },
1310
+ /* harmony export */ u7: function() { return /* binding */ extractIfMatches; },
1311
+ /* harmony export */ y$: function() { return /* binding */ intersect; }
1312
+ /* harmony export */ });
1273
1313
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1274
1314
  /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4);
1275
1315
  // #!/usr/bin/env babel-node
@@ -1564,6 +1604,12 @@ var result=new Date(value);if(isNaN(result.getDate()))return null;return result}
1564
1604
  /* 18 */
1565
1605
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1566
1606
 
1607
+ __webpack_require__.r(__webpack_exports__);
1608
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1609
+ /* harmony export */ D_: function() { return /* binding */ identity; },
1610
+ /* harmony export */ Gj: function() { return /* binding */ _getParameterNames; },
1611
+ /* harmony export */ gH: function() { return /* binding */ invertArrayFilter; }
1612
+ /* harmony export */ });
1567
1613
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1568
1614
  // #!/usr/bin/env babel-node
1569
1615
  // -*- coding: utf-8 -*-
@@ -1876,49 +1922,74 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
1876
1922
  /******/
1877
1923
  /************************************************************************/
1878
1924
  /******/ /* webpack/runtime/define property getters */
1879
- /******/ // define getter/value functions for harmony exports
1880
- /******/ __webpack_require__.d = function(exports, definition) {
1881
- /******/ for(var key in definition) {
1882
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1883
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1925
+ /******/ !function() {
1926
+ /******/ // define getter/value functions for harmony exports
1927
+ /******/ __webpack_require__.d = function(exports, definition) {
1928
+ /******/ if(Array.isArray(definition)) {
1929
+ /******/ var i = 0;
1930
+ /******/ while(i < definition.length) {
1931
+ /******/ var key = definition[i++];
1932
+ /******/ var binding = definition[i++];
1933
+ /******/ if(!__webpack_require__.o(exports, key)) {
1934
+ /******/ if(binding === 0) {
1935
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
1936
+ /******/ } else {
1937
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
1938
+ /******/ }
1939
+ /******/ } else if(binding === 0) { i++; }
1940
+ /******/ }
1941
+ /******/ } else {
1942
+ /******/ for(var key in definition) {
1943
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1944
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1945
+ /******/ }
1946
+ /******/ }
1884
1947
  /******/ }
1885
- /******/ }
1886
- /******/ };
1948
+ /******/ };
1949
+ /******/ }();
1887
1950
  /******/
1888
1951
  /******/ /* webpack/runtime/global */
1889
- /******/ __webpack_require__.g = (function() {
1890
- /******/ if (typeof globalThis === 'object') return globalThis;
1891
- /******/ try {
1892
- /******/ return this || new Function('return this')();
1893
- /******/ } catch (e) {
1894
- /******/ if (typeof window === 'object') return window;
1895
- /******/ }
1896
- /******/ })();
1952
+ /******/ !function() {
1953
+ /******/ __webpack_require__.g = (function() {
1954
+ /******/ if (typeof globalThis === 'object') return globalThis;
1955
+ /******/ try {
1956
+ /******/ return this || new Function('return this')();
1957
+ /******/ } catch (e) {
1958
+ /******/ if (typeof window === 'object') return window;
1959
+ /******/ }
1960
+ /******/ })();
1961
+ /******/ }();
1897
1962
  /******/
1898
1963
  /******/ /* webpack/runtime/harmony module decorator */
1899
- /******/ __webpack_require__.hmd = function(module) {
1900
- /******/ module = Object.create(module);
1901
- /******/ if (!module.children) module.children = [];
1902
- /******/ Object.defineProperty(module, 'exports', {
1903
- /******/ enumerable: true,
1904
- /******/ set: function() {
1905
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1906
- /******/ }
1907
- /******/ });
1908
- /******/ return module;
1909
- /******/ };
1964
+ /******/ !function() {
1965
+ /******/ __webpack_require__.hmd = function(module) {
1966
+ /******/ module = Object.create(module);
1967
+ /******/ if (!module.children) module.children = [];
1968
+ /******/ Object.defineProperty(module, 'exports', {
1969
+ /******/ enumerable: true,
1970
+ /******/ set: function() {
1971
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1972
+ /******/ }
1973
+ /******/ });
1974
+ /******/ return module;
1975
+ /******/ };
1976
+ /******/ }();
1910
1977
  /******/
1911
1978
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1912
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1979
+ /******/ !function() {
1980
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1981
+ /******/ }();
1913
1982
  /******/
1914
1983
  /******/ /* webpack/runtime/make namespace object */
1915
- /******/ // define __esModule on exports
1916
- /******/ __webpack_require__.r = function(exports) {
1917
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
1918
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1919
- /******/ }
1920
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
1921
- /******/ };
1984
+ /******/ !function() {
1985
+ /******/ // define __esModule on exports
1986
+ /******/ __webpack_require__.r = function(exports) {
1987
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
1988
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1989
+ /******/ }
1990
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
1991
+ /******/ };
1992
+ /******/ }();
1922
1993
  /******/
1923
1994
  /************************************************************************/
1924
1995
  /******/
package/dist/string.js CHANGED
@@ -49,6 +49,11 @@ 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 */ });
52
57
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
53
58
  /* module decorator */ module = __webpack_require__.hmd(module);
54
59
  // #!/usr/bin/env babel-node
@@ -349,6 +354,12 @@ result=object;if(isPlainObject(exclude)){var useCopy=false;var copy=_objectSprea
349
354
  /* 4 */
350
355
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
351
356
 
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 */ });
352
363
  /* unused harmony exports isWindow, isArrayLike, isAnyMatching, isObject, isPlainObject, isProxy */
353
364
  /* unused harmony import specifier */ var PLAIN_OBJECT_PROTOTYPES;
354
365
  /* unused harmony import specifier */ var determineType;
@@ -1049,40 +1060,63 @@ try{mkdirSync(targetPath)}catch(error){if(error.code!=="EEXIST")throw error}for(
1049
1060
  /******/
1050
1061
  /************************************************************************/
1051
1062
  /******/ /* webpack/runtime/define property getters */
1052
- /******/ // define getter/value functions for harmony exports
1053
- /******/ __webpack_require__.d = function(exports, definition) {
1054
- /******/ for(var key in definition) {
1055
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1056
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1063
+ /******/ !function() {
1064
+ /******/ // define getter/value functions for harmony exports
1065
+ /******/ __webpack_require__.d = function(exports, definition) {
1066
+ /******/ if(Array.isArray(definition)) {
1067
+ /******/ var i = 0;
1068
+ /******/ while(i < definition.length) {
1069
+ /******/ var key = definition[i++];
1070
+ /******/ var binding = definition[i++];
1071
+ /******/ if(!__webpack_require__.o(exports, key)) {
1072
+ /******/ if(binding === 0) {
1073
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
1074
+ /******/ } else {
1075
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
1076
+ /******/ }
1077
+ /******/ } else if(binding === 0) { i++; }
1078
+ /******/ }
1079
+ /******/ } else {
1080
+ /******/ for(var key in definition) {
1081
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
1082
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
1083
+ /******/ }
1084
+ /******/ }
1057
1085
  /******/ }
1058
- /******/ }
1059
- /******/ };
1086
+ /******/ };
1087
+ /******/ }();
1060
1088
  /******/
1061
1089
  /******/ /* webpack/runtime/global */
1062
- /******/ __webpack_require__.g = (function() {
1063
- /******/ if (typeof globalThis === 'object') return globalThis;
1064
- /******/ try {
1065
- /******/ return this || new Function('return this')();
1066
- /******/ } catch (e) {
1067
- /******/ if (typeof window === 'object') return window;
1068
- /******/ }
1069
- /******/ })();
1090
+ /******/ !function() {
1091
+ /******/ __webpack_require__.g = (function() {
1092
+ /******/ if (typeof globalThis === 'object') return globalThis;
1093
+ /******/ try {
1094
+ /******/ return this || new Function('return this')();
1095
+ /******/ } catch (e) {
1096
+ /******/ if (typeof window === 'object') return window;
1097
+ /******/ }
1098
+ /******/ })();
1099
+ /******/ }();
1070
1100
  /******/
1071
1101
  /******/ /* webpack/runtime/harmony module decorator */
1072
- /******/ __webpack_require__.hmd = function(module) {
1073
- /******/ module = Object.create(module);
1074
- /******/ if (!module.children) module.children = [];
1075
- /******/ Object.defineProperty(module, 'exports', {
1076
- /******/ enumerable: true,
1077
- /******/ set: function() {
1078
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1079
- /******/ }
1080
- /******/ });
1081
- /******/ return module;
1082
- /******/ };
1102
+ /******/ !function() {
1103
+ /******/ __webpack_require__.hmd = function(module) {
1104
+ /******/ module = Object.create(module);
1105
+ /******/ if (!module.children) module.children = [];
1106
+ /******/ Object.defineProperty(module, 'exports', {
1107
+ /******/ enumerable: true,
1108
+ /******/ set: function() {
1109
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1110
+ /******/ }
1111
+ /******/ });
1112
+ /******/ return module;
1113
+ /******/ };
1114
+ /******/ }();
1083
1115
  /******/
1084
1116
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1085
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1117
+ /******/ !function() {
1118
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1119
+ /******/ }();
1086
1120
  /******/
1087
1121
  /************************************************************************/
1088
1122
  /******/
@@ -317,6 +317,12 @@ 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 */ });
320
326
  /* unused harmony exports isWindow, isArrayLike, isAnyMatching, isObject, isPlainObject, isProxy */
321
327
  /* unused harmony import specifier */ var PLAIN_OBJECT_PROTOTYPES;
322
328
  /* unused harmony import specifier */ var determineType;
@@ -437,17 +443,36 @@ module.exports = x({ });
437
443
  /******/
438
444
  /************************************************************************/
439
445
  /******/ /* webpack/runtime/define property getters */
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] });
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
+ /******/ }
445
468
  /******/ }
446
- /******/ }
447
- /******/ };
469
+ /******/ };
470
+ /******/ }();
448
471
  /******/
449
472
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
450
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
473
+ /******/ !function() {
474
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
475
+ /******/ }();
451
476
  /******/
452
477
  /************************************************************************/
453
478
 
package/dist/utility.js CHANGED
@@ -14,6 +14,11 @@ 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 */ });
17
22
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
18
23
  /* module decorator */ module = __webpack_require__.hmd(module);
19
24
  // #!/usr/bin/env babel-node
@@ -280,40 +285,63 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
280
285
  /******/
281
286
  /************************************************************************/
282
287
  /******/ /* webpack/runtime/define property getters */
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] });
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
+ /******/ }
288
310
  /******/ }
289
- /******/ }
290
- /******/ };
311
+ /******/ };
312
+ /******/ }();
291
313
  /******/
292
314
  /******/ /* webpack/runtime/global */
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
- /******/ })();
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
+ /******/ }();
301
325
  /******/
302
326
  /******/ /* webpack/runtime/harmony module decorator */
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
- /******/ };
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
+ /******/ }();
314
340
  /******/
315
341
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
316
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
342
+ /******/ !function() {
343
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
344
+ /******/ }();
317
345
  /******/
318
346
  /************************************************************************/
319
347
  /******/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "4.0.1507",
3
+ "version": "4.0.1509",
4
4
  "description": "Handy utilities for any JavaScript environments.",
5
5
  "keywords": [
6
6
  "client",
@@ -103,7 +103,7 @@
103
103
  "rimraf": "^6.1.3",
104
104
  "typescript-eslint": "^8.69.0",
105
105
  "web-documentation": "^1.0.52",
106
- "weboptimizer": "^4.0.77",
106
+ "weboptimizer": "^4.0.78",
107
107
  "webpack-dev-server": "^6.0.0"
108
108
  },
109
109
  "peerDependencies": {
@@ -127,7 +127,8 @@
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.1504"
130
+ "weboptimizer/clientnode": "4.0.1507",
131
+ "webpack": "5.109.2"
131
132
  },
132
133
  "engines": {
133
134
  "node": ">=26",