@walkeros/server-destination-bing 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-bing",
4
- "version": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -140,7 +140,7 @@
140
140
  "group": "gr0up",
141
141
  "count": 1,
142
142
  "version": {
143
- "source": "3.4.1",
143
+ "source": "3.4.2",
144
144
  "tagging": 1
145
145
  },
146
146
  "source": {
@@ -247,7 +247,7 @@
247
247
  "group": "gr0up",
248
248
  "count": 1,
249
249
  "version": {
250
- "source": "3.4.1",
250
+ "source": "3.4.2",
251
251
  "tagging": 1
252
252
  },
253
253
  "source": {
@@ -339,7 +339,7 @@
339
339
  "group": "gr0up",
340
340
  "count": 1,
341
341
  "version": {
342
- "source": "3.4.1",
342
+ "source": "3.4.2",
343
343
  "tagging": 1
344
344
  },
345
345
  "source": {
@@ -416,7 +416,7 @@
416
416
  "group": "gr0up",
417
417
  "count": 1,
418
418
  "version": {
419
- "source": "3.4.1",
419
+ "source": "3.4.2",
420
420
  "tagging": 1
421
421
  },
422
422
  "source": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-bing",
3
3
  "description": "Microsoft Advertising (Bing UET CAPI) 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",