zet-lib 1.2.92 → 1.2.93

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/lib/zCache.js CHANGED
@@ -246,7 +246,7 @@ zCache.MENU_SYSTEMS = () => {
246
246
  },
247
247
  {
248
248
  text: 'Custom Report',
249
- href: 'zreport',
249
+ href: 'zreports',
250
250
  },
251
251
  {
252
252
  text: 'Log Errors',
@@ -16,7 +16,7 @@ const ejs = require('ejs')
16
16
  var app = express()
17
17
  const path = require('path')
18
18
 
19
- const nots = ['index', 'uploads', 'js', 'css', 'log', 'generator', 'zmenu', 'zgenerator', 'zfields', 'zrole', 'zfunction', 'zgrid', 'zgrid_default', 'zreport', 'zpage', 'zlayout', 'zerror', 'zuser_company']
19
+ const nots = ['index', 'uploads', 'js', 'css', 'log', 'generator', 'zmenu', 'zgenerator', 'zfields', 'zrole', 'zfunction', 'zgrid', 'zgrid_default', 'zpage', 'zlayout', 'zerror', 'zuser_company']
20
20
  //const nots = [];
21
21
  //const generatorUrl = 'http://localhost:3005';
22
22
  const generatorUrl = 'https://generator.cmsqu.com'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.92",
3
+ "version": "1.2.93",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"