@walkeros/web-destination-optimizely 4.3.0 → 4.3.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,5 +1,15 @@
1
1
  # @walkeros/web-destination-optimizely
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f2030ab]
8
+ - Updated dependencies [2d6ab82]
9
+ - Updated dependencies [74eacdd]
10
+ - @walkeros/core@4.3.1
11
+ - @walkeros/web-core@4.3.1
12
+
3
13
  ## 4.3.0
4
14
 
5
15
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-optimizely",
4
- "version": "4.3.0",
4
+ "version": "4.3.1",
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": "632e221abaddf79e",
159
+ "id": "2344906a5806dc59",
160
160
  "trigger": "test",
161
161
  "entity": "profile",
162
162
  "action": "update",
@@ -260,7 +260,7 @@
260
260
  "consent": {
261
261
  "functional": true
262
262
  },
263
- "id": "fdba7e060f87695a",
263
+ "id": "97f2fbcc667b085d",
264
264
  "trigger": "load",
265
265
  "entity": "page",
266
266
  "action": "view",
@@ -314,7 +314,7 @@
314
314
  "consent": {
315
315
  "functional": true
316
316
  },
317
- "id": "cef1e35a22bb0761",
317
+ "id": "dc24caf7ac52a33d",
318
318
  "trigger": "load",
319
319
  "entity": "product",
320
320
  "action": "view",
@@ -417,7 +417,7 @@
417
417
  "consent": {
418
418
  "functional": true
419
419
  },
420
- "id": "3abf9d8476238dae",
420
+ "id": "80c411db92314dc0",
421
421
  "trigger": "load",
422
422
  "entity": "order",
423
423
  "action": "complete",
@@ -493,7 +493,7 @@
493
493
  "consent": {
494
494
  "functional": true
495
495
  },
496
- "id": "5de98ecb2c6e2e43",
496
+ "id": "7775545104dda882",
497
497
  "trigger": "test",
498
498
  "entity": "user",
499
499
  "action": "signup",
@@ -577,7 +577,7 @@
577
577
  "consent": {
578
578
  "functional": true
579
579
  },
580
- "id": "9dbdecebc0683e92",
580
+ "id": "aa55a6862997e2f0",
581
581
  "trigger": "test",
582
582
  "entity": "debug",
583
583
  "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.3.0",
4
+ "version": "4.3.1",
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.3.0",
43
- "@walkeros/web-core": "4.3.0"
42
+ "@walkeros/core": "4.3.1",
43
+ "@walkeros/web-core": "4.3.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@walkeros/collector": "4.3.0"
46
+ "@walkeros/collector": "4.3.1"
47
47
  },
48
48
  "repository": {
49
49
  "url": "git+https://github.com/elbwalker/walkerOS.git",