qcobjects 2.4.95 → 2.4.97

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.95
1
+ 2.4.97
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects",
3
- "version": "2.4.95",
3
+ "version": "2.4.97",
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
@@ -1436,7 +1436,7 @@
1436
1436
  _config_settings._CONFIG = {
1437
1437
  "relativeImportPath": "",
1438
1438
  "remoteImportsPath": "",
1439
- "remoteSDKPath": "https://sdk.qcobjects.dev/v2.4/src/",
1439
+ "remoteSDKPath": "https://sdk.qcobjects.dev/",
1440
1440
  "asynchronousImportsLoad": false,
1441
1441
  "removePackageScriptAfterLoading": true,
1442
1442
  "componentsBasePath": "",