@hed-hog/core 0.0.214 → 0.0.215
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.
|
@@ -207,10 +207,10 @@
|
|
|
207
207
|
dashboard_id:
|
|
208
208
|
where:
|
|
209
209
|
slug: config
|
|
210
|
-
width:
|
|
211
|
-
height:
|
|
212
|
-
x_axis:
|
|
213
|
-
y_axis:
|
|
210
|
+
width: 12
|
|
211
|
+
height: 6
|
|
212
|
+
x_axis: 0
|
|
213
|
+
y_axis: 9
|
|
214
214
|
|
|
215
215
|
- component_id:
|
|
216
216
|
where:
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
where:
|
|
220
220
|
slug: config
|
|
221
221
|
width: 6
|
|
222
|
-
height:
|
|
222
|
+
height: 5
|
|
223
223
|
x_axis: 0
|
|
224
224
|
y_axis: 4
|
|
225
225
|
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
width: 6
|
|
233
233
|
height: 4
|
|
234
234
|
x_axis: 6
|
|
235
|
-
y_axis:
|
|
235
|
+
y_axis: 0
|
|
236
236
|
|
|
237
237
|
- component_id:
|
|
238
238
|
where:
|
|
@@ -241,6 +241,6 @@
|
|
|
241
241
|
where:
|
|
242
242
|
slug: config
|
|
243
243
|
width: 6
|
|
244
|
-
height:
|
|
245
|
-
x_axis:
|
|
246
|
-
y_axis:
|
|
244
|
+
height: 5
|
|
245
|
+
x_axis: 6
|
|
246
|
+
y_axis: 4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.215",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"speakeasy": "^2.0.0",
|
|
31
31
|
"uuid": "^11.1.0",
|
|
32
32
|
"@hed-hog/api-pagination": "0.0.5",
|
|
33
|
-
"@hed-hog/api-mail": "0.0.7",
|
|
34
33
|
"@hed-hog/api-prisma": "0.0.4",
|
|
35
|
-
"@hed-hog/api-
|
|
34
|
+
"@hed-hog/api-mail": "0.0.7",
|
|
36
35
|
"@hed-hog/api": "0.0.3",
|
|
37
|
-
"@hed-hog/api-types": "0.0.1"
|
|
36
|
+
"@hed-hog/api-types": "0.0.1",
|
|
37
|
+
"@hed-hog/api-locale": "0.0.11"
|
|
38
38
|
},
|
|
39
39
|
"exports": {
|
|
40
40
|
".": {
|