@walkeros/web-destination-api 3.1.0 → 3.1.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 +4 -4
- package/package.json +3 -3
package/dist/examples/index.js
CHANGED
|
@@ -14058,7 +14058,7 @@ function U(e2, n2 = {}, t = {}) {
|
|
|
14058
14058
|
}
|
|
14059
14059
|
function se(e2 = {}) {
|
|
14060
14060
|
var _a3;
|
|
14061
|
-
const n2 = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), t = e2.group || "gr0up", i = e2.count || 1, o = U({ 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: `${n2}-${t}-${i}`, trigger: "test", entity: "entity", action: "action", timestamp: n2, timing: 3.14, group: t, count: i, version: { source: "3.0
|
|
14061
|
+
const n2 = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), t = e2.group || "gr0up", i = e2.count || 1, o = U({ 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: `${n2}-${t}-${i}`, trigger: "test", entity: "entity", action: "action", timestamp: n2, timing: 3.14, group: t, count: i, version: { source: "3.1.0", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
|
|
14062
14062
|
if (e2.name) {
|
|
14063
14063
|
const [n3, t2] = (_a3 = e2.name.split(" ")) != null ? _a3 : [];
|
|
14064
14064
|
n3 && t2 && (o.entity = n3, o.action = t2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -14037,7 +14037,7 @@ function U(e2, n2 = {}, t = {}) {
|
|
|
14037
14037
|
}
|
|
14038
14038
|
function se(e2 = {}) {
|
|
14039
14039
|
var _a3;
|
|
14040
|
-
const n2 = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), t = e2.group || "gr0up", i = e2.count || 1, o = U({ 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: `${n2}-${t}-${i}`, trigger: "test", entity: "entity", action: "action", timestamp: n2, timing: 3.14, group: t, count: i, version: { source: "3.0
|
|
14040
|
+
const n2 = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), t = e2.group || "gr0up", i = e2.count || 1, o = U({ 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: `${n2}-${t}-${i}`, trigger: "test", entity: "entity", action: "action", timestamp: n2, timing: 3.14, group: t, count: i, version: { source: "3.1.0", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
|
|
14041
14041
|
if (e2.name) {
|
|
14042
14042
|
const [n3, t2] = (_a3 = e2.name.split(" ")) != null ? _a3 : [];
|
|
14043
14043
|
n3 && t2 && (o.entity = n3, o.action = t2);
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-api",
|
|
4
|
-
"version": "3.0
|
|
4
|
+
"version": "3.1.0",
|
|
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.0
|
|
165
|
+
"source": "3.1.0",
|
|
166
166
|
"tagging": 1
|
|
167
167
|
},
|
|
168
168
|
"source": {
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"group": "gr0up",
|
|
244
244
|
"count": 1,
|
|
245
245
|
"version": {
|
|
246
|
-
"source": "3.0
|
|
246
|
+
"source": "3.1.0",
|
|
247
247
|
"tagging": 1
|
|
248
248
|
},
|
|
249
249
|
"source": {
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"group": "gr0up",
|
|
313
313
|
"count": 1,
|
|
314
314
|
"version": {
|
|
315
|
-
"source": "3.0
|
|
315
|
+
"source": "3.1.0",
|
|
316
316
|
"tagging": 1
|
|
317
317
|
},
|
|
318
318
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-api",
|
|
3
3
|
"description": "Web API destination for walkerOS",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/web-core": "^3.1.
|
|
39
|
+
"@walkeros/web-core": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "^3.1.
|
|
42
|
+
"@walkeros/collector": "^3.1.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|