@walkeros/server-destination-reddit 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 +13 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
# @walkeros/server-destination-reddit
|
|
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-reddit",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -123,6 +123,8 @@
|
|
|
123
123
|
"timestamp": 1700000901,
|
|
124
124
|
"timing": 3.14,
|
|
125
125
|
"source": {
|
|
126
|
+
"count": 1,
|
|
127
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
126
128
|
"type": "express",
|
|
127
129
|
"platform": "server"
|
|
128
130
|
}
|
|
@@ -214,6 +216,8 @@
|
|
|
214
216
|
"timestamp": 1700000903,
|
|
215
217
|
"timing": 3.14,
|
|
216
218
|
"source": {
|
|
219
|
+
"count": 1,
|
|
220
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
217
221
|
"type": "express",
|
|
218
222
|
"platform": "server"
|
|
219
223
|
}
|
|
@@ -290,6 +294,8 @@
|
|
|
290
294
|
"timestamp": 1700000902,
|
|
291
295
|
"timing": 3.14,
|
|
292
296
|
"source": {
|
|
297
|
+
"count": 1,
|
|
298
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
293
299
|
"type": "express",
|
|
294
300
|
"platform": "server"
|
|
295
301
|
}
|
|
@@ -358,6 +364,8 @@
|
|
|
358
364
|
"timestamp": 1700000900,
|
|
359
365
|
"timing": 3.14,
|
|
360
366
|
"source": {
|
|
367
|
+
"count": 1,
|
|
368
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
361
369
|
"type": "express",
|
|
362
370
|
"platform": "server"
|
|
363
371
|
}
|
|
@@ -455,6 +463,8 @@
|
|
|
455
463
|
"timestamp": 1700000905,
|
|
456
464
|
"timing": 3.14,
|
|
457
465
|
"source": {
|
|
466
|
+
"count": 1,
|
|
467
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
458
468
|
"type": "express",
|
|
459
469
|
"platform": "server"
|
|
460
470
|
}
|
|
@@ -528,6 +538,8 @@
|
|
|
528
538
|
"timestamp": 1700000904,
|
|
529
539
|
"timing": 3.14,
|
|
530
540
|
"source": {
|
|
541
|
+
"count": 1,
|
|
542
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
531
543
|
"type": "express",
|
|
532
544
|
"platform": "server"
|
|
533
545
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-reddit",
|
|
3
3
|
"description": "Reddit 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",
|