qcobjects 2.4.67 → 2.4.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/VERSION +1 -1
  2. package/package.json +4 -6
  3. package/src/QCObjects.js +4649 -4619
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.67
1
+ 2.4.69
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qcobjects",
3
- "version": "2.4.67",
3
+ "version": "2.4.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": "src/index.cjs",
6
6
  "module": "src/index.mjs",
@@ -85,15 +85,12 @@
85
85
  "url": "https://github.com/QuickGroup/QCObjects/issues"
86
86
  },
87
87
  "homepage": "https://qcobjects.com",
88
- "dependencies": {
89
- "qcobjects-sdk": "^2.3.30"
90
- },
91
88
  "devDependencies": {
92
89
  "@typescript-eslint/eslint-plugin": "^5.58.0",
93
90
  "@typescript-eslint/parser": "^5.58.0",
94
91
  "eslint": "^8.38.0",
95
92
  "eslint-config-prettier": "^8.8.0",
96
- "eslint-config-qcobjects": "^0.0.26",
93
+ "eslint-config-qcobjects": "^0.0.23",
97
94
  "eslint-config-semistandard": "^17.0.0",
98
95
  "eslint-config-standard": "^17.0.0",
99
96
  "eslint-plugin-import": "^2.27.5",
@@ -105,7 +102,8 @@
105
102
  },
106
103
  "peerDependencies": {
107
104
  "@types/qcobjects": "github:QCObjects/-types-qcobjects",
108
- "@types/qcobjects-sdk": "github:QCObjects/-types-qcobjects-sdk"
105
+ "@types/qcobjects-sdk": "github:QCObjects/-types-qcobjects-sdk",
106
+ "qcobjects-sdk": "^2.3.30"
109
107
  },
110
108
  "engines": {
111
109
  "npm": ">=9",