@walkeros/web-destination-fullstory 4.3.1 → 4.3.2

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/web-destination-fullstory
2
2
 
3
+ ## 4.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.3.2
8
+ - @walkeros/web-core@4.3.2
9
+
3
10
  ## 4.3.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-fullstory",
4
- "version": "4.3.1",
4
+ "version": "4.3.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -232,7 +232,7 @@
232
232
  "consent": {
233
233
  "functional": true
234
234
  },
235
- "id": "27dad676716a69d6",
235
+ "id": "c310c23ad8384dd2",
236
236
  "trigger": "load",
237
237
  "entity": "order",
238
238
  "action": "complete",
@@ -411,7 +411,7 @@
411
411
  "consent": {
412
412
  "functional": true
413
413
  },
414
- "id": "7c72adf5927708b7",
414
+ "id": "05784eea2dc84428",
415
415
  "trigger": "load",
416
416
  "entity": "product",
417
417
  "action": "view",
@@ -475,7 +475,7 @@
475
475
  "consent": {
476
476
  "functional": true
477
477
  },
478
- "id": "ed03da2a30228ebe",
478
+ "id": "96de065fd475167d",
479
479
  "trigger": "load",
480
480
  "entity": "page",
481
481
  "action": "view",
@@ -591,7 +591,7 @@
591
591
  "consent": {
592
592
  "functional": true
593
593
  },
594
- "id": "d92e6c741f04eafc",
594
+ "id": "ff59507bb4a4382b",
595
595
  "trigger": "load",
596
596
  "entity": "order",
597
597
  "action": "complete",
@@ -654,7 +654,7 @@
654
654
  "consent": {
655
655
  "functional": true
656
656
  },
657
- "id": "21349fbf6875886f",
657
+ "id": "282e466e1cfc3a2f",
658
658
  "trigger": "load",
659
659
  "entity": "page",
660
660
  "action": "view",
@@ -770,7 +770,7 @@
770
770
  "consent": {
771
771
  "functional": true
772
772
  },
773
- "id": "1c251dd26d3afbb5",
773
+ "id": "7c3bd3012be6b999",
774
774
  "trigger": "load",
775
775
  "entity": "order",
776
776
  "action": "complete",
@@ -850,7 +850,7 @@
850
850
  "consent": {
851
851
  "functional": true
852
852
  },
853
- "id": "ef16cd5c61b6e083",
853
+ "id": "231fce82a95f7bfc",
854
854
  "trigger": "test",
855
855
  "entity": "user",
856
856
  "action": "login",
@@ -928,7 +928,7 @@
928
928
  "consent": {
929
929
  "functional": true
930
930
  },
931
- "id": "c16b8e7470fd9ebb",
931
+ "id": "45c6ec3b4cd56d7a",
932
932
  "trigger": "test",
933
933
  "entity": "user",
934
934
  "action": "login",
@@ -1018,7 +1018,7 @@
1018
1018
  "consent": {
1019
1019
  "functional": true
1020
1020
  },
1021
- "id": "61f01a54459d2412",
1021
+ "id": "27d564f906f8098f",
1022
1022
  "trigger": "test",
1023
1023
  "entity": "debug",
1024
1024
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-fullstory",
3
3
  "description": "FullStory web destination for walkerOS (session replay, custom events, user/page properties)",
4
- "version": "4.3.1",
4
+ "version": "4.3.2",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@fullstory/browser": "^2.0.8",
42
- "@walkeros/core": "4.3.1",
43
- "@walkeros/web-core": "4.3.1"
42
+ "@walkeros/core": "4.3.2",
43
+ "@walkeros/web-core": "4.3.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@walkeros/collector": "4.3.1"
46
+ "@walkeros/collector": "4.3.2"
47
47
  },
48
48
  "repository": {
49
49
  "url": "git+https://github.com/elbwalker/walkerOS.git",