zet-lib 1.0.11 → 1.0.12

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/lib/zCache.js +0 -4
  2. package/package.json +1 -1
package/lib/zCache.js CHANGED
@@ -275,10 +275,6 @@ zCache.MENU_SYSTEMS = () => {
275
275
  text: "Custom Report",
276
276
  href: "zreport",
277
277
  },
278
- {
279
- text: "Menu Collections",
280
- href: "zmenu_collections",
281
- },
282
278
  {
283
279
  text: "Log Errors",
284
280
  href: "zerror",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"