@backstage/plugin-catalog-import 0.12.6 → 0.12.7
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,23 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-import
|
|
2
2
|
|
|
3
|
+
## 0.12.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.9.2
|
|
9
|
+
- @backstage/catalog-client@1.8.0
|
|
10
|
+
- @backstage/catalog-model@1.7.1
|
|
11
|
+
- @backstage/config@1.3.0
|
|
12
|
+
- @backstage/core-compat-api@0.3.3
|
|
13
|
+
- @backstage/core-components@0.16.1
|
|
14
|
+
- @backstage/core-plugin-api@1.10.1
|
|
15
|
+
- @backstage/errors@1.2.5
|
|
16
|
+
- @backstage/integration@1.15.2
|
|
17
|
+
- @backstage/integration-react@1.2.1
|
|
18
|
+
- @backstage/plugin-catalog-common@1.1.1
|
|
19
|
+
- @backstage/plugin-catalog-react@1.14.2
|
|
20
|
+
|
|
3
21
|
## 0.12.6
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/alpha.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { createApiFactory,
|
|
2
|
-
import {
|
|
1
|
+
import { createApiFactory, discoveryApiRef, fetchApiRef, configApiRef } from '@backstage/core-plugin-api';
|
|
2
|
+
import { convertLegacyRouteRef, compatWrapper } from '@backstage/core-compat-api';
|
|
3
3
|
import { PageBlueprint, ApiBlueprint, createFrontendPlugin } from '@backstage/frontend-plugin-api';
|
|
4
|
-
import {
|
|
4
|
+
import { scmAuthApiRef, scmIntegrationsApiRef } from '@backstage/integration-react';
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { catalogImportApiRef } from './api/CatalogImportApi.esm.js';
|
|
7
7
|
import { CatalogImportClient } from './api/CatalogImportClient.esm.js';
|
|
@@ -11,7 +11,7 @@ import 'git-url-parse';
|
|
|
11
11
|
import '@octokit/rest';
|
|
12
12
|
import 'js-base64';
|
|
13
13
|
import { useImportState } from '../useImportState.esm.js';
|
|
14
|
-
import {
|
|
14
|
+
import { defaultStepper, defaultGenerateStepper } from './defaults.esm.js';
|
|
15
15
|
|
|
16
16
|
const useStyles = makeStyles(() => ({
|
|
17
17
|
stepperRoot: {
|
package/dist/plugin.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createRouteRef, createPlugin, createApiFactory,
|
|
2
|
-
import {
|
|
1
|
+
import { createRouteRef, createPlugin, createApiFactory, discoveryApiRef, fetchApiRef, configApiRef, createRoutableExtension } from '@backstage/core-plugin-api';
|
|
2
|
+
import { scmAuthApiRef, scmIntegrationsApiRef } from '@backstage/integration-react';
|
|
3
3
|
import { catalogApiRef } from '@backstage/plugin-catalog-react';
|
|
4
4
|
import { catalogImportApiRef } from './api/CatalogImportApi.esm.js';
|
|
5
5
|
import { CatalogImportClient } from './api/CatalogImportClient.esm.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-import",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.7",
|
|
4
4
|
"description": "A Backstage plugin the helps you import entities into your catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"@backstage/catalog-client": "^1.8.0",
|
|
67
67
|
"@backstage/catalog-model": "^1.7.1",
|
|
68
68
|
"@backstage/config": "^1.3.0",
|
|
69
|
-
"@backstage/core-compat-api": "^0.3.
|
|
70
|
-
"@backstage/core-components": "^0.16.
|
|
69
|
+
"@backstage/core-compat-api": "^0.3.3",
|
|
70
|
+
"@backstage/core-components": "^0.16.1",
|
|
71
71
|
"@backstage/core-plugin-api": "^1.10.1",
|
|
72
72
|
"@backstage/errors": "^1.2.5",
|
|
73
|
-
"@backstage/frontend-plugin-api": "^0.9.
|
|
73
|
+
"@backstage/frontend-plugin-api": "^0.9.2",
|
|
74
74
|
"@backstage/integration": "^1.15.2",
|
|
75
75
|
"@backstage/integration-react": "^1.2.1",
|
|
76
76
|
"@backstage/plugin-catalog-common": "^1.1.1",
|
|
77
|
-
"@backstage/plugin-catalog-react": "^1.14.
|
|
77
|
+
"@backstage/plugin-catalog-react": "^1.14.2",
|
|
78
78
|
"@material-ui/core": "^4.12.2",
|
|
79
79
|
"@material-ui/icons": "^4.9.1",
|
|
80
80
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
"yaml": "^2.0.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@backstage/cli": "^0.29.
|
|
90
|
+
"@backstage/cli": "^0.29.2",
|
|
91
91
|
"@backstage/core-app-api": "^1.15.2",
|
|
92
|
-
"@backstage/dev-utils": "^1.1.
|
|
93
|
-
"@backstage/plugin-catalog": "^1.25.
|
|
94
|
-
"@backstage/test-utils": "^1.7.
|
|
92
|
+
"@backstage/dev-utils": "^1.1.4",
|
|
93
|
+
"@backstage/plugin-catalog": "^1.25.1",
|
|
94
|
+
"@backstage/test-utils": "^1.7.2",
|
|
95
95
|
"@testing-library/dom": "^10.0.0",
|
|
96
96
|
"@testing-library/jest-dom": "^6.0.0",
|
|
97
97
|
"@testing-library/react": "^16.0.0",
|