@infuro/cms-core 1.0.29 → 1.0.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infuro/cms-core",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -62,10 +62,16 @@
62
62
  "@craftjs/core": ">=0.2.0",
63
63
  "next": ">=14.0.0",
64
64
  "next-auth": "^4.24.11",
65
+ "pg-boss": ">=10.0.0",
65
66
  "react": ">=18.0.0",
66
67
  "react-dom": ">=18.0.0",
67
68
  "typeorm": ">=0.3.20"
68
69
  },
70
+ "peerDependenciesMeta": {
71
+ "pg-boss": {
72
+ "optional": true
73
+ }
74
+ },
69
75
  "devDependencies": {
70
76
  "@craftjs/core": "^0.2.12",
71
77
  "@types/adm-zip": "^0.5.5",
@@ -121,6 +127,7 @@
121
127
  "pdf-parse": "^1.1.1",
122
128
  "pg": "^8.20.0",
123
129
  "pg-boss": "^10.0.0",
130
+ "cron-parser": "^4.9.0",
124
131
  "razorpay": "^2.9.6",
125
132
  "react-chartjs-2": "^5.3.0",
126
133
  "reflect-metadata": "^0.2.2",