@backstage-community/plugin-splunk-on-call 0.16.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 +6 -0
- package/dist/index.d.ts +2 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
3
3
|
import { Entity } from '@backstage/catalog-model';
|
|
4
4
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
5
5
|
import { DiscoveryApi, ConfigApi } from '@backstage/core-plugin-api';
|
|
6
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
6
7
|
|
|
7
8
|
/** @public */
|
|
8
9
|
declare const isSplunkOnCallAvailable: (entity: Entity) => boolean;
|
|
@@ -231,7 +232,7 @@ type RequestOptions = {
|
|
|
231
232
|
declare class UnauthorizedError extends Error {
|
|
232
233
|
}
|
|
233
234
|
/** @public */
|
|
234
|
-
declare const splunkOnCallApiRef:
|
|
235
|
+
declare const splunkOnCallApiRef: _backstage_frontend_plugin_api.ApiRef<SplunkOnCallApi>;
|
|
235
236
|
/** @public */
|
|
236
237
|
declare class SplunkOnCallClient implements SplunkOnCallApi {
|
|
237
238
|
private readonly config;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-splunk-on-call",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "A Backstage plugin that integrates towards Splunk On-Call",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@backstage/catalog-model": "^1.7.6",
|
|
46
|
-
"@backstage/core-components": "^0.18.
|
|
47
|
-
"@backstage/core-plugin-api": "^1.12.
|
|
48
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
46
|
+
"@backstage/core-components": "^0.18.4",
|
|
47
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
48
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
49
49
|
"@material-ui/core": "^4.12.2",
|
|
50
50
|
"@material-ui/icons": "^4.9.1",
|
|
51
51
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"react-use": "^17.2.4"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@backstage/cli": "^0.
|
|
58
|
-
"@backstage/core-app-api": "^1.19.
|
|
59
|
-
"@backstage/dev-utils": "^1.1.
|
|
60
|
-
"@backstage/test-utils": "^1.7.
|
|
57
|
+
"@backstage/cli": "^0.35.1",
|
|
58
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
59
|
+
"@backstage/dev-utils": "^1.1.18",
|
|
60
|
+
"@backstage/test-utils": "^1.7.14",
|
|
61
61
|
"@testing-library/dom": "^10.0.0",
|
|
62
62
|
"@testing-library/jest-dom": "^6.0.0",
|
|
63
63
|
"@testing-library/react": "^15.0.0",
|