@backstage/plugin-search-backend-module-catalog 0.1.25-next.2 → 0.1.25

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,44 @@
1
1
  # @backstage/plugin-search-backend-module-catalog
2
2
 
3
+ ## 0.1.25
4
+
5
+ ### Patch Changes
6
+
7
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.23.0
11
+ - @backstage/backend-plugin-api@0.6.19
12
+ - @backstage/backend-tasks@0.5.24
13
+ - @backstage/plugin-catalog-node@1.12.1
14
+ - @backstage/plugin-search-backend-node@1.2.24
15
+ - @backstage/plugin-permission-common@0.7.14
16
+ - @backstage/plugin-catalog-common@1.0.24
17
+ - @backstage/plugin-search-common@1.2.12
18
+ - @backstage/catalog-client@1.6.5
19
+ - @backstage/catalog-model@1.5.0
20
+ - @backstage/config@1.2.0
21
+ - @backstage/errors@1.2.4
22
+
23
+ ## 0.1.25-next.3
24
+
25
+ ### Patch Changes
26
+
27
+ - d44a20a: Added additional plugin metadata to `package.json`.
28
+ - Updated dependencies
29
+ - @backstage/backend-plugin-api@0.6.19-next.3
30
+ - @backstage/plugin-search-backend-node@1.2.24-next.3
31
+ - @backstage/plugin-permission-common@0.7.14-next.0
32
+ - @backstage/plugin-catalog-common@1.0.24-next.0
33
+ - @backstage/plugin-search-common@1.2.12-next.0
34
+ - @backstage/plugin-catalog-node@1.12.1-next.2
35
+ - @backstage/backend-tasks@0.5.24-next.3
36
+ - @backstage/backend-common@0.23.0-next.3
37
+ - @backstage/catalog-client@1.6.5
38
+ - @backstage/catalog-model@1.5.0
39
+ - @backstage/config@1.2.0
40
+ - @backstage/errors@1.2.4
41
+
3
42
  ## 0.1.25-next.2
4
43
 
5
44
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-catalog",
3
- "version": "0.1.25-next.2",
3
+ "version": "0.1.25",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -24,6 +24,6 @@ declare const catalogCollatorExtensionPoint: _backstage_backend_plugin_api.Exten
24
24
  *
25
25
  * @alpha
26
26
  */
27
- declare const _default: () => _backstage_backend_plugin_api.BackendFeature;
27
+ declare const _default: _backstage_backend_plugin_api.BackendFeatureCompat;
28
28
 
29
29
  export { type CatalogCollatorExtensionPoint, catalogCollatorExtensionPoint, _default as default };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-catalog",
3
- "version": "0.1.25-next.2",
3
+ "version": "0.1.25",
4
4
  "description": "A module for the search backend that exports catalog modules",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "search",
8
+ "pluginPackage": "@backstage/plugin-search-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public"
@@ -45,23 +47,23 @@
45
47
  "test": "backstage-cli package test"
46
48
  },
47
49
  "dependencies": {
48
- "@backstage/backend-common": "^0.23.0-next.2",
49
- "@backstage/backend-plugin-api": "^0.6.19-next.2",
50
- "@backstage/backend-tasks": "^0.5.24-next.2",
50
+ "@backstage/backend-common": "^0.23.0",
51
+ "@backstage/backend-plugin-api": "^0.6.19",
52
+ "@backstage/backend-tasks": "^0.5.24",
51
53
  "@backstage/catalog-client": "^1.6.5",
52
54
  "@backstage/catalog-model": "^1.5.0",
53
55
  "@backstage/config": "^1.2.0",
54
56
  "@backstage/errors": "^1.2.4",
55
- "@backstage/plugin-catalog-common": "^1.0.23",
56
- "@backstage/plugin-catalog-node": "^1.12.1-next.1",
57
- "@backstage/plugin-permission-common": "^0.7.13",
58
- "@backstage/plugin-search-backend-node": "^1.2.24-next.2",
59
- "@backstage/plugin-search-common": "^1.2.11"
57
+ "@backstage/plugin-catalog-common": "^1.0.24",
58
+ "@backstage/plugin-catalog-node": "^1.12.1",
59
+ "@backstage/plugin-permission-common": "^0.7.14",
60
+ "@backstage/plugin-search-backend-node": "^1.2.24",
61
+ "@backstage/plugin-search-common": "^1.2.12"
60
62
  },
61
63
  "devDependencies": {
62
- "@backstage/backend-common": "^0.23.0-next.2",
63
- "@backstage/backend-test-utils": "^0.4.0-next.2",
64
- "@backstage/cli": "^0.26.7-next.2",
64
+ "@backstage/backend-common": "^0.23.0",
65
+ "@backstage/backend-test-utils": "^0.4.0",
66
+ "@backstage/cli": "^0.26.7",
65
67
  "msw": "^1.0.0"
66
68
  },
67
69
  "configSchema": "config.d.ts"