clientnode 3.0.1289 → 3.0.1291-2

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 (2) hide show
  1. package/package.json +3 -3
  2. package/readme.md +2 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.1289",
3
+ "version": "3.0.1291-2",
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.371",
88
+ "documentation-website": "^1.0.377",
89
89
  "eslint": "^9.28.0",
90
90
  "eslint-config-google": "^0.14.0",
91
- "eslint-plugin-jsdoc": "^50.8.0",
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
- The main goal of this plugin is providing an generic interface logic like
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
- Hauptziel dieses Plugins ist es einen generischen Weg zu bieten indem
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.-->