@walkeros/server-destination-aws 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 +10 -7
- package/package.json +6 -3
package/dist/examples/index.js
CHANGED
|
@@ -92,7 +92,7 @@ function W(e2, t = {}, n = {}) {
|
|
|
92
92
|
}
|
|
93
93
|
function re(e2 = {}) {
|
|
94
94
|
var _a;
|
|
95
|
-
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: "
|
|
95
|
+
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 });
|
|
96
96
|
if (e2.name) {
|
|
97
97
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
98
98
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -70,7 +70,7 @@ function W(e2, t = {}, n = {}) {
|
|
|
70
70
|
}
|
|
71
71
|
function re(e2 = {}) {
|
|
72
72
|
var _a;
|
|
73
|
-
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: "
|
|
73
|
+
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 });
|
|
74
74
|
if (e2.name) {
|
|
75
75
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
76
76
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-aws",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": "server",
|
|
7
|
+
"exports": {
|
|
8
|
+
"destinationFirehose": "Firehose event streaming"
|
|
9
|
+
},
|
|
7
10
|
"docs": "https://www.walkeros.io/docs/destinations/server/aws",
|
|
8
11
|
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/server/destinations/aws/src"
|
|
9
12
|
},
|
|
@@ -156,7 +159,7 @@
|
|
|
156
159
|
"group": "gr0up",
|
|
157
160
|
"count": 1,
|
|
158
161
|
"version": {
|
|
159
|
-
"source": "
|
|
162
|
+
"source": "3.0.0",
|
|
160
163
|
"tagging": 1
|
|
161
164
|
},
|
|
162
165
|
"source": {
|
|
@@ -259,7 +262,7 @@
|
|
|
259
262
|
"group": "gr0up",
|
|
260
263
|
"count": 1,
|
|
261
264
|
"version": {
|
|
262
|
-
"source": "
|
|
265
|
+
"source": "3.0.0",
|
|
263
266
|
"tagging": 1
|
|
264
267
|
},
|
|
265
268
|
"source": {
|
|
@@ -327,7 +330,7 @@
|
|
|
327
330
|
"group": "gr0up",
|
|
328
331
|
"count": 1,
|
|
329
332
|
"version": {
|
|
330
|
-
"source": "
|
|
333
|
+
"source": "3.0.0",
|
|
331
334
|
"tagging": 1
|
|
332
335
|
},
|
|
333
336
|
"source": {
|
|
@@ -399,7 +402,7 @@
|
|
|
399
402
|
"group": "gr0up",
|
|
400
403
|
"count": 1,
|
|
401
404
|
"version": {
|
|
402
|
-
"source": "
|
|
405
|
+
"source": "3.0.0",
|
|
403
406
|
"tagging": 1
|
|
404
407
|
},
|
|
405
408
|
"source": {
|
|
@@ -502,7 +505,7 @@
|
|
|
502
505
|
"group": "gr0up",
|
|
503
506
|
"count": 1,
|
|
504
507
|
"version": {
|
|
505
|
-
"source": "
|
|
508
|
+
"source": "3.0.0",
|
|
506
509
|
"tagging": 1
|
|
507
510
|
},
|
|
508
511
|
"source": {
|
|
@@ -570,7 +573,7 @@
|
|
|
570
573
|
"group": "gr0up",
|
|
571
574
|
"count": 1,
|
|
572
575
|
"version": {
|
|
573
|
-
"source": "
|
|
576
|
+
"source": "3.0.0",
|
|
574
577
|
"tagging": 1
|
|
575
578
|
},
|
|
576
579
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-aws",
|
|
3
3
|
"description": "AWS server destination for walkerOS",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@aws-sdk/client-firehose": "^3.952.0",
|
|
37
|
-
"@walkeros/server-core": "^3.0.
|
|
37
|
+
"@walkeros/server-core": "^3.0.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"repository": {
|
|
@@ -49,7 +49,10 @@
|
|
|
49
49
|
"walkerOS": {
|
|
50
50
|
"type": "destination",
|
|
51
51
|
"platform": "server",
|
|
52
|
-
"docs": "https://www.walkeros.io/docs/destinations/server/aws"
|
|
52
|
+
"docs": "https://www.walkeros.io/docs/destinations/server/aws",
|
|
53
|
+
"exports": {
|
|
54
|
+
"destinationFirehose": "Firehose event streaming"
|
|
55
|
+
}
|
|
53
56
|
},
|
|
54
57
|
"keywords": [
|
|
55
58
|
"walkerOS",
|