qcobjects 2.3.68 → 2.3.69

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 -1
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/QCObjects.js CHANGED
@@ -2803,7 +2803,7 @@
2803
2803
  function(resolve, reject) {
2804
2804
  if (typeof URL === "undefined") {
2805
2805
  global.URL = require("url").URL;
2806
- let URL = global.URL;
2806
+ var URL = global.URL;
2807
2807
  }
2808
2808
  var serviceURL = new URL(service.url);
2809
2809
  var req;
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.68
1
+ 2.3.69
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects",
3
- "version": "2.3.68",
3
+ "version": "2.3.69",
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",