@backstage/integration-react 1.1.25-next.2 → 1.1.26-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 +19 -0
- package/dist/index.d.ts +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @backstage/integration-react
|
|
2
2
|
|
|
3
|
+
## 1.1.26-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/integration@1.10.0-next.0
|
|
9
|
+
- @backstage/config@1.2.0
|
|
10
|
+
- @backstage/core-plugin-api@1.9.1
|
|
11
|
+
|
|
12
|
+
## 1.1.25
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- b38dc55: Updated `microsoftAuthApi` scopes for Azure DevOps to be fully qualified.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/integration@1.9.1
|
|
19
|
+
- @backstage/config@1.2.0
|
|
20
|
+
- @backstage/core-plugin-api@1.9.1
|
|
21
|
+
|
|
3
22
|
## 1.1.25-next.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -242,4 +242,4 @@ type ScmIntegrationIconProps = {
|
|
|
242
242
|
*/
|
|
243
243
|
declare const ScmIntegrationIcon: (props: ScmIntegrationIconProps) => React.JSX.Element;
|
|
244
244
|
|
|
245
|
-
export { ScmAuth, ScmAuthApi, ScmAuthTokenOptions, ScmAuthTokenResponse, ScmIntegrationIcon, ScmIntegrationIconProps, ScmIntegrationsApi, scmAuthApiRef, scmIntegrationsApiRef };
|
|
245
|
+
export { ScmAuth, type ScmAuthApi, type ScmAuthTokenOptions, type ScmAuthTokenResponse, ScmIntegrationIcon, type ScmIntegrationIconProps, ScmIntegrationsApi, scmAuthApiRef, scmIntegrationsApiRef };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/integration-react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.26-next.0",
|
|
4
4
|
"description": "Frontend package for managing integrations towards external systems",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"test": "backstage-cli package test"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/config": "^1.2.0
|
|
37
|
-
"@backstage/core-plugin-api": "^1.9.1
|
|
38
|
-
"@backstage/integration": "^1.
|
|
36
|
+
"@backstage/config": "^1.2.0",
|
|
37
|
+
"@backstage/core-plugin-api": "^1.9.1",
|
|
38
|
+
"@backstage/integration": "^1.10.0-next.0",
|
|
39
39
|
"@material-ui/core": "^4.12.2",
|
|
40
40
|
"@material-ui/icons": "^4.9.1",
|
|
41
41
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@backstage/cli": "^0.
|
|
45
|
-
"@backstage/core-components": "^0.14.
|
|
46
|
-
"@backstage/dev-utils": "^1.0.
|
|
47
|
-
"@backstage/test-utils": "^1.5.
|
|
44
|
+
"@backstage/cli": "^0.26.3-next.0",
|
|
45
|
+
"@backstage/core-components": "^0.14.4-next.0",
|
|
46
|
+
"@backstage/dev-utils": "^1.0.31-next.0",
|
|
47
|
+
"@backstage/test-utils": "^1.5.3",
|
|
48
48
|
"@testing-library/dom": "^9.0.0",
|
|
49
49
|
"@testing-library/jest-dom": "^6.0.0",
|
|
50
50
|
"msw": "^1.0.0"
|