@walkeros/web-destination-gtag 2.1.0 → 2.1.1
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 +4 -4
- package/package.json +2 -2
package/dist/examples/index.js
CHANGED
|
@@ -107,7 +107,7 @@ function Z(t2) {
|
|
|
107
107
|
}
|
|
108
108
|
function nt(t2 = {}) {
|
|
109
109
|
var _a;
|
|
110
|
-
const e = t2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = t2.group || "gr0up", o = t2.count || 1, r = H({ 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: `${e}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: e, timing: 3.14, group: n, count: o, version: { source: "2.0
|
|
110
|
+
const e = t2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = t2.group || "gr0up", o = t2.count || 1, r = H({ 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: `${e}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: e, timing: 3.14, group: n, count: o, version: { source: "2.1.0", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, t2, { merge: false });
|
|
111
111
|
if (t2.name) {
|
|
112
112
|
const [e2, n2] = (_a = t2.name.split(" ")) != null ? _a : [];
|
|
113
113
|
e2 && n2 && (r.entity = e2, r.action = n2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -86,7 +86,7 @@ function Z(t2) {
|
|
|
86
86
|
}
|
|
87
87
|
function nt(t2 = {}) {
|
|
88
88
|
var _a;
|
|
89
|
-
const e = t2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = t2.group || "gr0up", o = t2.count || 1, r = H({ 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: `${e}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: e, timing: 3.14, group: n, count: o, version: { source: "2.0
|
|
89
|
+
const e = t2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = t2.group || "gr0up", o = t2.count || 1, r = H({ 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: `${e}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: e, timing: 3.14, group: n, count: o, version: { source: "2.1.0", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, t2, { merge: false });
|
|
90
90
|
if (t2.name) {
|
|
91
91
|
const [e2, n2] = (_a = t2.name.split(" ")) != null ? _a : [];
|
|
92
92
|
e2 && n2 && (r.entity = e2, 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": "2.0
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": "web"
|
|
7
7
|
},
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"group": "gr0up",
|
|
384
384
|
"count": 1,
|
|
385
385
|
"version": {
|
|
386
|
-
"source": "2.0
|
|
386
|
+
"source": "2.1.0",
|
|
387
387
|
"tagging": 1
|
|
388
388
|
},
|
|
389
389
|
"source": {
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"group": "gr0up",
|
|
499
499
|
"count": 1,
|
|
500
500
|
"version": {
|
|
501
|
-
"source": "2.0
|
|
501
|
+
"source": "2.1.0",
|
|
502
502
|
"tagging": 1
|
|
503
503
|
},
|
|
504
504
|
"source": {
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
"group": "gr0up",
|
|
603
603
|
"count": 1,
|
|
604
604
|
"version": {
|
|
605
|
-
"source": "2.0
|
|
605
|
+
"source": "2.1.0",
|
|
606
606
|
"tagging": 1
|
|
607
607
|
},
|
|
608
608
|
"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": "2.1.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/web-core": "^2.1.
|
|
39
|
+
"@walkeros/web-core": "^2.1.1"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|