@walkeros/server-destination-slack 3.3.0 → 3.3.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/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": "
|
|
4
|
+
"version": "3.3.1",
|
|
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.
|
|
206
|
+
"source": "3.3.1",
|
|
207
207
|
"tagging": 1
|
|
208
208
|
},
|
|
209
209
|
"source": {
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
"group": "gr0up",
|
|
311
311
|
"count": 1,
|
|
312
312
|
"version": {
|
|
313
|
-
"source": "3.
|
|
313
|
+
"source": "3.3.1",
|
|
314
314
|
"tagging": 1
|
|
315
315
|
},
|
|
316
316
|
"source": {
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
"group": "gr0up",
|
|
389
389
|
"count": 1,
|
|
390
390
|
"version": {
|
|
391
|
-
"source": "3.
|
|
391
|
+
"source": "3.3.1",
|
|
392
392
|
"tagging": 1
|
|
393
393
|
},
|
|
394
394
|
"source": {
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"group": "gr0up",
|
|
470
470
|
"count": 1,
|
|
471
471
|
"version": {
|
|
472
|
-
"source": "3.
|
|
472
|
+
"source": "3.3.1",
|
|
473
473
|
"tagging": 1
|
|
474
474
|
},
|
|
475
475
|
"source": {
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
"group": "gr0up",
|
|
580
580
|
"count": 1,
|
|
581
581
|
"version": {
|
|
582
|
-
"source": "3.
|
|
582
|
+
"source": "3.3.1",
|
|
583
583
|
"tagging": 1
|
|
584
584
|
},
|
|
585
585
|
"source": {
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
"group": "gr0up",
|
|
657
657
|
"count": 1,
|
|
658
658
|
"version": {
|
|
659
|
-
"source": "3.
|
|
659
|
+
"source": "3.3.1",
|
|
660
660
|
"tagging": 1
|
|
661
661
|
},
|
|
662
662
|
"source": {
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
"group": "gr0up",
|
|
735
735
|
"count": 1,
|
|
736
736
|
"version": {
|
|
737
|
-
"source": "3.
|
|
737
|
+
"source": "3.3.1",
|
|
738
738
|
"tagging": 1
|
|
739
739
|
},
|
|
740
740
|
"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.3.
|
|
4
|
+
"version": "3.3.1",
|
|
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.3.
|
|
39
|
-
"@walkeros/server-core": "3.3.
|
|
38
|
+
"@walkeros/core": "3.3.1",
|
|
39
|
+
"@walkeros/server-core": "3.3.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.3.
|
|
42
|
+
"@walkeros/collector": "3.3.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|