@backstage/integration-react 1.2.13-next.0 → 1.2.13

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/integration-react
2
2
 
3
+ ## 1.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.19.0
9
+ - @backstage/core-plugin-api@1.12.1
10
+
3
11
  ## 1.2.13-next.0
4
12
 
5
13
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
2
1
  import { ApiRef, AuthRequestOptions, OAuthApi } from '@backstage/core-plugin-api';
2
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
3
3
  import { Config } from '@backstage/config';
4
4
  import { ScmIntegrationRegistry } from '@backstage/integration';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
@@ -107,11 +107,11 @@ declare class ScmAuth implements ScmAuthApi {
107
107
  /**
108
108
  * Creates an API factory that enables auth for each of the default SCM providers.
109
109
  */
110
- static createDefaultApiFactory(): _backstage_core_plugin_api.ApiFactory<ScmAuthApi, ScmAuthApi, {
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.OpenIdConnectApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
113
- azure: OAuthApi & _backstage_core_plugin_api.OpenIdConnectApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
114
- bitbucket: OAuthApi & _backstage_core_plugin_api.ProfileInfoApi & _backstage_core_plugin_api.BackstageIdentityApi & _backstage_core_plugin_api.SessionApi;
110
+ static createDefaultApiFactory(): _backstage_frontend_plugin_api.ApiFactory<ScmAuthApi, ScmAuthApi, {
111
+ github: OAuthApi & _backstage_frontend_plugin_api.ProfileInfoApi & _backstage_frontend_plugin_api.BackstageIdentityApi & _backstage_frontend_plugin_api.SessionApi;
112
+ gitlab: OAuthApi & _backstage_frontend_plugin_api.OpenIdConnectApi & _backstage_frontend_plugin_api.ProfileInfoApi & _backstage_frontend_plugin_api.BackstageIdentityApi & _backstage_frontend_plugin_api.SessionApi;
113
+ azure: OAuthApi & _backstage_frontend_plugin_api.OpenIdConnectApi & _backstage_frontend_plugin_api.ProfileInfoApi & _backstage_frontend_plugin_api.BackstageIdentityApi & _backstage_frontend_plugin_api.SessionApi;
114
+ bitbucket: OAuthApi & _backstage_frontend_plugin_api.ProfileInfoApi & _backstage_frontend_plugin_api.BackstageIdentityApi & _backstage_frontend_plugin_api.SessionApi;
115
115
  }>;
116
116
  /**
117
117
  * Creates a general purpose ScmAuth instance with a custom scope mapping.
@@ -266,4 +266,5 @@ type ScmIntegrationIconProps = {
266
266
  */
267
267
  declare const ScmIntegrationIcon: (props: ScmIntegrationIconProps) => react_jsx_runtime.JSX.Element;
268
268
 
269
- export { ScmAuth, type ScmAuthApi, type ScmAuthTokenOptions, type ScmAuthTokenResponse, ScmIntegrationIcon, type ScmIntegrationIconProps, ScmIntegrationsApi, scmAuthApiRef, scmIntegrationsApiRef };
269
+ export { ScmAuth, ScmIntegrationIcon, ScmIntegrationsApi, scmAuthApiRef, scmIntegrationsApiRef };
270
+ export type { ScmAuthApi, ScmAuthTokenOptions, ScmAuthTokenResponse, ScmIntegrationIconProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/integration-react",
3
- "version": "1.2.13-next.0",
3
+ "version": "1.2.13",
4
4
  "description": "Frontend package for managing integrations towards external systems",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -33,17 +33,17 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/config": "1.3.6",
37
- "@backstage/core-plugin-api": "1.12.1-next.0",
38
- "@backstage/integration": "1.18.3-next.0",
36
+ "@backstage/config": "^1.3.6",
37
+ "@backstage/core-plugin-api": "^1.12.1",
38
+ "@backstage/integration": "^1.19.0",
39
39
  "@material-ui/core": "^4.12.2",
40
40
  "@material-ui/icons": "^4.9.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "0.34.6-next.0",
44
- "@backstage/core-components": "0.18.4-next.0",
45
- "@backstage/dev-utils": "1.1.18-next.0",
46
- "@backstage/test-utils": "1.7.14-next.0",
43
+ "@backstage/cli": "^0.35.0",
44
+ "@backstage/core-components": "^0.18.4",
45
+ "@backstage/dev-utils": "^1.1.18",
46
+ "@backstage/test-utils": "^1.7.14",
47
47
  "@testing-library/dom": "^10.0.0",
48
48
  "@testing-library/jest-dom": "^6.0.0",
49
49
  "@types/react": "^18.0.0",