@griddo/core 10.4.28 → 10.4.29
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.
|
@@ -334,6 +334,7 @@ export interface PageIntegration {
|
|
|
334
334
|
contentBodyPosition: "start" | "end";
|
|
335
335
|
contentPresence: ContentPresence;
|
|
336
336
|
active: boolean;
|
|
337
|
+
type: "addon" | "analytics" | "datalayer";
|
|
337
338
|
}
|
|
338
339
|
export interface ContentPresence {
|
|
339
340
|
presenceType: "page-specific" | "page-custom" | "page-manual" | "all";
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@griddo/core",
|
|
3
3
|
"description": "Reload version of Griddo Core",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
|
-
"version": "10.4.
|
|
5
|
+
"version": "10.4.29",
|
|
6
6
|
"authors": [
|
|
7
7
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
8
8
|
"Diego M. Béjar <diego.bejar@secuoyas.com>",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "8aed7094dba5aa9e183f5babadbc5590267cfb0b"
|
|
77
77
|
}
|