clientnode 4.0.1515 → 4.0.1517
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/compatible/index.js +2 -3
- package/dist/index.js +2 -3
- package/package.json +9 -9
- package/dist/compatible/expression/type.js +0 -16
- package/dist/compatible/type.js +0 -16
- package/dist/expression/type.js +0 -16
- package/dist/type.js +0 -16
package/dist/compatible/index.js
CHANGED
|
@@ -2511,8 +2511,7 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
|
|
|
2511
2511
|
*/var determineUniqueScopeName=function determineUniqueScopeName(prefix,suffix,scope,initialUniqueName){if(prefix===void 0){prefix="callback"}if(suffix===void 0){suffix=""}if(scope===void 0){scope=_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz}if(initialUniqueName===void 0){initialUniqueName=""}if(initialUniqueName.length&&!(initialUniqueName in scope))return initialUniqueName;var uniqueName=prefix+suffix;for(var iteration=0;iteration<_context_js__WEBPACK_IMPORTED_MODULE_1__/* .MAXIMAL_NUMBER_OF_ITERATIONS */ .$Q.value;iteration++){uniqueName=prefix+String(Math.round(Math.random()*Math.pow(10,10)))+suffix;if(!(uniqueName in scope))break}return uniqueName};
|
|
2512
2512
|
|
|
2513
2513
|
/***/ }),
|
|
2514
|
-
/* 28
|
|
2515
|
-
/* 29 */
|
|
2514
|
+
/* 28 */
|
|
2516
2515
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2517
2516
|
|
|
2518
2517
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2879,7 +2878,7 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
|
|
|
2879
2878
|
/******/ // module cache are used so entry inlining is disabled
|
|
2880
2879
|
/******/ // startup
|
|
2881
2880
|
/******/ // Load entry module and return exports
|
|
2882
|
-
/******/ var __webpack_exports__ = __webpack_require__(
|
|
2881
|
+
/******/ var __webpack_exports__ = __webpack_require__(28);
|
|
2883
2882
|
/******/ var __webpack_exports__ABBREVIATIONS = __webpack_exports__.Iyg;
|
|
2884
2883
|
/******/ var __webpack_exports__ALLOWED_STARTING_VARIABLE_SYMBOLS = __webpack_exports__.bMn;
|
|
2885
2884
|
/******/ var __webpack_exports__ALLOWED_VARIABLE_SYMBOLS = __webpack_exports__.aLL;
|
package/dist/index.js
CHANGED
|
@@ -2511,8 +2511,7 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
|
|
|
2511
2511
|
*/var determineUniqueScopeName=function determineUniqueScopeName(prefix,suffix,scope,initialUniqueName){if(prefix===void 0){prefix="callback"}if(suffix===void 0){suffix=""}if(scope===void 0){scope=_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz}if(initialUniqueName===void 0){initialUniqueName=""}if(initialUniqueName.length&&!(initialUniqueName in scope))return initialUniqueName;var uniqueName=prefix+suffix;for(var iteration=0;iteration<_context_js__WEBPACK_IMPORTED_MODULE_1__/* .MAXIMAL_NUMBER_OF_ITERATIONS */ .$Q.value;iteration++){uniqueName=prefix+String(Math.round(Math.random()*Math.pow(10,10)))+suffix;if(!(uniqueName in scope))break}return uniqueName};
|
|
2512
2512
|
|
|
2513
2513
|
/***/ }),
|
|
2514
|
-
/* 28
|
|
2515
|
-
/* 29 */
|
|
2514
|
+
/* 28 */
|
|
2516
2515
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
2517
2516
|
|
|
2518
2517
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -2879,7 +2878,7 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
|
|
|
2879
2878
|
/******/ // module cache are used so entry inlining is disabled
|
|
2880
2879
|
/******/ // startup
|
|
2881
2880
|
/******/ // Load entry module and return exports
|
|
2882
|
-
/******/ var __webpack_exports__ = __webpack_require__(
|
|
2881
|
+
/******/ var __webpack_exports__ = __webpack_require__(28);
|
|
2883
2882
|
/******/ var __webpack_exports__ABBREVIATIONS = __webpack_exports__.Iyg;
|
|
2884
2883
|
/******/ var __webpack_exports__ALLOWED_STARTING_VARIABLE_SYMBOLS = __webpack_exports__.bMn;
|
|
2885
2884
|
/******/ var __webpack_exports__ALLOWED_VARIABLE_SYMBOLS = __webpack_exports__.aLL;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1517",
|
|
4
4
|
"description": "Handy utilities for any JavaScript environments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"watch": "weboptimizer build --watch"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@babel/cli": "^8.0.
|
|
76
|
-
"@babel/eslint-parser": "^8.0.
|
|
75
|
+
"@babel/cli": "^8.0.5",
|
|
76
|
+
"@babel/eslint-parser": "^8.0.5",
|
|
77
77
|
"@babel/plugin-transform-class-properties": "^8.0.1",
|
|
78
|
-
"@babel/preset-env": "^8.0.
|
|
78
|
+
"@babel/preset-env": "^8.0.5",
|
|
79
79
|
"@babel/preset-typescript": "^8.0.1",
|
|
80
|
-
"@babel/runtime": "^8.0.
|
|
80
|
+
"@babel/runtime": "^8.0.5",
|
|
81
81
|
"@eslint/js": "^10.0.1",
|
|
82
82
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
83
83
|
"@types/ejs": "^3.1.5",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"clientnode": "workspace:.",
|
|
94
94
|
"eslint": "^10.10.0",
|
|
95
95
|
"eslint-config-google": "^0.14.0",
|
|
96
|
-
"eslint-plugin-jsdoc": "^64.
|
|
96
|
+
"eslint-plugin-jsdoc": "^64.4.0",
|
|
97
97
|
"favicons-webpack-plugin": "^6.0.1",
|
|
98
98
|
"image-minimizer-webpack-plugin": "^5.0.0",
|
|
99
99
|
"jest": "^30.5.1",
|
|
@@ -102,8 +102,8 @@
|
|
|
102
102
|
"prop-types": "^15.8.1",
|
|
103
103
|
"rimraf": "^6.1.3",
|
|
104
104
|
"typescript-eslint": "^8.70.0",
|
|
105
|
-
"web-documentation": "^1.0.
|
|
106
|
-
"weboptimizer": "^4.0.
|
|
105
|
+
"web-documentation": "^1.0.55",
|
|
106
|
+
"weboptimizer": "^4.0.83",
|
|
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.
|
|
130
|
+
"weboptimizer/clientnode": "4.0.1514",
|
|
131
131
|
"webpack": "5.109.2"
|
|
132
132
|
},
|
|
133
133
|
"engines": {
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;// #!/usr/bin/env babel-node
|
|
2
|
-
// -*- coding: utf-8 -*-
|
|
3
|
-
/* !
|
|
4
|
-
region header
|
|
5
|
-
[Project page](https://torben.website/clientnode)
|
|
6
|
-
|
|
7
|
-
Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
|
|
8
|
-
|
|
9
|
-
License
|
|
10
|
-
-------
|
|
11
|
-
|
|
12
|
-
This library written by Torben Sickert stands under a creative commons
|
|
13
|
-
naming 3.0 unported license.
|
|
14
|
-
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
15
|
-
endregion
|
|
16
|
-
*/
|
package/dist/compatible/type.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;// -*- coding: utf-8 -*-
|
|
2
|
-
/** @module type *//* !
|
|
3
|
-
region header
|
|
4
|
-
[Project page](https://torben.website/clientnode)
|
|
5
|
-
|
|
6
|
-
Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
|
|
7
|
-
|
|
8
|
-
License
|
|
9
|
-
-------
|
|
10
|
-
|
|
11
|
-
This library written by Torben Sickert stands under a creative commons
|
|
12
|
-
naming 3.0 unported license.
|
|
13
|
-
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
14
|
-
endregion
|
|
15
|
-
*/// region imports
|
|
16
|
-
|
package/dist/expression/type.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;// #!/usr/bin/env babel-node
|
|
2
|
-
// -*- coding: utf-8 -*-
|
|
3
|
-
/* !
|
|
4
|
-
region header
|
|
5
|
-
[Project page](https://torben.website/clientnode)
|
|
6
|
-
|
|
7
|
-
Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
|
|
8
|
-
|
|
9
|
-
License
|
|
10
|
-
-------
|
|
11
|
-
|
|
12
|
-
This library written by Torben Sickert stands under a creative commons
|
|
13
|
-
naming 3.0 unported license.
|
|
14
|
-
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
15
|
-
endregion
|
|
16
|
-
*/
|
package/dist/type.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='undefined'||globalThis===null)?{}:globalThis;// -*- coding: utf-8 -*-
|
|
2
|
-
/** @module type *//* !
|
|
3
|
-
region header
|
|
4
|
-
[Project page](https://torben.website/clientnode)
|
|
5
|
-
|
|
6
|
-
Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
|
|
7
|
-
|
|
8
|
-
License
|
|
9
|
-
-------
|
|
10
|
-
|
|
11
|
-
This library written by Torben Sickert stands under a creative commons
|
|
12
|
-
naming 3.0 unported license.
|
|
13
|
-
See https://creativecommons.org/licenses/by/3.0/deed.de
|
|
14
|
-
endregion
|
|
15
|
-
*/// region imports
|
|
16
|
-
|