@hedhog/admin 0.0.113 → 0.0.115

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 +0 -1
  2. package/package.json +1 -3
package/hedhog.yaml CHANGED
@@ -212,7 +212,6 @@ data:
212
212
  en: Setting
213
213
  pt: Configurações
214
214
  slug: /management/setting
215
- menu:
216
215
  - name:
217
216
  en: SettingGroup
218
217
  pt: Grupo de Configuração
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.113",
3
+ "version": "0.0.115",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -21,7 +21,6 @@
21
21
  "license": "MIT",
22
22
  "description": "",
23
23
  "devDependencies": {
24
- "@hedhog/file": "^0.0.24",
25
24
  "@hedhog/mail": "latest",
26
25
  "@hedhog/locale": "^0.0.18",
27
26
  "@hedhog/pagination": "^0.0.17",
@@ -32,7 +31,6 @@
32
31
  "typescript": "^5.1.3"
33
32
  },
34
33
  "peerDependencies": {
35
- "@hedhog/file": "latest",
36
34
  "@hedhog/mail": "latest",
37
35
  "@hedhog/locale": "latest",
38
36
  "@hedhog/pagination": "latest",