clientnode 3.0.964 → 3.0.967

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 +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clientnode",
3
- "version": "3.0.964",
3
+ "version": "3.0.967",
4
4
  "description": "upgrade to object orientated rock solid plugins",
5
5
  "keywords": [
6
6
  "client",
package/readme.md CHANGED
@@ -37,7 +37,7 @@ Project status
37
37
  Use case
38
38
  --------
39
39
 
40
- The main goal of This plugin is providing an generic interface logic like
40
+ The main goal of this plugin is providing an generic interface logic like
41
41
  controller for calling instance methods or getting property values of an object
42
42
  orientated designed plugin. A set of reusable logic elements for building gui
43
43
  components is integrated as well.