@walkeros/server-destination-linkedin 3.4.1 → 3.4.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-linkedin",
4
- "version": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -161,7 +161,7 @@
161
161
  "group": "gr0up",
162
162
  "count": 1,
163
163
  "version": {
164
- "source": "3.4.1",
164
+ "source": "3.4.2",
165
165
  "tagging": 1
166
166
  },
167
167
  "source": {
@@ -271,7 +271,7 @@
271
271
  "group": "gr0up",
272
272
  "count": 1,
273
273
  "version": {
274
- "source": "3.4.1",
274
+ "source": "3.4.2",
275
275
  "tagging": 1
276
276
  },
277
277
  "source": {
@@ -394,7 +394,7 @@
394
394
  "group": "gr0up",
395
395
  "count": 1,
396
396
  "version": {
397
- "source": "3.4.1",
397
+ "source": "3.4.2",
398
398
  "tagging": 1
399
399
  },
400
400
  "source": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-linkedin",
3
3
  "description": "LinkedIn Conversions API server destination for walkerOS",
4
- "version": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -34,11 +34,11 @@
34
34
  "update": "npx npm-check-updates -u && npm update"
35
35
  },
36
36
  "dependencies": {
37
- "@walkeros/core": "3.4.1",
38
- "@walkeros/server-core": "3.4.1"
37
+ "@walkeros/core": "3.4.2",
38
+ "@walkeros/server-core": "3.4.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@walkeros/collector": "3.4.1"
41
+ "@walkeros/collector": "3.4.2"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",