@walkeros/server-destination-slack 4.2.1 → 4.2.2-next-1782892388850

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.2.2-next-1782892388850
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782892388850
8
+ - @walkeros/server-core@4.2.2-next-1782892388850
9
+
3
10
  ## 4.2.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.2.1",
4
+ "version": "4.2.2-next-1782892388850",
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": "e604df358b73a876",
192
+ "id": "1f20faa244385901",
193
193
  "trigger": "test",
194
194
  "entity": "lead",
195
195
  "action": "submit",
@@ -288,7 +288,7 @@
288
288
  "consent": {
289
289
  "functional": true
290
290
  },
291
- "id": "949f9758f3674422",
291
+ "id": "64f22a6f642b7dfa",
292
292
  "trigger": "test",
293
293
  "entity": "deploy",
294
294
  "action": "complete",
@@ -353,7 +353,7 @@
353
353
  "consent": {
354
354
  "functional": true
355
355
  },
356
- "id": "2fd2d8af3d62bd70",
356
+ "id": "c3d52cf8bb83d917",
357
357
  "trigger": "test",
358
358
  "entity": "quota",
359
359
  "action": "warning",
@@ -426,7 +426,7 @@
426
426
  "consent": {
427
427
  "functional": true
428
428
  },
429
- "id": "6737adc2a95f36a9",
429
+ "id": "57b89093e34668c9",
430
430
  "trigger": "test",
431
431
  "entity": "error",
432
432
  "action": "occur",
@@ -535,7 +535,7 @@
535
535
  "consent": {
536
536
  "functional": true
537
537
  },
538
- "id": "d0fa2ba393a9fc18",
538
+ "id": "7efa0f3356a0eeae",
539
539
  "trigger": "load",
540
540
  "entity": "order",
541
541
  "action": "complete",
@@ -604,7 +604,7 @@
604
604
  "consent": {
605
605
  "functional": true
606
606
  },
607
- "id": "e5508f81a465c131",
607
+ "id": "413d146af58df0e5",
608
608
  "trigger": "test",
609
609
  "entity": "checkout",
610
610
  "action": "step",
@@ -674,7 +674,7 @@
674
674
  "consent": {
675
675
  "functional": true
676
676
  },
677
- "id": "2affdee1d2a3b38b",
677
+ "id": "0524737d8348ff89",
678
678
  "trigger": "test",
679
679
  "entity": "user",
680
680
  "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.2.1",
4
+ "version": "4.2.2-next-1782892388850",
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.2.1",
40
- "@walkeros/server-core": "4.2.1"
39
+ "@walkeros/core": "4.2.2-next-1782892388850",
40
+ "@walkeros/server-core": "4.2.2-next-1782892388850"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1"
43
+ "@walkeros/collector": "4.2.2-next-1782892388850"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",