@walkeros/server-destination-reddit 3.4.0-next-1776749829492 → 3.4.0

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-reddit",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -123,7 +123,7 @@
123
123
  "group": "gr0up",
124
124
  "count": 1,
125
125
  "version": {
126
- "source": "3.4.0-next-1776749829492",
126
+ "source": "3.4.0",
127
127
  "tagging": 1
128
128
  },
129
129
  "source": {
@@ -226,7 +226,7 @@
226
226
  "group": "gr0up",
227
227
  "count": 1,
228
228
  "version": {
229
- "source": "3.4.0-next-1776749829492",
229
+ "source": "3.4.0",
230
230
  "tagging": 1
231
231
  },
232
232
  "source": {
@@ -314,7 +314,7 @@
314
314
  "group": "gr0up",
315
315
  "count": 1,
316
316
  "version": {
317
- "source": "3.4.0-next-1776749829492",
317
+ "source": "3.4.0",
318
318
  "tagging": 1
319
319
  },
320
320
  "source": {
@@ -387,7 +387,7 @@
387
387
  "group": "gr0up",
388
388
  "count": 1,
389
389
  "version": {
390
- "source": "3.4.0-next-1776749829492",
390
+ "source": "3.4.0",
391
391
  "tagging": 1
392
392
  },
393
393
  "source": {
@@ -496,7 +496,7 @@
496
496
  "group": "gr0up",
497
497
  "count": 1,
498
498
  "version": {
499
- "source": "3.4.0-next-1776749829492",
499
+ "source": "3.4.0",
500
500
  "tagging": 1
501
501
  },
502
502
  "source": {
@@ -581,7 +581,7 @@
581
581
  "group": "gr0up",
582
582
  "count": 1,
583
583
  "version": {
584
- "source": "3.4.0-next-1776749829492",
584
+ "source": "3.4.0",
585
585
  "tagging": 1
586
586
  },
587
587
  "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.0-next-1776749829492",
4
+ "version": "3.4.0",
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.0-next-1776749829492",
38
- "@walkeros/server-core": "3.4.0-next-1776749829492"
37
+ "@walkeros/core": "3.4.0",
38
+ "@walkeros/server-core": "3.4.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@walkeros/collector": "3.4.0-next-1776749829492"
41
+ "@walkeros/collector": "3.4.0"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",