@hed-hog/core 0.0.168 → 0.0.169

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.
@@ -1,6 +1,6 @@
1
1
  - component_id:
2
2
  where:
3
- slug: system-info
3
+ slug: active-users-card
4
4
  dashboard_id:
5
5
  where:
6
6
  slug: default
@@ -10,7 +10,7 @@
10
10
  y_axis: 0
11
11
  - component_id:
12
12
  where:
13
- slug: module-installed
13
+ slug: mail-sent-card
14
14
  dashboard_id:
15
15
  where:
16
16
  slug: default
@@ -20,7 +20,7 @@
20
20
  y_axis: 0
21
21
  - component_id:
22
22
  where:
23
- slug: user-summary
23
+ slug: mail-sent-chart
24
24
  dashboard_id:
25
25
  where:
26
26
  slug: default
@@ -30,7 +30,47 @@
30
30
  y_axis: 0
31
31
  - component_id:
32
32
  where:
33
- slug: database-stats
33
+ slug: permissions-card
34
+ dashboard_id:
35
+ where:
36
+ slug: default
37
+ width: 12
38
+ height: 4
39
+ x_axis: 0
40
+ y_axis: 14
41
+ - component_id:
42
+ where:
43
+ slug: permissions-chart
44
+ dashboard_id:
45
+ where:
46
+ slug: default
47
+ width: 12
48
+ height: 4
49
+ x_axis: 0
50
+ y_axis: 14
51
+ - component_id:
52
+ where:
53
+ slug: session-activity-chart
54
+ dashboard_id:
55
+ where:
56
+ slug: default
57
+ width: 12
58
+ height: 4
59
+ x_axis: 0
60
+ y_axis: 14
61
+ - component_id:
62
+ where:
63
+ slug: sessions-today-card
64
+ dashboard_id:
65
+ where:
66
+ slug: default
67
+ width: 12
68
+ height: 4
69
+ x_axis: 0
70
+ y_axis: 14
71
+ - component_id:
72
+ where:
73
+ slug: user-growth-chart
34
74
  dashboard_id:
35
75
  where:
36
76
  slug: default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/core",
3
- "version": "0.0.168",
3
+ "version": "0.0.169",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -31,10 +31,10 @@
31
31
  "uuid": "^11.1.0",
32
32
  "@hed-hog/api-prisma": "0.0.4",
33
33
  "@hed-hog/api-locale": "0.0.11",
34
- "@hed-hog/api": "0.0.3",
35
34
  "@hed-hog/api-mail": "0.0.7",
36
- "@hed-hog/api-pagination": "0.0.5",
37
- "@hed-hog/types": "0.0.1"
35
+ "@hed-hog/api": "0.0.3",
36
+ "@hed-hog/types": "0.0.1",
37
+ "@hed-hog/api-pagination": "0.0.5"
38
38
  },
39
39
  "exports": {
40
40
  ".": {