@hedhog/admin 0.0.114 → 0.0.116

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 +2 -4
  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
@@ -310,7 +309,7 @@ data:
310
309
  - where:
311
310
  url:
312
311
  like: /setting%
313
- - name:
312
+ - name:
314
313
  en: SettingGroup
315
314
  pt: Grupo de Configuração
316
315
  slug: setting-group
@@ -1563,7 +1562,7 @@ tables:
1563
1562
  - type: created_at
1564
1563
  - type: updated_at
1565
1564
  ifNotExists: true
1566
-
1565
+
1567
1566
  setting_user:
1568
1567
  columns:
1569
1568
  - name: user_id
@@ -1586,4 +1585,3 @@ tables:
1586
1585
  - type: created_at
1587
1586
  - type: updated_at
1588
1587
  ifNotExists: true
1589
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/admin",
3
- "version": "0.0.114",
3
+ "version": "0.0.116",
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.27",
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",