@base-framework/base 3.0.255 → 3.0.256

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.
@@ -23,8 +23,6 @@ export class Unit {
23
23
  *
24
24
  * @constructor
25
25
  *
26
- * @param {...any} args
27
- *
28
26
  * @overload
29
27
  * @param {object} props
30
28
  * @param {Array<object>} [children=[]] - An array of children
@@ -45,8 +43,6 @@ export class Unit {
45
43
  *
46
44
  * @constructor
47
45
  *
48
- * @param {...any} args
49
- *
50
46
  * @overload
51
47
  * @param {object} props
52
48
  * @param {Array<object>} [children=[]] - An array of children
@@ -67,8 +63,6 @@ export class Unit {
67
63
  *
68
64
  * @constructor
69
65
  *
70
- * @param {...any} args
71
- *
72
66
  * @overload
73
67
  * @param {object} props
74
68
  * @param {Array<object>} [children=[]] - An array of children
@@ -89,8 +83,6 @@ export class Unit {
89
83
  *
90
84
  * @constructor
91
85
  *
92
- * @param {...any} args
93
- *
94
86
  * @overload
95
87
  * @param {object} props
96
88
  * @param {Array<object>} [children=[]] - An array of children
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.255",
3
+ "version": "3.0.256",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",