@walkeros/server-destination-slack 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.
- package/dist/walkerOS.json +8 -8
- 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-slack",
|
|
4
|
-
"version": "3.4.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"group": "gr0up",
|
|
204
204
|
"count": 1,
|
|
205
205
|
"version": {
|
|
206
|
-
"source": "3.4.0
|
|
206
|
+
"source": "3.4.0",
|
|
207
207
|
"tagging": 1
|
|
208
208
|
},
|
|
209
209
|
"source": {
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"group": "gr0up",
|
|
313
313
|
"count": 1,
|
|
314
314
|
"version": {
|
|
315
|
-
"source": "3.4.0
|
|
315
|
+
"source": "3.4.0",
|
|
316
316
|
"tagging": 1
|
|
317
317
|
},
|
|
318
318
|
"source": {
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"group": "gr0up",
|
|
388
388
|
"count": 1,
|
|
389
389
|
"version": {
|
|
390
|
-
"source": "3.4.0
|
|
390
|
+
"source": "3.4.0",
|
|
391
391
|
"tagging": 1
|
|
392
392
|
},
|
|
393
393
|
"source": {
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
"group": "gr0up",
|
|
471
471
|
"count": 1,
|
|
472
472
|
"version": {
|
|
473
|
-
"source": "3.4.0
|
|
473
|
+
"source": "3.4.0",
|
|
474
474
|
"tagging": 1
|
|
475
475
|
},
|
|
476
476
|
"source": {
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
"group": "gr0up",
|
|
583
583
|
"count": 1,
|
|
584
584
|
"version": {
|
|
585
|
-
"source": "3.4.0
|
|
585
|
+
"source": "3.4.0",
|
|
586
586
|
"tagging": 1
|
|
587
587
|
},
|
|
588
588
|
"source": {
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"group": "gr0up",
|
|
662
662
|
"count": 1,
|
|
663
663
|
"version": {
|
|
664
|
-
"source": "3.4.0
|
|
664
|
+
"source": "3.4.0",
|
|
665
665
|
"tagging": 1
|
|
666
666
|
},
|
|
667
667
|
"source": {
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
"group": "gr0up",
|
|
742
742
|
"count": 1,
|
|
743
743
|
"version": {
|
|
744
|
-
"source": "3.4.0
|
|
744
|
+
"source": "3.4.0",
|
|
745
745
|
"tagging": 1
|
|
746
746
|
},
|
|
747
747
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-slack",
|
|
3
3
|
"description": "Slack server destination for walkerOS (Incoming Webhook + @slack/web-api, Block Kit, channel routing, threading, DMs)",
|
|
4
|
-
"version": "3.4.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@slack/web-api": "^7.0.0",
|
|
38
|
-
"@walkeros/core": "3.4.0
|
|
39
|
-
"@walkeros/server-core": "3.4.0
|
|
38
|
+
"@walkeros/core": "3.4.0",
|
|
39
|
+
"@walkeros/server-core": "3.4.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.4.0
|
|
42
|
+
"@walkeros/collector": "3.4.0"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|