@walkeros/server-destination-rudderstack 4.2.1 → 4.2.2-next-1782236179392

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @walkeros/server-destination-rudderstack
2
2
 
3
+ ## 4.2.2-next-1782236179392
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782236179392
8
+ - @walkeros/server-core@4.2.2-next-1782236179392
9
+
3
10
  ## 4.2.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-rudderstack",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782236179392",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -194,7 +194,7 @@
194
194
  "consent": {
195
195
  "functional": true
196
196
  },
197
- "id": "6ed56b8cccffa2d0",
197
+ "id": "13bf6189de82572b",
198
198
  "trigger": "test",
199
199
  "entity": "identity",
200
200
  "action": "merge",
@@ -259,7 +259,7 @@
259
259
  "consent": {
260
260
  "functional": true
261
261
  },
262
- "id": "9d7d972a55cdd522",
262
+ "id": "2f885353941238d0",
263
263
  "trigger": "load",
264
264
  "entity": "product",
265
265
  "action": "view",
@@ -323,7 +323,7 @@
323
323
  "consent": {
324
324
  "functional": true
325
325
  },
326
- "id": "55b2aa711d423d23",
326
+ "id": "1cac1c9ae4e8fa16",
327
327
  "trigger": "test",
328
328
  "entity": "company",
329
329
  "action": "update",
@@ -402,7 +402,7 @@
402
402
  "consent": {
403
403
  "functional": true
404
404
  },
405
- "id": "b3823bb0db8e32b4",
405
+ "id": "e8f71b9f5b01f621",
406
406
  "trigger": "load",
407
407
  "entity": "product",
408
408
  "action": "view",
@@ -469,7 +469,7 @@
469
469
  "consent": {
470
470
  "functional": true
471
471
  },
472
- "id": "377d3c9f1bdc3863",
472
+ "id": "225170fe9561b0ed",
473
473
  "trigger": "load",
474
474
  "entity": "page",
475
475
  "action": "view",
@@ -596,7 +596,7 @@
596
596
  "consent": {
597
597
  "functional": true
598
598
  },
599
- "id": "8ce1d3e84954ca68",
599
+ "id": "83eb01cb921bbea5",
600
600
  "trigger": "load",
601
601
  "entity": "order",
602
602
  "action": "complete",
@@ -661,7 +661,7 @@
661
661
  "consent": {
662
662
  "functional": true
663
663
  },
664
- "id": "72c1b9060731923e",
664
+ "id": "0ee4f870c7693add",
665
665
  "trigger": "load",
666
666
  "entity": "page",
667
667
  "action": "view",
@@ -741,7 +741,7 @@
741
741
  "consent": {
742
742
  "functional": true
743
743
  },
744
- "id": "128d8b3f7dc9c4f6",
744
+ "id": "7fa72cbdc122af42",
745
745
  "trigger": "test",
746
746
  "entity": "screen",
747
747
  "action": "view",
@@ -822,7 +822,7 @@
822
822
  "consent": {
823
823
  "functional": true
824
824
  },
825
- "id": "817bc1e3d9e1bcbf",
825
+ "id": "db86f8e91bb358ce",
826
826
  "trigger": "test",
827
827
  "entity": "user",
828
828
  "action": "login",
@@ -909,7 +909,7 @@
909
909
  "consent": {
910
910
  "functional": true
911
911
  },
912
- "id": "fdc57831faa37546",
912
+ "id": "08de94bbd0999ad9",
913
913
  "trigger": "test",
914
914
  "entity": "debug",
915
915
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-rudderstack",
3
3
  "description": "RudderStack CDP server destination for walkerOS (@rudderstack/rudder-sdk-node, full Segment Spec)",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782236179392",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@rudderstack/rudder-sdk-node": "^3.0.0",
39
- "@walkeros/core": "4.2.1",
40
- "@walkeros/server-core": "4.2.1"
39
+ "@walkeros/core": "4.2.2-next-1782236179392",
40
+ "@walkeros/server-core": "4.2.2-next-1782236179392"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1"
43
+ "@walkeros/collector": "4.2.2-next-1782236179392"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",