@walkeros/web-destination-pinterest 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 +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.
|
|
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.3.1", 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.
|
|
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.3.1", 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
|
+
"version": "3.3.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"group": "gr0up",
|
|
163
163
|
"count": 1,
|
|
164
164
|
"version": {
|
|
165
|
-
"source": "3.
|
|
165
|
+
"source": "3.3.1",
|
|
166
166
|
"tagging": 1
|
|
167
167
|
},
|
|
168
168
|
"source": {
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"group": "gr0up",
|
|
232
232
|
"count": 1,
|
|
233
233
|
"version": {
|
|
234
|
-
"source": "3.
|
|
234
|
+
"source": "3.3.1",
|
|
235
235
|
"tagging": 1
|
|
236
236
|
},
|
|
237
237
|
"source": {
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"group": "gr0up",
|
|
348
348
|
"count": 1,
|
|
349
349
|
"version": {
|
|
350
|
-
"source": "3.
|
|
350
|
+
"source": "3.3.1",
|
|
351
351
|
"tagging": 1
|
|
352
352
|
},
|
|
353
353
|
"source": {
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"group": "gr0up",
|
|
468
468
|
"count": 1,
|
|
469
469
|
"version": {
|
|
470
|
-
"source": "3.
|
|
470
|
+
"source": "3.3.1",
|
|
471
471
|
"tagging": 1
|
|
472
472
|
},
|
|
473
473
|
"source": {
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"group": "gr0up",
|
|
529
529
|
"count": 1,
|
|
530
530
|
"version": {
|
|
531
|
-
"source": "3.
|
|
531
|
+
"source": "3.3.1",
|
|
532
532
|
"tagging": 1
|
|
533
533
|
},
|
|
534
534
|
"source": {
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
"group": "gr0up",
|
|
627
627
|
"count": 1,
|
|
628
628
|
"version": {
|
|
629
|
-
"source": "3.
|
|
629
|
+
"source": "3.3.1",
|
|
630
630
|
"tagging": 1
|
|
631
631
|
},
|
|
632
632
|
"source": {
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
"group": "gr0up",
|
|
713
713
|
"count": 1,
|
|
714
714
|
"version": {
|
|
715
|
-
"source": "3.
|
|
715
|
+
"source": "3.3.1",
|
|
716
716
|
"tagging": 1
|
|
717
717
|
},
|
|
718
718
|
"source": {
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
"group": "gr0up",
|
|
791
791
|
"count": 1,
|
|
792
792
|
"version": {
|
|
793
|
-
"source": "3.
|
|
793
|
+
"source": "3.3.1",
|
|
794
794
|
"tagging": 1
|
|
795
795
|
},
|
|
796
796
|
"source": {
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
"group": "gr0up",
|
|
895
895
|
"count": 1,
|
|
896
896
|
"version": {
|
|
897
|
-
"source": "3.
|
|
897
|
+
"source": "3.3.1",
|
|
898
898
|
"tagging": 1
|
|
899
899
|
},
|
|
900
900
|
"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.3.
|
|
4
|
+
"version": "3.3.1",
|
|
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.3.
|
|
40
|
+
"@walkeros/web-core": "3.3.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "3.3.
|
|
43
|
+
"@walkeros/collector": "3.3.1"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|