@walkeros/server-destination-reddit 3.4.1-next-1776790594143 → 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.
- package/dist/walkerOS.json +7 -7
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-reddit",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"group": "gr0up",
|
|
126
126
|
"count": 1,
|
|
127
127
|
"version": {
|
|
128
|
-
"source": "3.4.
|
|
128
|
+
"source": "3.4.2",
|
|
129
129
|
"tagging": 1
|
|
130
130
|
},
|
|
131
131
|
"source": {
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"group": "gr0up",
|
|
231
231
|
"count": 1,
|
|
232
232
|
"version": {
|
|
233
|
-
"source": "3.4.
|
|
233
|
+
"source": "3.4.2",
|
|
234
234
|
"tagging": 1
|
|
235
235
|
},
|
|
236
236
|
"source": {
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
"group": "gr0up",
|
|
321
321
|
"count": 1,
|
|
322
322
|
"version": {
|
|
323
|
-
"source": "3.4.
|
|
323
|
+
"source": "3.4.2",
|
|
324
324
|
"tagging": 1
|
|
325
325
|
},
|
|
326
326
|
"source": {
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
"group": "gr0up",
|
|
396
396
|
"count": 1,
|
|
397
397
|
"version": {
|
|
398
|
-
"source": "3.4.
|
|
398
|
+
"source": "3.4.2",
|
|
399
399
|
"tagging": 1
|
|
400
400
|
},
|
|
401
401
|
"source": {
|
|
@@ -506,7 +506,7 @@
|
|
|
506
506
|
"group": "gr0up",
|
|
507
507
|
"count": 1,
|
|
508
508
|
"version": {
|
|
509
|
-
"source": "3.4.
|
|
509
|
+
"source": "3.4.2",
|
|
510
510
|
"tagging": 1
|
|
511
511
|
},
|
|
512
512
|
"source": {
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
"group": "gr0up",
|
|
594
594
|
"count": 1,
|
|
595
595
|
"version": {
|
|
596
|
-
"source": "3.4.
|
|
596
|
+
"source": "3.4.2",
|
|
597
597
|
"tagging": 1
|
|
598
598
|
},
|
|
599
599
|
"source": {
|
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": "3.4.
|
|
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.
|
|
38
|
-
"@walkeros/server-core": "3.4.
|
|
37
|
+
"@walkeros/core": "3.4.2",
|
|
38
|
+
"@walkeros/server-core": "3.4.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.4.
|
|
41
|
+
"@walkeros/collector": "3.4.2"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|