@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 CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-search-backend-module-catalog
2
2
 
3
- ## 0.0.0-nightly-20230327022126
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](../docs/features/search/how-to-guides.md#how-to-migrate-to-use-search-together-with-the-new-backend-system).
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/backend-common@0.0.0-nightly-20230327022126
13
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230327022126
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20230327022126
15
- - @backstage/backend-tasks@0.0.0-nightly-20230327022126
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.12
20
- - @backstage/plugin-permission-common@0.7.4
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-catalog",
3
- "version": "0.0.0-nightly-20230327022126",
3
+ "version": "0.1.0-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-nightly-20230327022126",
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.0.0-nightly-20230327022126",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230327022126",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230327022126",
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.12",
44
- "@backstage/plugin-permission-common": "^0.7.4",
45
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230327022126",
46
- "@backstage/plugin-search-common": "^1.2.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.0.0-nightly-20230327022126",
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230327022126",
51
- "@backstage/cli": "^0.0.0-nightly-20230327022126",
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": [