@walkeros/web-destination-meta 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 +7 -7
- package/package.json +3 -3
package/dist/examples/index.js
CHANGED
|
@@ -126,7 +126,7 @@ function Q(e2) {
|
|
|
126
126
|
}
|
|
127
127
|
function fe(e2 = {}) {
|
|
128
128
|
var _a;
|
|
129
|
-
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.
|
|
129
|
+
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 });
|
|
130
130
|
if (e2.name) {
|
|
131
131
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
132
132
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -105,7 +105,7 @@ function Q(e2) {
|
|
|
105
105
|
}
|
|
106
106
|
function fe(e2 = {}) {
|
|
107
107
|
var _a;
|
|
108
|
-
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.
|
|
108
|
+
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 });
|
|
109
109
|
if (e2.name) {
|
|
110
110
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
111
111
|
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-meta",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"group": "gr0up",
|
|
146
146
|
"count": 1,
|
|
147
147
|
"version": {
|
|
148
|
-
"source": "3.4.
|
|
148
|
+
"source": "3.4.2",
|
|
149
149
|
"tagging": 1
|
|
150
150
|
},
|
|
151
151
|
"source": {
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"group": "gr0up",
|
|
257
257
|
"count": 1,
|
|
258
258
|
"version": {
|
|
259
|
-
"source": "3.4.
|
|
259
|
+
"source": "3.4.2",
|
|
260
260
|
"tagging": 1
|
|
261
261
|
},
|
|
262
262
|
"source": {
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
"group": "gr0up",
|
|
367
367
|
"count": 1,
|
|
368
368
|
"version": {
|
|
369
|
-
"source": "3.4.
|
|
369
|
+
"source": "3.4.2",
|
|
370
370
|
"tagging": 1
|
|
371
371
|
},
|
|
372
372
|
"source": {
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
"group": "gr0up",
|
|
488
488
|
"count": 1,
|
|
489
489
|
"version": {
|
|
490
|
-
"source": "3.4.
|
|
490
|
+
"source": "3.4.2",
|
|
491
491
|
"tagging": 1
|
|
492
492
|
},
|
|
493
493
|
"source": {
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
"group": "gr0up",
|
|
598
598
|
"count": 1,
|
|
599
599
|
"version": {
|
|
600
|
-
"source": "3.4.
|
|
600
|
+
"source": "3.4.2",
|
|
601
601
|
"tagging": 1
|
|
602
602
|
},
|
|
603
603
|
"source": {
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
"group": "gr0up",
|
|
712
712
|
"count": 1,
|
|
713
713
|
"version": {
|
|
714
|
-
"source": "3.4.
|
|
714
|
+
"source": "3.4.2",
|
|
715
715
|
"tagging": 1
|
|
716
716
|
},
|
|
717
717
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-meta",
|
|
3
3
|
"description": "Meta pixel web destination for walkerOS",
|
|
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,11 +37,11 @@
|
|
|
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
|
"devDependencies": {
|
|
43
43
|
"@types/facebook-pixel": "^0.0.31",
|
|
44
|
-
"@walkeros/collector": "3.4.
|
|
44
|
+
"@walkeros/collector": "3.4.2"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|