@walkeros/web-destination-optimizely 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
|
@@ -100,7 +100,7 @@ function L(e2, t = {}, n = {}) {
|
|
|
100
100
|
}
|
|
101
101
|
function fe(e2 = {}) {
|
|
102
102
|
var _a;
|
|
103
|
-
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.
|
|
103
|
+
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 });
|
|
104
104
|
if (e2.name) {
|
|
105
105
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
106
106
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -79,7 +79,7 @@ function L(e2, t = {}, n = {}) {
|
|
|
79
79
|
}
|
|
80
80
|
function fe(e2 = {}) {
|
|
81
81
|
var _a;
|
|
82
|
-
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.
|
|
82
|
+
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 });
|
|
83
83
|
if (e2.name) {
|
|
84
84
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
85
85
|
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-optimizely",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"group": "gr0up",
|
|
173
173
|
"count": 1,
|
|
174
174
|
"version": {
|
|
175
|
-
"source": "3.4.
|
|
175
|
+
"source": "3.4.2",
|
|
176
176
|
"tagging": 1
|
|
177
177
|
},
|
|
178
178
|
"source": {
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"group": "gr0up",
|
|
286
286
|
"count": 1,
|
|
287
287
|
"version": {
|
|
288
|
-
"source": "3.4.
|
|
288
|
+
"source": "3.4.2",
|
|
289
289
|
"tagging": 1
|
|
290
290
|
},
|
|
291
291
|
"source": {
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"group": "gr0up",
|
|
345
345
|
"count": 1,
|
|
346
346
|
"version": {
|
|
347
|
-
"source": "3.4.
|
|
347
|
+
"source": "3.4.2",
|
|
348
348
|
"tagging": 1
|
|
349
349
|
},
|
|
350
350
|
"source": {
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
"group": "gr0up",
|
|
453
453
|
"count": 1,
|
|
454
454
|
"version": {
|
|
455
|
-
"source": "3.4.
|
|
455
|
+
"source": "3.4.2",
|
|
456
456
|
"tagging": 1
|
|
457
457
|
},
|
|
458
458
|
"source": {
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
"group": "gr0up",
|
|
541
541
|
"count": 1,
|
|
542
542
|
"version": {
|
|
543
|
-
"source": "3.4.
|
|
543
|
+
"source": "3.4.2",
|
|
544
544
|
"tagging": 1
|
|
545
545
|
},
|
|
546
546
|
"source": {
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
"group": "gr0up",
|
|
637
637
|
"count": 1,
|
|
638
638
|
"version": {
|
|
639
|
-
"source": "3.4.
|
|
639
|
+
"source": "3.4.2",
|
|
640
640
|
"tagging": 1
|
|
641
641
|
},
|
|
642
642
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-optimizely",
|
|
3
3
|
"description": "Optimizely Feature Experimentation web destination for walkerOS (conversion tracking, revenue metrics, user targeting)",
|
|
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",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@optimizely/optimizely-sdk": "^6.0.0",
|
|
41
|
-
"@walkeros/web-core": "3.4.
|
|
41
|
+
"@walkeros/web-core": "3.4.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
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",
|