@walkeros/web-destination-optimizely 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-optimizely
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-optimizely",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -156,7 +156,7 @@
156
156
  "consent": {
157
157
  "functional": true
158
158
  },
159
- "id": "16b0577caf751b6a",
159
+ "id": "1077c81a45732b04",
160
160
  "trigger": "test",
161
161
  "entity": "profile",
162
162
  "action": "update",
@@ -255,7 +255,7 @@
255
255
  "consent": {
256
256
  "functional": true
257
257
  },
258
- "id": "53364adc908a34d1",
258
+ "id": "c525635b12b13c53",
259
259
  "trigger": "load",
260
260
  "entity": "page",
261
261
  "action": "view",
@@ -307,7 +307,7 @@
307
307
  "consent": {
308
308
  "functional": true
309
309
  },
310
- "id": "fcc75fab139ddf6f",
310
+ "id": "5cc9c6d8d5d5920d",
311
311
  "trigger": "load",
312
312
  "entity": "product",
313
313
  "action": "view",
@@ -408,7 +408,7 @@
408
408
  "consent": {
409
409
  "functional": true
410
410
  },
411
- "id": "46fe5c6943452298",
411
+ "id": "887b0ab385546543",
412
412
  "trigger": "load",
413
413
  "entity": "order",
414
414
  "action": "complete",
@@ -482,7 +482,7 @@
482
482
  "consent": {
483
483
  "functional": true
484
484
  },
485
- "id": "a76010453ab7ccbd",
485
+ "id": "8247dace5de5de7c",
486
486
  "trigger": "test",
487
487
  "entity": "user",
488
488
  "action": "signup",
@@ -564,7 +564,7 @@
564
564
  "consent": {
565
565
  "functional": true
566
566
  },
567
- "id": "9e921e1eeda874b7",
567
+ "id": "7285b53a2e31274e",
568
568
  "trigger": "test",
569
569
  "entity": "debug",
570
570
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-optimizely",
3
3
  "description": "Optimizely Feature Experimentation web destination for walkerOS (conversion tracking, revenue metrics, user targeting)",
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
  "@optimizely/optimizely-sdk": "^6.0.0",
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",