@walkeros/server-destination-slack 4.1.1 → 4.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @walkeros/server-destination-slack
2
2
 
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.1.2
8
+ - @walkeros/server-core@4.1.2
9
+
3
10
  ## 4.1.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-slack",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -189,7 +189,7 @@
189
189
  "consent": {
190
190
  "functional": true
191
191
  },
192
- "id": "7ca725a96bfc8b19",
192
+ "id": "0bf48a318bf30b59",
193
193
  "trigger": "test",
194
194
  "entity": "lead",
195
195
  "action": "submit",
@@ -286,7 +286,7 @@
286
286
  "consent": {
287
287
  "functional": true
288
288
  },
289
- "id": "0a04591aa5a39aea",
289
+ "id": "5a5be18c2d40b238",
290
290
  "trigger": "test",
291
291
  "entity": "deploy",
292
292
  "action": "complete",
@@ -349,7 +349,7 @@
349
349
  "consent": {
350
350
  "functional": true
351
351
  },
352
- "id": "b10e0b2b81b2ecf1",
352
+ "id": "93d84334ccfc6e4d",
353
353
  "trigger": "test",
354
354
  "entity": "quota",
355
355
  "action": "warning",
@@ -420,7 +420,7 @@
420
420
  "consent": {
421
421
  "functional": true
422
422
  },
423
- "id": "e4072fa876a1b723",
423
+ "id": "cdada485ac83621c",
424
424
  "trigger": "test",
425
425
  "entity": "error",
426
426
  "action": "occur",
@@ -527,7 +527,7 @@
527
527
  "consent": {
528
528
  "functional": true
529
529
  },
530
- "id": "a0c31a3d8e260ab5",
530
+ "id": "bad317934df12b34",
531
531
  "trigger": "load",
532
532
  "entity": "order",
533
533
  "action": "complete",
@@ -594,7 +594,7 @@
594
594
  "consent": {
595
595
  "functional": true
596
596
  },
597
- "id": "c6bb831145117bd0",
597
+ "id": "7d31363f03b70273",
598
598
  "trigger": "test",
599
599
  "entity": "checkout",
600
600
  "action": "step",
@@ -662,7 +662,7 @@
662
662
  "consent": {
663
663
  "functional": true
664
664
  },
665
- "id": "743a1733b293c111",
665
+ "id": "6ea1da64242a83f5",
666
666
  "trigger": "test",
667
667
  "entity": "user",
668
668
  "action": "signup",
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": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@slack/web-api": "^7.0.0",
39
- "@walkeros/core": "4.1.1",
40
- "@walkeros/server-core": "4.1.1"
39
+ "@walkeros/core": "4.1.2",
40
+ "@walkeros/server-core": "4.1.2"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.1.1"
43
+ "@walkeros/collector": "4.1.2"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",