@walkeros/server-destination-rudderstack 4.1.0 → 4.1.1-next-1779485810490

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,14 @@
1
1
  # @walkeros/server-destination-rudderstack
2
2
 
3
+ ## 4.1.1-next-1779485810490
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b0279ee]
8
+ - Updated dependencies [b0279ee]
9
+ - @walkeros/core@4.1.1-next-1779485810490
10
+ - @walkeros/server-core@4.1.1-next-1779485810490
11
+
3
12
  ## 4.1.0
4
13
 
5
14
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-rudderstack",
4
- "version": "4.1.0",
4
+ "version": "4.1.1-next-1779485810490",
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": "cf6d1cd86f3c937f",
197
+ "id": "86d6a03533687652",
198
198
  "trigger": "test",
199
199
  "entity": "identity",
200
200
  "action": "merge",
@@ -257,7 +257,7 @@
257
257
  "consent": {
258
258
  "functional": true
259
259
  },
260
- "id": "43b7812eb2c71e3e",
260
+ "id": "2a2c01680b51b68c",
261
261
  "trigger": "load",
262
262
  "entity": "product",
263
263
  "action": "view",
@@ -319,7 +319,7 @@
319
319
  "consent": {
320
320
  "functional": true
321
321
  },
322
- "id": "6a0968c09043cd7c",
322
+ "id": "b450b34bb3df91da",
323
323
  "trigger": "test",
324
324
  "entity": "company",
325
325
  "action": "update",
@@ -396,7 +396,7 @@
396
396
  "consent": {
397
397
  "functional": true
398
398
  },
399
- "id": "28bf395560ed835d",
399
+ "id": "f12ffb1e99b2e417",
400
400
  "trigger": "load",
401
401
  "entity": "product",
402
402
  "action": "view",
@@ -461,7 +461,7 @@
461
461
  "consent": {
462
462
  "functional": true
463
463
  },
464
- "id": "902850aa39552aba",
464
+ "id": "e396ac2b7175df7e",
465
465
  "trigger": "load",
466
466
  "entity": "page",
467
467
  "action": "view",
@@ -586,7 +586,7 @@
586
586
  "consent": {
587
587
  "functional": true
588
588
  },
589
- "id": "c767df9380f7b361",
589
+ "id": "9b98eff7be276362",
590
590
  "trigger": "load",
591
591
  "entity": "order",
592
592
  "action": "complete",
@@ -649,7 +649,7 @@
649
649
  "consent": {
650
650
  "functional": true
651
651
  },
652
- "id": "b4f3b9c328401dee",
652
+ "id": "720e0fac1f0375cc",
653
653
  "trigger": "load",
654
654
  "entity": "page",
655
655
  "action": "view",
@@ -727,7 +727,7 @@
727
727
  "consent": {
728
728
  "functional": true
729
729
  },
730
- "id": "7a87384877a7cfe6",
730
+ "id": "e3ed97bd5f0bebbf",
731
731
  "trigger": "test",
732
732
  "entity": "screen",
733
733
  "action": "view",
@@ -806,7 +806,7 @@
806
806
  "consent": {
807
807
  "functional": true
808
808
  },
809
- "id": "86135833a7ee1e71",
809
+ "id": "e43d8e589d219adf",
810
810
  "trigger": "test",
811
811
  "entity": "user",
812
812
  "action": "login",
@@ -891,7 +891,7 @@
891
891
  "consent": {
892
892
  "functional": true
893
893
  },
894
- "id": "cd4f5ae6f22bea34",
894
+ "id": "21b5aaf43eb49648",
895
895
  "trigger": "test",
896
896
  "entity": "debug",
897
897
  "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.1.0",
4
+ "version": "4.1.1-next-1779485810490",
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.1.0",
40
- "@walkeros/server-core": "4.1.0"
39
+ "@walkeros/core": "4.1.1-next-1779485810490",
40
+ "@walkeros/server-core": "4.1.1-next-1779485810490"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.1.0"
43
+ "@walkeros/collector": "4.1.1-next-1779485810490"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",