@backstage/plugin-notifications-backend-module-slack 0.2.0-next.1 → 0.2.0
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 +15 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-notifications-backend-module-slack
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3d09bb2: Adds username as optional config in order to send Slack notifications with a specific username in the case when using one Slack App for more than just Backstage.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/config@1.3.5
|
|
13
|
+
- @backstage/backend-plugin-api@1.4.4
|
|
14
|
+
- @backstage/plugin-catalog-node@1.19.1
|
|
15
|
+
- @backstage/plugin-notifications-common@0.1.1
|
|
16
|
+
- @backstage/plugin-notifications-node@0.2.20
|
|
17
|
+
|
|
3
18
|
## 0.2.0-next.1
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-notifications-backend-module-slack",
|
|
3
|
-
"version": "0.2.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "The slack backend module for the notifications plugin.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"test": "backstage-cli package test"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/backend-plugin-api": "1.4.4
|
|
41
|
-
"@backstage/catalog-model": "1.7.5",
|
|
42
|
-
"@backstage/config": "1.3.5
|
|
43
|
-
"@backstage/errors": "1.2.7",
|
|
44
|
-
"@backstage/plugin-catalog-node": "1.19.1
|
|
45
|
-
"@backstage/plugin-notifications-common": "0.1.1
|
|
46
|
-
"@backstage/plugin-notifications-node": "0.2.20
|
|
47
|
-
"@backstage/types": "1.2.2",
|
|
40
|
+
"@backstage/backend-plugin-api": "^1.4.4",
|
|
41
|
+
"@backstage/catalog-model": "^1.7.5",
|
|
42
|
+
"@backstage/config": "^1.3.5",
|
|
43
|
+
"@backstage/errors": "^1.2.7",
|
|
44
|
+
"@backstage/plugin-catalog-node": "^1.19.1",
|
|
45
|
+
"@backstage/plugin-notifications-common": "^0.1.1",
|
|
46
|
+
"@backstage/plugin-notifications-node": "^0.2.20",
|
|
47
|
+
"@backstage/types": "^1.2.2",
|
|
48
48
|
"@opentelemetry/api": "^1.9.0",
|
|
49
49
|
"@slack/bolt": "^3.21.4",
|
|
50
50
|
"@slack/types": "^2.14.0",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"p-throttle": "^4.1.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@backstage/backend-test-utils": "1.9.1
|
|
57
|
-
"@backstage/cli": "0.34.4
|
|
58
|
-
"@backstage/plugin-catalog-node": "1.19.1
|
|
59
|
-
"@backstage/test-utils": "1.7.12
|
|
56
|
+
"@backstage/backend-test-utils": "^1.9.1",
|
|
57
|
+
"@backstage/cli": "^0.34.4",
|
|
58
|
+
"@backstage/plugin-catalog-node": "^1.19.1",
|
|
59
|
+
"@backstage/test-utils": "^1.7.12",
|
|
60
60
|
"@faker-js/faker": "^8.4.1",
|
|
61
61
|
"msw": "^2.0.0"
|
|
62
62
|
},
|