zet-lib 1.4.8 → 1.4.10

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.
@@ -504,12 +504,12 @@ const generate = async (req, res) => {
504
504
  //check if has chains here
505
505
  MYMODEL = filesKey.modelObj;
506
506
  //delete/clean zgrid after changes
507
- /* await connection.delete({
507
+ await connection.delete({
508
508
  table: 'zgrid',
509
509
  where: {
510
510
  route_name: table,
511
511
  },
512
- }) */
512
+ })
513
513
  await connection.delete({
514
514
  table: "zgrid_default",
515
515
  where: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.4.8",
3
+ "version": "1.4.10",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"
@@ -43,7 +43,7 @@
43
43
  "nodemailer": "^6.9.4",
44
44
  "pg": "^8.11.2",
45
45
  "pm2": "^5.3.1",
46
- "puppeteer": "^21.0.1",
46
+ "puppeteer": "^24.6.1",
47
47
  "qs": "^6.11.2",
48
48
  "randomstring": "^1.3.0",
49
49
  "read-excel-file": "^5.8.0",