@walkeros/web-destination-linkedin 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 +7 -0
- package/dist/walkerOS.json +5 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-linkedin",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"consent": {
|
|
127
127
|
"functional": true
|
|
128
128
|
},
|
|
129
|
-
"id": "
|
|
129
|
+
"id": "ba27b3f7c98bc952",
|
|
130
130
|
"trigger": "test",
|
|
131
131
|
"entity": "form",
|
|
132
132
|
"action": "submit",
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"consent": {
|
|
271
271
|
"functional": true
|
|
272
272
|
},
|
|
273
|
-
"id": "
|
|
273
|
+
"id": "5ec6880890342ad1",
|
|
274
274
|
"trigger": "test",
|
|
275
275
|
"entity": "form",
|
|
276
276
|
"action": "submit",
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"consent": {
|
|
646
646
|
"functional": true
|
|
647
647
|
},
|
|
648
|
-
"id": "
|
|
648
|
+
"id": "cb59305c0a2805f3",
|
|
649
649
|
"trigger": "test",
|
|
650
650
|
"entity": "form",
|
|
651
651
|
"action": "submit",
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
"consent": {
|
|
710
710
|
"functional": true
|
|
711
711
|
},
|
|
712
|
-
"id": "
|
|
712
|
+
"id": "ea49031b74d7ae85",
|
|
713
713
|
"trigger": "load",
|
|
714
714
|
"entity": "product",
|
|
715
715
|
"action": "view",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-linkedin",
|
|
3
3
|
"description": "LinkedIn Insight Tag web destination for walkerOS (conversion tracking, retargeting, demographic insights)",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"update": "npx npm-check-updates -u && npm update"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@walkeros/core": "4.1.
|
|
42
|
-
"@walkeros/web-core": "4.1.
|
|
41
|
+
"@walkeros/core": "4.1.2",
|
|
42
|
+
"@walkeros/web-core": "4.1.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.1.
|
|
45
|
+
"@walkeros/collector": "4.1.2"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|