@hed-hog/core 0.0.16 → 0.0.17
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.
|
@@ -669,6 +669,7 @@
|
|
|
669
669
|
value: "16"
|
|
670
670
|
- slug: image-url
|
|
671
671
|
type: string
|
|
672
|
+
component: input-file
|
|
672
673
|
name:
|
|
673
674
|
en: System Image URL
|
|
674
675
|
pt: URL da Imagem do Sistema
|
|
@@ -678,6 +679,7 @@
|
|
|
678
679
|
value: /logo.svg
|
|
679
680
|
- slug: icon-url
|
|
680
681
|
type: string
|
|
682
|
+
component: input-file
|
|
681
683
|
name:
|
|
682
684
|
en: System Icon URL
|
|
683
685
|
pt: URL da Ícone do Sistema
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"sharp": "^0.34.2",
|
|
30
30
|
"speakeasy": "^2.0.0",
|
|
31
31
|
"uuid": "^11.1.0",
|
|
32
|
-
"@hed-hog/api": "0.0.3",
|
|
33
32
|
"@hed-hog/api-mail": "0.0.7",
|
|
34
|
-
"@hed-hog/api
|
|
33
|
+
"@hed-hog/api": "0.0.3",
|
|
34
|
+
"@hed-hog/types": "0.0.1",
|
|
35
35
|
"@hed-hog/api-prisma": "0.0.4",
|
|
36
|
-
"@hed-hog/api-
|
|
37
|
-
"@hed-hog/
|
|
36
|
+
"@hed-hog/api-locale": "0.0.10",
|
|
37
|
+
"@hed-hog/api-pagination": "0.0.3"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
40
40
|
".": {
|