@walkeros/server-destination-snapchat 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-snapchat",
4
- "version": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -136,7 +136,7 @@
136
136
  "group": "gr0up",
137
137
  "count": 1,
138
138
  "version": {
139
- "source": "3.4.1",
139
+ "source": "3.4.2",
140
140
  "tagging": 1
141
141
  },
142
142
  "source": {
@@ -236,7 +236,7 @@
236
236
  "group": "gr0up",
237
237
  "count": 1,
238
238
  "version": {
239
- "source": "3.4.1",
239
+ "source": "3.4.2",
240
240
  "tagging": 1
241
241
  },
242
242
  "source": {
@@ -329,7 +329,7 @@
329
329
  "group": "gr0up",
330
330
  "count": 1,
331
331
  "version": {
332
- "source": "3.4.1",
332
+ "source": "3.4.2",
333
333
  "tagging": 1
334
334
  },
335
335
  "source": {
@@ -395,7 +395,7 @@
395
395
  "group": "gr0up",
396
396
  "count": 1,
397
397
  "version": {
398
- "source": "3.4.1",
398
+ "source": "3.4.2",
399
399
  "tagging": 1
400
400
  },
401
401
  "source": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-snapchat",
3
3
  "description": "Snapchat 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",