qcobjects 2.4.87 → 2.4.88

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 (2) hide show
  1. package/VERSION +1 -1
  2. package/package.json +2 -2
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.87
1
+ 2.4.88
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects",
3
- "version": "2.4.87",
3
+ "version": "2.4.88",
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",
@@ -103,7 +103,7 @@
103
103
  "peerDependencies": {
104
104
  "@types/qcobjects": "github:QCObjects/-types-qcobjects",
105
105
  "@types/qcobjects-sdk": "github:QCObjects/-types-qcobjects-sdk",
106
- "qcobjects-sdk": ">=2.4.53"
106
+ "qcobjects-sdk": ">=2.4.55"
107
107
  },
108
108
  "engines": {
109
109
  "npm": ">=9",