@walkeros/server-destination-segment 4.2.1-next-1781715165983 → 4.2.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-destination-segment
2
2
 
3
- ## 4.2.1-next-1781715165983
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  - Updated dependencies [d1b41ca]
10
10
  - Updated dependencies [0a8a08b]
11
11
  - Updated dependencies [8afb7cc]
12
- - @walkeros/core@4.2.1-next-1781715165983
13
- - @walkeros/server-core@4.2.1-next-1781715165983
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/server-core@4.2.1
14
14
 
15
15
  ## 4.2.0
16
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-segment",
4
- "version": "4.2.1-next-1781715165983",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -178,7 +178,7 @@
178
178
  "consent": {
179
179
  "functional": true
180
180
  },
181
- "id": "62e9448a8a4932cb",
181
+ "id": "8a64dc96ad620278",
182
182
  "trigger": "load",
183
183
  "entity": "product",
184
184
  "action": "view",
@@ -242,7 +242,7 @@
242
242
  "consent": {
243
243
  "functional": true
244
244
  },
245
- "id": "d2b0335aeaa01397",
245
+ "id": "cd81d5d4eb83f662",
246
246
  "trigger": "test",
247
247
  "entity": "company",
248
248
  "action": "update",
@@ -322,7 +322,7 @@
322
322
  "analytics": true,
323
323
  "marketing": true
324
324
  },
325
- "id": "0872f8fbc424c6f6",
325
+ "id": "a2e590831e7d545a",
326
326
  "trigger": "load",
327
327
  "entity": "product",
328
328
  "action": "view",
@@ -394,7 +394,7 @@
394
394
  "consent": {
395
395
  "functional": true
396
396
  },
397
- "id": "b950ac542dfc62bf",
397
+ "id": "d9cca418eaed9309",
398
398
  "trigger": "load",
399
399
  "entity": "product",
400
400
  "action": "view",
@@ -461,7 +461,7 @@
461
461
  "consent": {
462
462
  "functional": true
463
463
  },
464
- "id": "dd470639bed0693c",
464
+ "id": "25403dc175a80b3e",
465
465
  "trigger": "load",
466
466
  "entity": "page",
467
467
  "action": "view",
@@ -588,7 +588,7 @@
588
588
  "consent": {
589
589
  "functional": true
590
590
  },
591
- "id": "074bb96cfb17f770",
591
+ "id": "14e83faca6ea4d21",
592
592
  "trigger": "load",
593
593
  "entity": "order",
594
594
  "action": "complete",
@@ -654,7 +654,7 @@
654
654
  "consent": {
655
655
  "functional": true
656
656
  },
657
- "id": "4f76d9b4aaecfacc",
657
+ "id": "cdf3f3754f1ae311",
658
658
  "trigger": "load",
659
659
  "entity": "page",
660
660
  "action": "view",
@@ -736,7 +736,7 @@
736
736
  "consent": {
737
737
  "functional": true
738
738
  },
739
- "id": "94a6e9a6b180eaac",
739
+ "id": "a467aa7488a14216",
740
740
  "trigger": "test",
741
741
  "entity": "screen",
742
742
  "action": "view",
@@ -819,7 +819,7 @@
819
819
  "consent": {
820
820
  "functional": true
821
821
  },
822
- "id": "1ae93eb1a0f3e7d9",
822
+ "id": "5e1e66cb5b279b77",
823
823
  "trigger": "test",
824
824
  "entity": "user",
825
825
  "action": "login",
@@ -906,7 +906,7 @@
906
906
  "consent": {
907
907
  "functional": true
908
908
  },
909
- "id": "805800827da9e4d5",
909
+ "id": "ff56163a0d4fe9b4",
910
910
  "trigger": "test",
911
911
  "entity": "debug",
912
912
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-segment",
3
3
  "description": "Segment CDP server destination for walkerOS (@segment/analytics-node, full Segment Spec)",
4
- "version": "4.2.1-next-1781715165983",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@segment/analytics-node": "^3.0.0",
39
- "@walkeros/core": "4.2.1-next-1781715165983",
40
- "@walkeros/server-core": "4.2.1-next-1781715165983"
39
+ "@walkeros/core": "4.2.1",
40
+ "@walkeros/server-core": "4.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1-next-1781715165983"
43
+ "@walkeros/collector": "4.2.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",