@hedhog/setting 0.7.6 → 0.7.7

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 +11 -2
  2. package/package.json +1 -1
package/hedhog.yaml CHANGED
@@ -156,8 +156,17 @@ data:
156
156
  en: System Image URL
157
157
  pt: URL da Imagem do Sistema
158
158
  description:
159
- en: System Image URL
160
- pt: URL da Imagem do Sistema
159
+ en: System Image URL to use
160
+ pt: URL da Imagem do Sistema a utilizar
161
+ value: '/images/favicon-dark.png'
162
+ - slug: icon-url
163
+ type: string
164
+ name:
165
+ en: System Icon URL
166
+ pt: URL da Ícone do Sistema
167
+ description:
168
+ en: System Icon URL to use
169
+ pt: URL da Ícone do Sistema a utilizar
161
170
  value: '/images/favicon-dark.png'
162
171
  - slug: system-name
163
172
  type: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hedhog/setting",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "scripts": {