@walkeros/server-destination-bing 4.2.1-next-1781682752679 → 4.2.1
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 +5 -3
- package/dist/walkerOS.json +9 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
# @walkeros/server-destination-meta
|
|
2
2
|
|
|
3
|
-
## 4.2.1
|
|
3
|
+
## 4.2.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [5cbcd23]
|
|
8
|
+
- Updated dependencies [31c6858]
|
|
9
|
+
- Updated dependencies [d1b41ca]
|
|
8
10
|
- Updated dependencies [0a8a08b]
|
|
9
11
|
- Updated dependencies [8afb7cc]
|
|
10
|
-
- @walkeros/core@4.2.1
|
|
11
|
-
- @walkeros/server-core@4.2.1
|
|
12
|
+
- @walkeros/core@4.2.1
|
|
13
|
+
- @walkeros/server-core@4.2.1
|
|
12
14
|
|
|
13
15
|
## 4.2.0
|
|
14
16
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-bing",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -138,6 +138,8 @@
|
|
|
138
138
|
"timestamp": 1700000903000,
|
|
139
139
|
"timing": 3.14,
|
|
140
140
|
"source": {
|
|
141
|
+
"count": 1,
|
|
142
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
141
143
|
"type": "browser",
|
|
142
144
|
"platform": "web",
|
|
143
145
|
"url": "https://shop.example.com/products/running-shoes"
|
|
@@ -232,6 +234,8 @@
|
|
|
232
234
|
"timestamp": 1700000902000,
|
|
233
235
|
"timing": 3.14,
|
|
234
236
|
"source": {
|
|
237
|
+
"count": 1,
|
|
238
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
235
239
|
"type": "browser",
|
|
236
240
|
"platform": "web",
|
|
237
241
|
"url": "https://example.com/contact"
|
|
@@ -311,6 +315,8 @@
|
|
|
311
315
|
"timestamp": 1700000901000,
|
|
312
316
|
"timing": 3.14,
|
|
313
317
|
"source": {
|
|
318
|
+
"count": 1,
|
|
319
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
314
320
|
"type": "browser",
|
|
315
321
|
"platform": "web",
|
|
316
322
|
"url": "https://example.com/docs/"
|
|
@@ -382,6 +388,8 @@
|
|
|
382
388
|
"timestamp": 1700000900000,
|
|
383
389
|
"timing": 3.14,
|
|
384
390
|
"source": {
|
|
391
|
+
"count": 1,
|
|
392
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
385
393
|
"type": "browser",
|
|
386
394
|
"platform": "web",
|
|
387
395
|
"url": "https://shop.example.com/checkout/complete"
|
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": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"update": "npx npm-check-updates -u && npm update"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@walkeros/core": "4.2.1
|
|
39
|
-
"@walkeros/server-core": "4.2.1
|
|
38
|
+
"@walkeros/core": "4.2.1",
|
|
39
|
+
"@walkeros/server-core": "4.2.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.2.1
|
|
42
|
+
"@walkeros/collector": "4.2.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|