@backstage/integration-react 1.2.1 → 1.2.2-next.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 +9 -0
- package/dist/api/ScmAuth.esm.js +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/dist/api/ScmAuth.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createApiFactory,
|
|
1
|
+
import { createApiFactory, githubAuthApiRef, gitlabAuthApiRef, microsoftAuthApiRef, bitbucketAuthApiRef } from '@backstage/core-plugin-api';
|
|
2
2
|
import { scmAuthApiRef } from './ScmAuthApi.esm.js';
|
|
3
3
|
|
|
4
4
|
class ScmAuthMux {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
2
|
-
import {
|
|
2
|
+
import { AuthRequestOptions, ApiRef, OAuthApi } from '@backstage/core-plugin-api';
|
|
3
3
|
import { Config } from '@backstage/config';
|
|
4
4
|
import { ScmIntegrationRegistry } from '@backstage/integration';
|
|
5
5
|
import React from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/integration-react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2-next.0",
|
|
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": "
|
|
37
|
-
"@backstage/core-plugin-api": "
|
|
38
|
-
"@backstage/integration": "
|
|
36
|
+
"@backstage/config": "1.3.0",
|
|
37
|
+
"@backstage/core-plugin-api": "1.10.1",
|
|
38
|
+
"@backstage/integration": "1.16.0-next.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": "
|
|
44
|
-
"@backstage/core-components": "
|
|
45
|
-
"@backstage/dev-utils": "
|
|
46
|
-
"@backstage/test-utils": "
|
|
43
|
+
"@backstage/cli": "0.29.3-next.0",
|
|
44
|
+
"@backstage/core-components": "0.16.2-next.0",
|
|
45
|
+
"@backstage/dev-utils": "1.1.5-next.0",
|
|
46
|
+
"@backstage/test-utils": "1.7.3-next.0",
|
|
47
47
|
"@testing-library/dom": "^10.0.0",
|
|
48
48
|
"@testing-library/jest-dom": "^6.0.0",
|
|
49
49
|
"@types/react": "^18.0.0",
|