@backstage/plugin-search-backend-module-catalog 0.0.0-nightly-20230327022126 → 0.1.0-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 -9
- package/alpha/package.json +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-module-catalog
|
|
2
2
|
|
|
3
|
-
## 0.0.0
|
|
3
|
+
## 0.1.0-next.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- 01ae205352e: Package introduced to export search backend modules that can be used with the new backend system to extend search with plugin specific functionality, such as collators. For documentation on how to migrate, check out the [how to migrate to the new backend system guide](
|
|
7
|
+
- 01ae205352e: Package introduced to export search backend modules that can be used with the new backend system to extend search with plugin specific functionality, such as collators. For documentation on how to migrate, check out the [how to migrate to the new backend system guide](https://backstage.io/docs/features/search/how-to-guides/#how-to-migrate-your-backend-installation-to-use-search-together-with-the-new-backend-system).
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
11
|
- Updated dependencies
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/
|
|
14
|
-
- @backstage/backend-
|
|
15
|
-
- @backstage/backend-
|
|
12
|
+
- @backstage/plugin-permission-common@0.7.5-next.0
|
|
13
|
+
- @backstage/backend-tasks@0.5.1-next.1
|
|
14
|
+
- @backstage/plugin-search-backend-node@1.2.0-next.1
|
|
15
|
+
- @backstage/backend-common@0.18.4-next.1
|
|
16
|
+
- @backstage/backend-plugin-api@0.5.1-next.1
|
|
16
17
|
- @backstage/catalog-client@1.4.0
|
|
17
18
|
- @backstage/catalog-model@1.2.1
|
|
18
19
|
- @backstage/config@1.0.7
|
|
19
|
-
- @backstage/plugin-catalog-common@1.0.
|
|
20
|
-
- @backstage/plugin-
|
|
21
|
-
- @backstage/plugin-search-common@1.2.2
|
|
20
|
+
- @backstage/plugin-catalog-common@1.0.13-next.0
|
|
21
|
+
- @backstage/plugin-search-common@1.2.3-next.0
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-module-catalog",
|
|
3
3
|
"description": "A module for the search backend that exports catalog modules",
|
|
4
|
-
"version": "0.0.0
|
|
4
|
+
"version": "0.1.0-next.0",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
"clean": "backstage-cli package clean"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-common": "^0.
|
|
38
|
-
"@backstage/backend-plugin-api": "^0.
|
|
39
|
-
"@backstage/backend-tasks": "^0.
|
|
37
|
+
"@backstage/backend-common": "^0.18.4-next.1",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.5.1-next.1",
|
|
39
|
+
"@backstage/backend-tasks": "^0.5.1-next.1",
|
|
40
40
|
"@backstage/catalog-client": "^1.4.0",
|
|
41
41
|
"@backstage/catalog-model": "^1.2.1",
|
|
42
42
|
"@backstage/config": "^1.0.7",
|
|
43
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
44
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
45
|
-
"@backstage/plugin-search-backend-node": "^
|
|
46
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
43
|
+
"@backstage/plugin-catalog-common": "^1.0.13-next.0",
|
|
44
|
+
"@backstage/plugin-permission-common": "^0.7.5-next.0",
|
|
45
|
+
"@backstage/plugin-search-backend-node": "^1.2.0-next.1",
|
|
46
|
+
"@backstage/plugin-search-common": "^1.2.3-next.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@backstage/backend-common": "^0.
|
|
50
|
-
"@backstage/backend-test-utils": "^0.
|
|
51
|
-
"@backstage/cli": "^0.
|
|
49
|
+
"@backstage/backend-common": "^0.18.4-next.1",
|
|
50
|
+
"@backstage/backend-test-utils": "^0.1.36-next.1",
|
|
51
|
+
"@backstage/cli": "^0.22.6-next.1",
|
|
52
52
|
"msw": "^1.0.0"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|