@walkeros/web-destination-fullstory 4.1.1 → 4.1.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.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.1.2
8
+ - @walkeros/web-core@4.1.2
9
+
3
10
  ## 4.1.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.1.1",
4
+ "version": "4.1.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": "1c4f19db59be3f11",
235
+ "id": "2a511baf7359eb06",
236
236
  "trigger": "load",
237
237
  "entity": "order",
238
238
  "action": "complete",
@@ -394,7 +394,7 @@
394
394
  "consent": {
395
395
  "functional": true
396
396
  },
397
- "id": "989655313bfd07eb",
397
+ "id": "c3a100c3ef66f553",
398
398
  "trigger": "load",
399
399
  "entity": "product",
400
400
  "action": "view",
@@ -456,7 +456,7 @@
456
456
  "consent": {
457
457
  "functional": true
458
458
  },
459
- "id": "9ed2ee9959ee9f0e",
459
+ "id": "df1ac02610b93f76",
460
460
  "trigger": "load",
461
461
  "entity": "page",
462
462
  "action": "view",
@@ -570,7 +570,7 @@
570
570
  "consent": {
571
571
  "functional": true
572
572
  },
573
- "id": "30bc196b9a148de2",
573
+ "id": "fa70221758876bec",
574
574
  "trigger": "load",
575
575
  "entity": "order",
576
576
  "action": "complete",
@@ -631,7 +631,7 @@
631
631
  "consent": {
632
632
  "functional": true
633
633
  },
634
- "id": "eb1643e0f5fe61d8",
634
+ "id": "405d14978fe486d4",
635
635
  "trigger": "load",
636
636
  "entity": "page",
637
637
  "action": "view",
@@ -745,7 +745,7 @@
745
745
  "consent": {
746
746
  "functional": true
747
747
  },
748
- "id": "582197ac882e13d2",
748
+ "id": "73b93d1595324b87",
749
749
  "trigger": "load",
750
750
  "entity": "order",
751
751
  "action": "complete",
@@ -823,7 +823,7 @@
823
823
  "consent": {
824
824
  "functional": true
825
825
  },
826
- "id": "07b2f8b292626047",
826
+ "id": "e537fbe0c5d04bfa",
827
827
  "trigger": "test",
828
828
  "entity": "user",
829
829
  "action": "login",
@@ -899,7 +899,7 @@
899
899
  "consent": {
900
900
  "functional": true
901
901
  },
902
- "id": "689e439dc080b5ef",
902
+ "id": "9f308d557b0dafbd",
903
903
  "trigger": "test",
904
904
  "entity": "user",
905
905
  "action": "login",
@@ -987,7 +987,7 @@
987
987
  "consent": {
988
988
  "functional": true
989
989
  },
990
- "id": "c1a5fa75494a71bc",
990
+ "id": "92f380c2e0080e31",
991
991
  "trigger": "test",
992
992
  "entity": "debug",
993
993
  "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.1.1",
4
+ "version": "4.1.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.1.1",
43
- "@walkeros/web-core": "4.1.1"
42
+ "@walkeros/core": "4.1.2",
43
+ "@walkeros/web-core": "4.1.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@walkeros/collector": "4.1.1"
46
+ "@walkeros/collector": "4.1.2"
47
47
  },
48
48
  "repository": {
49
49
  "url": "git+https://github.com/elbwalker/walkerOS.git",