@walkeros/destination-demo 3.4.2 → 4.0.0-next-1777463920154

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.
Files changed (2) hide show
  1. package/dist/walkerOS.json +13 -55
  2. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/destination-demo",
4
- "version": "3.4.2",
4
+ "version": "4.0.0-next-1777463920154",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -128,22 +128,15 @@
128
128
  "consent": {
129
129
  "functional": true
130
130
  },
131
- "id": "1700000901-gr0up-1",
131
+ "id": "b3f683530a99e514",
132
132
  "trigger": "load",
133
133
  "entity": "order",
134
134
  "action": "complete",
135
135
  "timestamp": 1700000901,
136
136
  "timing": 3.14,
137
- "group": "gr0up",
138
- "count": 1,
139
- "version": {
140
- "source": "3.4.2",
141
- "tagging": 1
142
- },
143
137
  "source": {
144
- "type": "web",
145
- "id": "https://localhost:80",
146
- "previous_id": "http://remotehost:9001"
138
+ "type": "collector",
139
+ "schema": "4"
147
140
  }
148
141
  },
149
142
  "mapping": {},
@@ -227,22 +220,15 @@
227
220
  "consent": {
228
221
  "functional": true
229
222
  },
230
- "id": "1700000901-gr0up-1",
223
+ "id": "d98fe6d150d88e18",
231
224
  "trigger": "load",
232
225
  "entity": "order",
233
226
  "action": "complete",
234
227
  "timestamp": 1700000901,
235
228
  "timing": 3.14,
236
- "group": "gr0up",
237
- "count": 1,
238
- "version": {
239
- "source": "3.4.2",
240
- "tagging": 1
241
- },
242
229
  "source": {
243
- "type": "web",
244
- "id": "https://localhost:80",
245
- "previous_id": "http://remotehost:9001"
230
+ "type": "collector",
231
+ "schema": "4"
246
232
  }
247
233
  }
248
234
  ]
@@ -283,35 +269,21 @@
283
269
  "entity": "child",
284
270
  "data": {
285
271
  "is": "subordinated"
286
- },
287
- "nested": [],
288
- "context": {
289
- "element": [
290
- "child",
291
- 0
292
- ]
293
272
  }
294
273
  }
295
274
  ],
296
275
  "consent": {
297
276
  "functional": true
298
277
  },
299
- "id": "1700000900-gr0up-1",
278
+ "id": "d645b36d3366f5ec",
300
279
  "trigger": "load",
301
280
  "entity": "page",
302
281
  "action": "view",
303
282
  "timestamp": 1700000900,
304
283
  "timing": 3.14,
305
- "group": "gr0up",
306
- "count": 1,
307
- "version": {
308
- "source": "3.4.2",
309
- "tagging": 1
310
- },
311
284
  "source": {
312
- "type": "web",
313
- "id": "https://localhost:80",
314
- "previous_id": "http://remotehost:9001"
285
+ "type": "collector",
286
+ "schema": "4"
315
287
  }
316
288
  },
317
289
  "mapping": {},
@@ -350,35 +322,21 @@
350
322
  "entity": "child",
351
323
  "data": {
352
324
  "is": "subordinated"
353
- },
354
- "nested": [],
355
- "context": {
356
- "element": [
357
- "child",
358
- 0
359
- ]
360
325
  }
361
326
  }
362
327
  ],
363
328
  "consent": {
364
329
  "functional": true
365
330
  },
366
- "id": "1700000900-gr0up-1",
331
+ "id": "628912ceead37fef",
367
332
  "trigger": "load",
368
333
  "entity": "page",
369
334
  "action": "view",
370
335
  "timestamp": 1700000900,
371
336
  "timing": 3.14,
372
- "group": "gr0up",
373
- "count": 1,
374
- "version": {
375
- "source": "3.4.2",
376
- "tagging": 1
377
- },
378
337
  "source": {
379
- "type": "web",
380
- "id": "https://localhost:80",
381
- "previous_id": "http://remotehost:9001"
338
+ "type": "collector",
339
+ "schema": "4"
382
340
  }
383
341
  }
384
342
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/destination-demo",
3
3
  "description": "Demo destination for walkerOS - logs events to console",
4
- "version": "3.4.2",
4
+ "version": "4.0.0-next-1777463920154",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,7 +38,7 @@
38
38
  "test": "jest"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "3.4.2"
41
+ "@walkeros/core": "4.0.0-next-1777463920154"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",