@walkeros/web-destination-gtag 3.4.1 → 3.4.2
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.
- package/dist/dev.js +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/examples/index.js +1 -1
- package/dist/examples/index.mjs +1 -1
- package/dist/walkerOS.json +8 -8
- package/package.json +2 -2
package/dist/examples/index.js
CHANGED
|
@@ -115,7 +115,7 @@ function Q(e2) {
|
|
|
115
115
|
}
|
|
116
116
|
function fe(e2 = {}) {
|
|
117
117
|
var _a;
|
|
118
|
-
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = L({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.4.
|
|
118
|
+
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = L({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.4.2", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
|
|
119
119
|
if (e2.name) {
|
|
120
120
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
121
121
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -94,7 +94,7 @@ function Q(e2) {
|
|
|
94
94
|
}
|
|
95
95
|
function fe(e2 = {}) {
|
|
96
96
|
var _a;
|
|
97
|
-
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = L({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.4.
|
|
97
|
+
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = L({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.4.2", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
|
|
98
98
|
if (e2.name) {
|
|
99
99
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
100
100
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-gtag",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"group": "gr0up",
|
|
338
338
|
"count": 1,
|
|
339
339
|
"version": {
|
|
340
|
-
"source": "3.4.
|
|
340
|
+
"source": "3.4.2",
|
|
341
341
|
"tagging": 1
|
|
342
342
|
},
|
|
343
343
|
"source": {
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"group": "gr0up",
|
|
540
540
|
"count": 1,
|
|
541
541
|
"version": {
|
|
542
|
-
"source": "3.4.
|
|
542
|
+
"source": "3.4.2",
|
|
543
543
|
"tagging": 1
|
|
544
544
|
},
|
|
545
545
|
"source": {
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
"group": "gr0up",
|
|
682
682
|
"count": 1,
|
|
683
683
|
"version": {
|
|
684
|
-
"source": "3.4.
|
|
684
|
+
"source": "3.4.2",
|
|
685
685
|
"tagging": 1
|
|
686
686
|
},
|
|
687
687
|
"source": {
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
"group": "gr0up",
|
|
774
774
|
"count": 1,
|
|
775
775
|
"version": {
|
|
776
|
-
"source": "3.4.
|
|
776
|
+
"source": "3.4.2",
|
|
777
777
|
"tagging": 1
|
|
778
778
|
},
|
|
779
779
|
"source": {
|
|
@@ -914,7 +914,7 @@
|
|
|
914
914
|
"group": "gr0up",
|
|
915
915
|
"count": 1,
|
|
916
916
|
"version": {
|
|
917
|
-
"source": "3.4.
|
|
917
|
+
"source": "3.4.2",
|
|
918
918
|
"tagging": 1
|
|
919
919
|
},
|
|
920
920
|
"source": {
|
|
@@ -1048,7 +1048,7 @@
|
|
|
1048
1048
|
"group": "gr0up",
|
|
1049
1049
|
"count": 1,
|
|
1050
1050
|
"version": {
|
|
1051
|
-
"source": "3.4.
|
|
1051
|
+
"source": "3.4.2",
|
|
1052
1052
|
"tagging": 1
|
|
1053
1053
|
},
|
|
1054
1054
|
"source": {
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
"group": "gr0up",
|
|
1158
1158
|
"count": 1,
|
|
1159
1159
|
"version": {
|
|
1160
|
-
"source": "3.4.
|
|
1160
|
+
"source": "3.4.2",
|
|
1161
1161
|
"tagging": 1
|
|
1162
1162
|
},
|
|
1163
1163
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-gtag",
|
|
3
3
|
"description": "Unified Google destination for walkerOS (GA4, Ads, GTM)",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"update": "npx npm-check-updates -u && npm update"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@walkeros/web-core": "3.4.
|
|
40
|
+
"@walkeros/web-core": "3.4.2"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|