@walkeros/server-destination-slack 3.4.1-next-1776790594143 → 3.4.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-slack",
4
- "version": "3.4.1-next-1776790594143",
4
+ "version": "3.4.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -205,7 +205,7 @@
205
205
  "group": "gr0up",
206
206
  "count": 1,
207
207
  "version": {
208
- "source": "3.4.1-next-1776790594143",
208
+ "source": "3.4.1",
209
209
  "tagging": 1
210
210
  },
211
211
  "source": {
@@ -316,7 +316,7 @@
316
316
  "group": "gr0up",
317
317
  "count": 1,
318
318
  "version": {
319
- "source": "3.4.1-next-1776790594143",
319
+ "source": "3.4.1",
320
320
  "tagging": 1
321
321
  },
322
322
  "source": {
@@ -393,7 +393,7 @@
393
393
  "group": "gr0up",
394
394
  "count": 1,
395
395
  "version": {
396
- "source": "3.4.1-next-1776790594143",
396
+ "source": "3.4.1",
397
397
  "tagging": 1
398
398
  },
399
399
  "source": {
@@ -478,7 +478,7 @@
478
478
  "group": "gr0up",
479
479
  "count": 1,
480
480
  "version": {
481
- "source": "3.4.1-next-1776790594143",
481
+ "source": "3.4.1",
482
482
  "tagging": 1
483
483
  },
484
484
  "source": {
@@ -592,7 +592,7 @@
592
592
  "group": "gr0up",
593
593
  "count": 1,
594
594
  "version": {
595
- "source": "3.4.1-next-1776790594143",
595
+ "source": "3.4.1",
596
596
  "tagging": 1
597
597
  },
598
598
  "source": {
@@ -673,7 +673,7 @@
673
673
  "group": "gr0up",
674
674
  "count": 1,
675
675
  "version": {
676
- "source": "3.4.1-next-1776790594143",
676
+ "source": "3.4.1",
677
677
  "tagging": 1
678
678
  },
679
679
  "source": {
@@ -755,7 +755,7 @@
755
755
  "group": "gr0up",
756
756
  "count": 1,
757
757
  "version": {
758
- "source": "3.4.1-next-1776790594143",
758
+ "source": "3.4.1",
759
759
  "tagging": 1
760
760
  },
761
761
  "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.1-next-1776790594143",
4
+ "version": "3.4.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.4.1-next-1776790594143",
39
- "@walkeros/server-core": "3.4.1-next-1776790594143"
38
+ "@walkeros/core": "3.4.1",
39
+ "@walkeros/server-core": "3.4.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "3.4.1-next-1776790594143"
42
+ "@walkeros/collector": "3.4.1"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",