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.
- package/dist/Lock.js +8 -27
- package/dist/Logger.js +27 -55
- package/dist/Semaphore.js +8 -27
- package/dist/array.js +8 -46
- package/dist/bundle/index.js +410 -432
- package/dist/cli.js +8 -30
- package/dist/compatible/Lock.js +8 -27
- package/dist/compatible/Logger.js +27 -55
- package/dist/compatible/Semaphore.js +8 -27
- package/dist/compatible/array.js +8 -46
- package/dist/compatible/cli.js +8 -30
- package/dist/compatible/constants.js +8 -27
- package/dist/compatible/context.js +27 -55
- package/dist/compatible/cookie.js +27 -58
- package/dist/compatible/data-transfer.js +27 -59
- package/dist/compatible/datetime.js +37 -63
- package/dist/compatible/domNode.js +27 -59
- package/dist/compatible/expression/evaluators.js +37 -55
- package/dist/compatible/expression/helper.js +8 -31
- package/dist/compatible/expression/index.js +37 -76
- package/dist/compatible/expression/indicator-functions.js +8 -42
- package/dist/compatible/filesystem.js +27 -55
- package/dist/compatible/function.js +8 -32
- package/dist/compatible/index.js +44 -71
- package/dist/compatible/indicators.js +8 -39
- package/dist/compatible/module.js +27 -50
- package/dist/compatible/number.js +8 -34
- package/dist/compatible/object.js +37 -63
- package/dist/compatible/process.js +27 -55
- package/dist/compatible/scope.js +44 -113
- package/dist/compatible/string.js +37 -66
- package/dist/compatible/test-helper.js +8 -33
- package/dist/compatible/utility.js +27 -55
- package/dist/constants.js +8 -27
- package/dist/context.js +27 -55
- package/dist/cookie.js +27 -58
- package/dist/data-transfer.js +27 -59
- package/dist/datetime.js +37 -63
- package/dist/domNode.js +27 -59
- package/dist/expression/evaluators.js +37 -55
- package/dist/expression/helper.js +8 -31
- package/dist/expression/index.js +37 -76
- package/dist/expression/indicator-functions.js +8 -42
- package/dist/filesystem.js +27 -55
- package/dist/function.js +8 -32
- package/dist/index.js +44 -71
- package/dist/indicators.js +8 -39
- package/dist/module.js +27 -50
- package/dist/number.js +8 -34
- package/dist/object.js +37 -63
- package/dist/process.js +27 -55
- package/dist/scope.js +44 -113
- package/dist/string.d.ts +5 -4
- package/dist/string.js +37 -66
- package/dist/test-helper.js +8 -33
- package/dist/type.d.ts +1 -1
- package/dist/utility.js +27 -55
- 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
|
-
/******/
|
|
289
|
-
/******/
|
|
290
|
-
/******/
|
|
291
|
-
/******/ if(
|
|
292
|
-
/******/
|
|
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
|
-
/******/
|
|
316
|
-
/******/
|
|
317
|
-
/******/
|
|
318
|
-
/******/
|
|
319
|
-
/******/
|
|
320
|
-
/******/
|
|
321
|
-
/******/
|
|
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
|
-
/******/
|
|
328
|
-
/******/
|
|
329
|
-
/******/
|
|
330
|
-
/******/
|
|
331
|
-
/******/
|
|
332
|
-
/******/
|
|
333
|
-
/******/
|
|
334
|
-
/******/
|
|
335
|
-
/******/
|
|
336
|
-
/******/
|
|
337
|
-
/******/
|
|
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
|
-
/******/
|
|
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.
|
|
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.
|
|
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
|
-
"
|
|
130
|
+
"weboptimizer/clientnode": "4.0.1501"
|
|
131
131
|
},
|
|
132
132
|
"engines": {
|
|
133
133
|
"node": ">=26",
|