clientnode 3.0.1153 → 3.0.1155
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/scope.d.ts +10 -10
- package/package.json +4 -4
package/dist/scope.d.ts
CHANGED
|
@@ -10,16 +10,16 @@ import * as require from './require';
|
|
|
10
10
|
import * as string from './string';
|
|
11
11
|
import * as utility from './utility';
|
|
12
12
|
export declare const UTILITY_SCOPE: {
|
|
13
|
-
array: typeof array;
|
|
14
|
-
datetime: typeof datetime;
|
|
15
|
-
filesystem: typeof filesystem;
|
|
16
|
-
functions: typeof functions;
|
|
17
|
-
indicators: typeof indicators;
|
|
18
|
-
number: typeof number;
|
|
19
|
-
object: typeof object;
|
|
20
|
-
require: typeof require;
|
|
21
|
-
string: typeof string;
|
|
22
|
-
utility: typeof utility;
|
|
13
|
+
readonly array: typeof array;
|
|
14
|
+
readonly datetime: typeof datetime;
|
|
15
|
+
readonly filesystem: typeof filesystem;
|
|
16
|
+
readonly functions: typeof functions;
|
|
17
|
+
readonly indicators: typeof indicators;
|
|
18
|
+
readonly number: typeof number;
|
|
19
|
+
readonly object: typeof object;
|
|
20
|
+
readonly require: typeof require;
|
|
21
|
+
readonly string: typeof string;
|
|
22
|
+
readonly utility: typeof utility;
|
|
23
23
|
};
|
|
24
24
|
/**
|
|
25
25
|
* Overwrites all inherited variables from parent scope with "undefined".
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1155",
|
|
4
4
|
"description": "upgrade to object orientated rock solid plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"@types/webpack-env": "^1.18.5",
|
|
69
69
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
70
70
|
"@typescript-eslint/parser": "^7.13.1",
|
|
71
|
-
"clientnode": "3.0.
|
|
71
|
+
"clientnode": "3.0.1153",
|
|
72
72
|
"documentation-website": "^1.0.326",
|
|
73
73
|
"eslint": "^9.5.0",
|
|
74
74
|
"eslint-config-google": "^0.14.0",
|
|
75
|
-
"eslint-plugin-jsdoc": "^48.
|
|
75
|
+
"eslint-plugin-jsdoc": "^48.4.0",
|
|
76
76
|
"favicons-webpack-plugin": "^6.0.1",
|
|
77
77
|
"image-minimizer-webpack-plugin": "^4.0.2",
|
|
78
78
|
"jest": "^29.7.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"prop-types": "^15.8.1",
|
|
83
83
|
"rimraf": "^5.0.7",
|
|
84
84
|
"typescript-eslint": "^7.13.1",
|
|
85
|
-
"weboptimizer": "^2.0.
|
|
85
|
+
"weboptimizer": "^2.0.1482",
|
|
86
86
|
"webpack-dev-server": "^5.0.4"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|