@hedhog/admin 0.48.13 → 0.48.14

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/hedhog.yaml +3 -0
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -815,6 +815,9 @@ data:
815
815
  path: '@/components/dashboard/SystemInfo'
816
816
  width: 1
817
817
  height: 1
818
+ name:
819
+ en: System Info
820
+ pt: Informações do Sistema
818
821
  dashboard_item:
819
822
  - component_id:
820
823
  where:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.48.13",
3
+ "version": "0.48.14",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {