@backstage/integration-react 1.1.11-next.1 → 1.1.11-next.2
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 +10 -0
- package/dist/index.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @backstage/integration-react
|
|
2
2
|
|
|
3
|
+
## 1.1.11-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.12.5-next.2
|
|
9
|
+
- @backstage/core-plugin-api@1.5.0-next.2
|
|
10
|
+
- @backstage/config@1.0.7-next.0
|
|
11
|
+
- @backstage/integration@1.4.3-next.0
|
|
12
|
+
|
|
3
13
|
## 1.1.11-next.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ declare class ScmAuth implements ScmAuthApi {
|
|
|
109
109
|
*/
|
|
110
110
|
static createDefaultApiFactory(): _backstage_core_plugin_api.ApiFactory<ScmAuthApi, ScmAuthApi, {
|
|
111
111
|
github: OAuthApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
|
|
112
|
-
gitlab: OAuthApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
|
|
112
|
+
gitlab: OAuthApi & _backstage_core_plugin_api.OpenIdConnectApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
|
|
113
113
|
azure: OAuthApi & _backstage_core_plugin_api.OpenIdConnectApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
|
|
114
114
|
bitbucket: OAuthApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
|
|
115
115
|
}>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/integration-react",
|
|
3
3
|
"description": "Frontend package for managing integrations towards external systems",
|
|
4
|
-
"version": "1.1.11-next.
|
|
4
|
+
"version": "1.1.11-next.2",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@backstage/config": "^1.0.7-next.0",
|
|
27
|
-
"@backstage/core-components": "^0.12.5-next.
|
|
28
|
-
"@backstage/core-plugin-api": "^1.
|
|
27
|
+
"@backstage/core-components": "^0.12.5-next.2",
|
|
28
|
+
"@backstage/core-plugin-api": "^1.5.0-next.2",
|
|
29
29
|
"@backstage/integration": "^1.4.3-next.0",
|
|
30
30
|
"@backstage/theme": "^0.2.18-next.0",
|
|
31
31
|
"@material-ui/core": "^4.12.2",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@backstage/cli": "^0.22.4-next.1",
|
|
41
|
-
"@backstage/dev-utils": "^1.0.13-next.
|
|
42
|
-
"@backstage/test-utils": "^1.2.6-next.
|
|
41
|
+
"@backstage/dev-utils": "^1.0.13-next.2",
|
|
42
|
+
"@backstage/test-utils": "^1.2.6-next.2",
|
|
43
43
|
"@testing-library/jest-dom": "^5.10.1",
|
|
44
44
|
"@testing-library/react": "^12.1.3",
|
|
45
45
|
"@testing-library/user-event": "^14.0.0",
|