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