@apptimate/core-lib 1.9.0 → 2.0.0

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": "@apptimate/core-lib",
3
- "version": "1.9.0",
3
+ "version": "2.0.0",
4
4
  "main": "src/index.ts",
5
5
  "types": "src/index.ts",
6
6
  "publishConfig": {
@@ -387,6 +387,7 @@ export const APP_MENUS: MainMenuItem[] = [
387
387
  items: [
388
388
  { id: "warehouses", label: "Warehouses", path: "/warehouses" },
389
389
  { id: "terminals", label: "Terminals", path: "/terminals" },
390
+ { id: "currencies", label: "Currencies", path: "/currencies" },
390
391
  ],
391
392
  },
392
393
  {
@@ -402,9 +403,9 @@ export const APP_MENUS: MainMenuItem[] = [
402
403
  },
403
404
  {
404
405
  id: "core_settings",
405
- label: "Settings",
406
+ label: "Configuration",
406
407
  items: [
407
- { id: "currencies", label: "Currencies", path: "/currencies" },
408
+ { id: "currencies_settings", label: "Settings", path: "/settings" },
408
409
  ],
409
410
  },
410
411
  ],