qcobjects 2.4.53 → 2.4.54

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 (3) hide show
  1. package/QCObjects.js +1 -0
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/QCObjects.js CHANGED
@@ -4579,6 +4579,7 @@
4579
4579
 
4580
4580
  constructor (){
4581
4581
  super(...arguments);
4582
+ this._new_(...arguments);
4582
4583
  }
4583
4584
 
4584
4585
  changeToggle() {
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.53
1
+ 2.4.54
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects",
3
- "version": "2.4.53",
3
+ "version": "2.4.54",
4
4
  "description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.",
5
5
  "main": "QCObjects.js",
6
6
  "license": "LGPL-3.0",