qcobjects 2.4.48 → 2.4.50

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 +0 -1
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/QCObjects.js CHANGED
@@ -2077,7 +2077,6 @@
2077
2077
  view=undefined;
2078
2078
  effect=undefined;
2079
2079
  method = "GET";
2080
- data = {};
2081
2080
  cached= true;
2082
2081
  __promise__ = null;
2083
2082
  __namespace = undefined;
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.48
1
+ 2.4.50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects",
3
- "version": "2.4.48",
3
+ "version": "2.4.50",
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",