@walkeros/web-destination-optimizely 4.0.1 → 4.0.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/dist/dev.js +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/walkerOS.json +7 -7
- package/package.json +3 -3
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-optimizely",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.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": "
|
|
159
|
+
"id": "64a7b5eafb836af0",
|
|
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": "
|
|
258
|
+
"id": "94eec6c9058afd2c",
|
|
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": "
|
|
310
|
+
"id": "890b7f0b8e40197a",
|
|
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": "
|
|
411
|
+
"id": "7adb4f1201329b6a",
|
|
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": "
|
|
485
|
+
"id": "8c2cdb50547a5050",
|
|
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": "
|
|
567
|
+
"id": "b546c9fb21a7886a",
|
|
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.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@optimizely/optimizely-sdk": "^6.0.0",
|
|
41
|
-
"@walkeros/web-core": "4.0.
|
|
41
|
+
"@walkeros/web-core": "4.0.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@walkeros/collector": "4.0.
|
|
44
|
+
"@walkeros/collector": "4.0.2"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|