clientnode 4.0.1504 → 4.0.1505

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 (58) 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 +410 -432
  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 +37 -63
  17. package/dist/compatible/domNode.js +27 -59
  18. package/dist/compatible/expression/evaluators.js +37 -55
  19. package/dist/compatible/expression/helper.js +8 -31
  20. package/dist/compatible/expression/index.js +37 -76
  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 +44 -71
  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 +37 -63
  29. package/dist/compatible/process.js +27 -55
  30. package/dist/compatible/scope.js +44 -113
  31. package/dist/compatible/string.js +37 -66
  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 +37 -63
  39. package/dist/domNode.js +27 -59
  40. package/dist/expression/evaluators.js +37 -55
  41. package/dist/expression/helper.js +8 -31
  42. package/dist/expression/index.js +37 -76
  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 +44 -71
  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 +37 -63
  51. package/dist/process.js +27 -55
  52. package/dist/scope.js +44 -113
  53. package/dist/string.d.ts +5 -4
  54. package/dist/string.js +37 -66
  55. package/dist/test-helper.js +8 -33
  56. package/dist/type.d.ts +1 -1
  57. package/dist/utility.js +27 -55
  58. package/package.json +3 -3
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.1504",
3
+ "version": "4.0.1505",
4
4
  "description": "Handy utilities for any JavaScript environments.",
5
5
  "keywords": [
6
6
  "client",
@@ -93,7 +93,7 @@
93
93
  "clientnode": "workspace:.",
94
94
  "eslint": "^10.9.1",
95
95
  "eslint-config-google": "^0.14.0",
96
- "eslint-plugin-jsdoc": "^64.3.4",
96
+ "eslint-plugin-jsdoc": "^64.3.5",
97
97
  "favicons-webpack-plugin": "^6.0.1",
98
98
  "image-minimizer-webpack-plugin": "^5.0.0",
99
99
  "jest": "30.5.1",
@@ -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
- "webpack": ">=5.109.2 <5.110.0"
130
+ "weboptimizer/clientnode": "4.0.1501"
131
131
  },
132
132
  "engines": {
133
133
  "node": ">=26",