@walkeros/web-destination-meta 3.3.0 → 3.3.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 +7 -7
- package/package.json +3 -3
package/dist/examples/index.js
CHANGED
|
@@ -125,7 +125,7 @@ function Q(e2) {
|
|
|
125
125
|
}
|
|
126
126
|
function fe(e2 = {}) {
|
|
127
127
|
var _a;
|
|
128
|
-
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.
|
|
128
|
+
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.3.1", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
|
|
129
129
|
if (e2.name) {
|
|
130
130
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
131
131
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -104,7 +104,7 @@ function Q(e2) {
|
|
|
104
104
|
}
|
|
105
105
|
function fe(e2 = {}) {
|
|
106
106
|
var _a;
|
|
107
|
-
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.
|
|
107
|
+
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.3.1", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
|
|
108
108
|
if (e2.name) {
|
|
109
109
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
110
110
|
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
|
+
"version": "3.3.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"group": "gr0up",
|
|
144
144
|
"count": 1,
|
|
145
145
|
"version": {
|
|
146
|
-
"source": "3.
|
|
146
|
+
"source": "3.3.1",
|
|
147
147
|
"tagging": 1
|
|
148
148
|
},
|
|
149
149
|
"source": {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"group": "gr0up",
|
|
250
250
|
"count": 1,
|
|
251
251
|
"version": {
|
|
252
|
-
"source": "3.
|
|
252
|
+
"source": "3.3.1",
|
|
253
253
|
"tagging": 1
|
|
254
254
|
},
|
|
255
255
|
"source": {
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"group": "gr0up",
|
|
338
338
|
"count": 1,
|
|
339
339
|
"version": {
|
|
340
|
-
"source": "3.
|
|
340
|
+
"source": "3.3.1",
|
|
341
341
|
"tagging": 1
|
|
342
342
|
},
|
|
343
343
|
"source": {
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"group": "gr0up",
|
|
454
454
|
"count": 1,
|
|
455
455
|
"version": {
|
|
456
|
-
"source": "3.
|
|
456
|
+
"source": "3.3.1",
|
|
457
457
|
"tagging": 1
|
|
458
458
|
},
|
|
459
459
|
"source": {
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
"group": "gr0up",
|
|
559
559
|
"count": 1,
|
|
560
560
|
"version": {
|
|
561
|
-
"source": "3.
|
|
561
|
+
"source": "3.3.1",
|
|
562
562
|
"tagging": 1
|
|
563
563
|
},
|
|
564
564
|
"source": {
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
"group": "gr0up",
|
|
668
668
|
"count": 1,
|
|
669
669
|
"version": {
|
|
670
|
-
"source": "3.
|
|
670
|
+
"source": "3.3.1",
|
|
671
671
|
"tagging": 1
|
|
672
672
|
},
|
|
673
673
|
"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.3.
|
|
4
|
+
"version": "3.3.1",
|
|
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.3.
|
|
40
|
+
"@walkeros/web-core": "3.3.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/facebook-pixel": "^0.0.31",
|
|
44
|
-
"@walkeros/collector": "3.3.
|
|
44
|
+
"@walkeros/collector": "3.3.1"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|