qcobjects 2.4.88 → 2.4.89

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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.88
1
+ 2.4.89
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects",
3
- "version": "2.4.88",
3
+ "version": "2.4.89",
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": "src/index.cjs",
6
6
  "module": "src/index.mjs",
package/src/QCObjects.js CHANGED
@@ -2158,6 +2158,7 @@
2158
2158
  templateURI= "",
2159
2159
  template,
2160
2160
  tplsource= "default",
2161
+ tplextension,
2161
2162
  url= "",
2162
2163
  name= "",
2163
2164
  method= "GET",
@@ -2180,6 +2181,7 @@
2180
2181
  super({
2181
2182
  templateURI,
2182
2183
  template,
2184
+ tplextension,
2183
2185
  tplsource,
2184
2186
  url,
2185
2187
  name,