@axis-backstage/plugin-statuspage 0.9.0 → 0.10.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 +11 -0
- package/dist/index.d.ts +2 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @axis-backstage/plugin-statuspage
|
|
2
2
|
|
|
3
|
+
## 0.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 7d98ad2: Bumped to backstage 1.46.2
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [7d98ad2]
|
|
12
|
+
- @axis-backstage/plugin-statuspage-common@0.9.0
|
|
13
|
+
|
|
3
14
|
## 0.9.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
3
3
|
import { DiscoveryApi, FetchApi } from '@backstage/core-plugin-api';
|
|
4
4
|
import { Entity } from '@backstage/catalog-model';
|
|
5
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
5
6
|
import { Component, ComponentGroup } from '@axis-backstage/plugin-statuspage-common';
|
|
6
7
|
|
|
7
8
|
/**
|
|
@@ -59,7 +60,7 @@ type StatuspageApi = {
|
|
|
59
60
|
*
|
|
60
61
|
* @public
|
|
61
62
|
*/
|
|
62
|
-
declare const statuspageApiRef:
|
|
63
|
+
declare const statuspageApiRef: _backstage_frontend_plugin_api.ApiRef<StatuspageApi>;
|
|
63
64
|
|
|
64
65
|
/**
|
|
65
66
|
* The client implementation for the frontend api.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axis-backstage/plugin-statuspage",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"postpack": "backstage-cli package postpack"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@axis-backstage/plugin-statuspage-common": "^0.
|
|
34
|
-
"@backstage/catalog-model": "^1.7.
|
|
35
|
-
"@backstage/core-components": "^0.
|
|
36
|
-
"@backstage/core-plugin-api": "^1.
|
|
37
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
33
|
+
"@axis-backstage/plugin-statuspage-common": "^0.9.0",
|
|
34
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
35
|
+
"@backstage/core-components": "^0.18.4",
|
|
36
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
37
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
38
38
|
"@mui/icons-material": "^5.15.7",
|
|
39
39
|
"@mui/material": "^5.15.7",
|
|
40
40
|
"react-use": "^17.2.4"
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"react-router-dom": "^6.3.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@backstage/cli": "^0.
|
|
50
|
-
"@backstage/dev-utils": "^1.1.
|
|
49
|
+
"@backstage/cli": "^0.35.1",
|
|
50
|
+
"@backstage/dev-utils": "^1.1.18",
|
|
51
51
|
"@testing-library/jest-dom": "^6.0.0"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|