@walkeros/server-destination-slack 4.1.1-next-1779822275564 → 4.1.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/CHANGELOG.md +3 -3
- package/dist/walkerOS.json +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @walkeros/server-destination-slack
|
|
2
2
|
|
|
3
|
-
## 4.1.1
|
|
3
|
+
## 4.1.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [b0279ee]
|
|
8
8
|
- Updated dependencies [b0279ee]
|
|
9
9
|
- Updated dependencies [0b7f494]
|
|
10
|
-
- @walkeros/core@4.1.1
|
|
11
|
-
- @walkeros/server-core@4.1.1
|
|
10
|
+
- @walkeros/core@4.1.1
|
|
11
|
+
- @walkeros/server-core@4.1.1
|
|
12
12
|
|
|
13
13
|
## 4.1.0
|
|
14
14
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -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.1",
|
|
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": "
|
|
192
|
+
"id": "7ca725a96bfc8b19",
|
|
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": "
|
|
289
|
+
"id": "0a04591aa5a39aea",
|
|
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": "
|
|
352
|
+
"id": "b10e0b2b81b2ecf1",
|
|
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": "
|
|
423
|
+
"id": "e4072fa876a1b723",
|
|
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": "
|
|
530
|
+
"id": "a0c31a3d8e260ab5",
|
|
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": "
|
|
597
|
+
"id": "c6bb831145117bd0",
|
|
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": "
|
|
665
|
+
"id": "743a1733b293c111",
|
|
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.1",
|
|
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.1",
|
|
40
|
+
"@walkeros/server-core": "4.1.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "4.1.1
|
|
43
|
+
"@walkeros/collector": "4.1.1"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|