clientnode 3.0.1289 → 3.0.1290
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/package.json +3 -3
- package/readme.md +2 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clientnode",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1290",
|
|
4
4
|
"description": "upgrade to object orientated rock solid plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"@typescript-eslint/eslint-plugin": "^8.34.0",
|
|
86
86
|
"@typescript-eslint/parser": "^8.34.0",
|
|
87
87
|
"clientnode": "workspace:.",
|
|
88
|
-
"documentation-website": "^1.0.
|
|
88
|
+
"documentation-website": "^1.0.377",
|
|
89
89
|
"eslint": "^9.28.0",
|
|
90
90
|
"eslint-config-google": "^0.14.0",
|
|
91
|
-
"eslint-plugin-jsdoc": "^
|
|
91
|
+
"eslint-plugin-jsdoc": "^51.0.1",
|
|
92
92
|
"favicons-webpack-plugin": "^6.0.1",
|
|
93
93
|
"image-minimizer-webpack-plugin": "^4.1.3",
|
|
94
94
|
"jest": "^29.7.0",
|
package/readme.md
CHANGED
|
@@ -33,16 +33,9 @@ Project status
|
|
|
33
33
|
Use case
|
|
34
34
|
--------
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
controller for calling instance methods or getting property values of an object
|
|
38
|
-
orientated designed plugin. A set of reusable logic elements for building gui
|
|
39
|
-
components is integrated as well.
|
|
36
|
+
Simple generic (web and node compatible) utility library.
|
|
40
37
|
<!--deDE:
|
|
41
|
-
|
|
42
|
-
Objekt Orientierte Plugins verfasst werden können, ohne dabei gegen
|
|
43
|
-
jQuery's Vorgaben an Plugins zu verstoßen.
|
|
44
|
-
Desweiteren werden einige wiederverwendbare Logikbausteine zum Bau
|
|
45
|
-
verschiedener GUI-Komponenten mitgeliefert.
|
|
38
|
+
Einfache generische (Web- und Node-kompatible) Hilfsbibliothek.
|
|
46
39
|
-->
|
|
47
40
|
|
|
48
41
|
<!--Place for automatic generated table of contents.-->
|