@walkeros/web-destination-meta 3.0.0 → 3.0.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 re(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 = W({ 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: "
|
|
128
|
+
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = W({ 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.0.0", 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 re(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 = W({ 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: "
|
|
107
|
+
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = W({ 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.0.0", 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": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": "web",
|
|
7
7
|
"docs": "https://www.walkeros.io/docs/destinations/web/meta-pixel",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"group": "gr0up",
|
|
142
142
|
"count": 1,
|
|
143
143
|
"version": {
|
|
144
|
-
"source": "
|
|
144
|
+
"source": "3.0.0",
|
|
145
145
|
"tagging": 1
|
|
146
146
|
},
|
|
147
147
|
"source": {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"group": "gr0up",
|
|
248
248
|
"count": 1,
|
|
249
249
|
"version": {
|
|
250
|
-
"source": "
|
|
250
|
+
"source": "3.0.0",
|
|
251
251
|
"tagging": 1
|
|
252
252
|
},
|
|
253
253
|
"source": {
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"group": "gr0up",
|
|
336
336
|
"count": 1,
|
|
337
337
|
"version": {
|
|
338
|
-
"source": "
|
|
338
|
+
"source": "3.0.0",
|
|
339
339
|
"tagging": 1
|
|
340
340
|
},
|
|
341
341
|
"source": {
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"group": "gr0up",
|
|
452
452
|
"count": 1,
|
|
453
453
|
"version": {
|
|
454
|
-
"source": "
|
|
454
|
+
"source": "3.0.0",
|
|
455
455
|
"tagging": 1
|
|
456
456
|
},
|
|
457
457
|
"source": {
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"group": "gr0up",
|
|
557
557
|
"count": 1,
|
|
558
558
|
"version": {
|
|
559
|
-
"source": "
|
|
559
|
+
"source": "3.0.0",
|
|
560
560
|
"tagging": 1
|
|
561
561
|
},
|
|
562
562
|
"source": {
|
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
"group": "gr0up",
|
|
666
666
|
"count": 1,
|
|
667
667
|
"version": {
|
|
668
|
-
"source": "
|
|
668
|
+
"source": "3.0.0",
|
|
669
669
|
"tagging": 1
|
|
670
670
|
},
|
|
671
671
|
"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.0.
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/web-core": "^3.0.
|
|
39
|
+
"@walkeros/web-core": "^3.0.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/facebook-pixel": "^0.0.31",
|
|
43
|
-
"@walkeros/collector": "^3.0.
|
|
43
|
+
"@walkeros/collector": "^3.0.1"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|