@walkeros/web-destination-pinterest 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 +10 -10
- package/package.json +3 -3
package/dist/examples/index.js
CHANGED
|
@@ -124,7 +124,7 @@ function L(e2, t = {}, n = {}) {
|
|
|
124
124
|
}
|
|
125
125
|
function fe(e2 = {}) {
|
|
126
126
|
var _a;
|
|
127
|
-
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.
|
|
127
|
+
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 });
|
|
128
128
|
if (e2.name) {
|
|
129
129
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
130
130
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -103,7 +103,7 @@ function L(e2, t = {}, n = {}) {
|
|
|
103
103
|
}
|
|
104
104
|
function fe(e2 = {}) {
|
|
105
105
|
var _a;
|
|
106
|
-
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.
|
|
106
|
+
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 });
|
|
107
107
|
if (e2.name) {
|
|
108
108
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
109
109
|
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-pinterest",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"group": "gr0up",
|
|
167
167
|
"count": 1,
|
|
168
168
|
"version": {
|
|
169
|
-
"source": "3.4.
|
|
169
|
+
"source": "3.4.2",
|
|
170
170
|
"tagging": 1
|
|
171
171
|
},
|
|
172
172
|
"source": {
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"group": "gr0up",
|
|
240
240
|
"count": 1,
|
|
241
241
|
"version": {
|
|
242
|
-
"source": "3.4.
|
|
242
|
+
"source": "3.4.2",
|
|
243
243
|
"tagging": 1
|
|
244
244
|
},
|
|
245
245
|
"source": {
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"group": "gr0up",
|
|
360
360
|
"count": 1,
|
|
361
361
|
"version": {
|
|
362
|
-
"source": "3.4.
|
|
362
|
+
"source": "3.4.2",
|
|
363
363
|
"tagging": 1
|
|
364
364
|
},
|
|
365
365
|
"source": {
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
"group": "gr0up",
|
|
484
484
|
"count": 1,
|
|
485
485
|
"version": {
|
|
486
|
-
"source": "3.4.
|
|
486
|
+
"source": "3.4.2",
|
|
487
487
|
"tagging": 1
|
|
488
488
|
},
|
|
489
489
|
"source": {
|
|
@@ -548,7 +548,7 @@
|
|
|
548
548
|
"group": "gr0up",
|
|
549
549
|
"count": 1,
|
|
550
550
|
"version": {
|
|
551
|
-
"source": "3.4.
|
|
551
|
+
"source": "3.4.2",
|
|
552
552
|
"tagging": 1
|
|
553
553
|
},
|
|
554
554
|
"source": {
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
"group": "gr0up",
|
|
651
651
|
"count": 1,
|
|
652
652
|
"version": {
|
|
653
|
-
"source": "3.4.
|
|
653
|
+
"source": "3.4.2",
|
|
654
654
|
"tagging": 1
|
|
655
655
|
},
|
|
656
656
|
"source": {
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
"group": "gr0up",
|
|
741
741
|
"count": 1,
|
|
742
742
|
"version": {
|
|
743
|
-
"source": "3.4.
|
|
743
|
+
"source": "3.4.2",
|
|
744
744
|
"tagging": 1
|
|
745
745
|
},
|
|
746
746
|
"source": {
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
"group": "gr0up",
|
|
823
823
|
"count": 1,
|
|
824
824
|
"version": {
|
|
825
|
-
"source": "3.4.
|
|
825
|
+
"source": "3.4.2",
|
|
826
826
|
"tagging": 1
|
|
827
827
|
},
|
|
828
828
|
"source": {
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
"group": "gr0up",
|
|
928
928
|
"count": 1,
|
|
929
929
|
"version": {
|
|
930
|
-
"source": "3.4.
|
|
930
|
+
"source": "3.4.2",
|
|
931
931
|
"tagging": 1
|
|
932
932
|
},
|
|
933
933
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-pinterest",
|
|
3
3
|
"description": "Pinterest Tag web destination for walkerOS (conversion tracking, enhanced matching, audience building)",
|
|
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,10 +37,10 @@
|
|
|
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
|
-
"@walkeros/collector": "3.4.
|
|
43
|
+
"@walkeros/collector": "3.4.2"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|