@hedhog/setting 0.7.4 → 0.7.5

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 +27 -0
  2. package/package.json +5 -5
package/hedhog.yaml CHANGED
@@ -150,6 +150,33 @@ data:
150
150
  en: Menu width of the application
151
151
  pt: Largura do Menu da aplicação
152
152
  value: '16'
153
+ - slug: image-url
154
+ type: string
155
+ name:
156
+ en: System Image URL
157
+ pt: URL da Imagem do Sistema
158
+ description:
159
+ en: System Image URL
160
+ pt: URL da Imagem do Sistema
161
+ value: '/images/favicon-dark.png'
162
+ - slug: system-name
163
+ type: string
164
+ name:
165
+ en: System Name
166
+ pt: Nome do Sistema
167
+ description:
168
+ en: System Name to use
169
+ pt: Nome do Sistema a utilizar
170
+ value: 'Hedhog'
171
+ - slug: system-slogan
172
+ type: string
173
+ name:
174
+ en: System Slogan
175
+ pt: Slogan do Sistema
176
+ description:
177
+ en: System Slogan to use
178
+ pt: Slogan do Sistema a utilizar
179
+ value: 'Administration Panel'
153
180
 
154
181
  tables:
155
182
  setting_group:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/setting",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -29,10 +29,10 @@
29
29
  "@hedhog/utils": "latest"
30
30
  },
31
31
  "devDependencies": {
32
- "@hedhog/core": "^0.0.1",
33
- "@hedhog/locale": "^0.0.24",
34
- "@hedhog/pagination": "^0.0.18",
35
- "@hedhog/prisma": "^0.0.12",
32
+ "@hedhog/core": "^1.0.4",
33
+ "@hedhog/locale": "^0.7.6",
34
+ "@hedhog/pagination": "^0.7.1",
35
+ "@hedhog/prisma": "^0.7.3",
36
36
  "@hedhog/utils": "^0.0.27",
37
37
  "@nestjs/mapped-types": "^2.0.5"
38
38
  }