@walkeros/web-destination-linkedin 4.4.0 → 4.5.0

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-linkedin
2
2
 
3
+ ## 4.5.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [63845bb]
8
+ - Updated dependencies [79cdcb0]
9
+ - Updated dependencies [756b571]
10
+ - @walkeros/core@4.5.0
11
+ - @walkeros/web-core@4.5.0
12
+
3
13
  ## 4.4.0
4
14
 
5
15
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-linkedin",
4
- "version": "4.4.0",
4
+ "version": "4.5.0",
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": "812a5357e9ba3d6a",
129
+ "id": "932246835b0a633a",
130
130
  "trigger": "test",
131
131
  "entity": "form",
132
132
  "action": "submit",
@@ -274,7 +274,7 @@
274
274
  "consent": {
275
275
  "functional": true
276
276
  },
277
- "id": "02d789974d3fc2f4",
277
+ "id": "95a8c1161c815bba",
278
278
  "trigger": "test",
279
279
  "entity": "form",
280
280
  "action": "submit",
@@ -657,7 +657,7 @@
657
657
  "consent": {
658
658
  "functional": true
659
659
  },
660
- "id": "9df87f9e2e39d8b8",
660
+ "id": "dfa3e8164b136ca1",
661
661
  "trigger": "test",
662
662
  "entity": "form",
663
663
  "action": "submit",
@@ -723,7 +723,7 @@
723
723
  "consent": {
724
724
  "functional": true
725
725
  },
726
- "id": "234fbb22da87bc24",
726
+ "id": "f3ab891d8e802919",
727
727
  "trigger": "load",
728
728
  "entity": "product",
729
729
  "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.4.0",
4
+ "version": "4.5.0",
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.4.0",
42
- "@walkeros/web-core": "4.4.0"
41
+ "@walkeros/core": "4.5.0",
42
+ "@walkeros/web-core": "4.5.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.4.0"
45
+ "@walkeros/collector": "4.5.0"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",