@backstage-community/plugin-ilert 0.15.0 → 0.17.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 +12 -0
- package/dist/index.d.ts +2 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage-community/plugin-ilert
|
|
2
2
|
|
|
3
|
+
## 0.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d79e46d: Backstage version bump to v1.47.2
|
|
8
|
+
|
|
9
|
+
## 0.16.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- d97c158: Backstage version bump to v1.46.1
|
|
14
|
+
|
|
3
15
|
## 0.15.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
|
3
3
|
import { ConfigApi, DiscoveryApi, FetchApi } from '@backstage/core-plugin-api';
|
|
4
4
|
import { Entity } from '@backstage/catalog-model';
|
|
5
5
|
import { SvgIconProps } from '@material-ui/core/SvgIcon';
|
|
6
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
6
7
|
|
|
7
8
|
/** @public */
|
|
8
9
|
declare const ilertPlugin: _backstage_core_plugin_api.BackstagePlugin<{
|
|
@@ -381,7 +382,7 @@ interface ILertApi {
|
|
|
381
382
|
}
|
|
382
383
|
|
|
383
384
|
/** @public */
|
|
384
|
-
declare const ilertApiRef:
|
|
385
|
+
declare const ilertApiRef: _backstage_frontend_plugin_api.ApiRef<ILertApi>;
|
|
385
386
|
/** @public */
|
|
386
387
|
declare class ILertClient implements ILertApi {
|
|
387
388
|
private readonly discoveryApi;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-ilert",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "A Backstage plugin that integrates towards iLert",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@backstage/catalog-model": "^1.7.6",
|
|
42
|
-
"@backstage/core-components": "^0.18.
|
|
43
|
-
"@backstage/core-plugin-api": "^1.12.
|
|
42
|
+
"@backstage/core-components": "^0.18.6",
|
|
43
|
+
"@backstage/core-plugin-api": "^1.12.2",
|
|
44
44
|
"@backstage/errors": "^1.2.7",
|
|
45
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
45
|
+
"@backstage/plugin-catalog-react": "^1.21.6",
|
|
46
46
|
"@date-io/luxon": "1.x",
|
|
47
47
|
"@material-ui/core": "^4.12.2",
|
|
48
48
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"react-use": "^17.2.4"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@backstage/cli": "^0.
|
|
58
|
-
"@backstage/dev-utils": "^1.1.
|
|
57
|
+
"@backstage/cli": "^0.35.3",
|
|
58
|
+
"@backstage/dev-utils": "^1.1.19",
|
|
59
59
|
"@testing-library/dom": "^10.0.0",
|
|
60
60
|
"@testing-library/jest-dom": "^6.0.0",
|
|
61
61
|
"@testing-library/react": "^15.0.0",
|