@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20240616021858 → 0.0.0-nightly-20240618021721

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,16 +1,17 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20240616021858
3
+ ## 0.0.0-nightly-20240618021721
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
7
8
  - d44a20a: Added additional plugin metadata to `package.json`.
8
9
  - Updated dependencies
9
- - @backstage/backend-tasks@0.0.0-nightly-20240616021858
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240616021858
11
- - @backstage/backend-common@0.0.0-nightly-20240616021858
12
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240616021858
13
- - @backstage/plugin-search-common@0.0.0-nightly-20240616021858
10
+ - @backstage/backend-common@0.0.0-nightly-20240618021721
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240618021721
12
+ - @backstage/backend-tasks@0.0.0-nightly-20240618021721
13
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240618021721
14
+ - @backstage/plugin-search-common@0.0.0-nightly-20240618021721
14
15
  - @backstage/config@1.2.0
15
16
 
16
17
  ## 0.1.25-next.3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20240616021858",
3
+ "version": "0.0.0-nightly-20240618021721",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -5,6 +5,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
5
5
  *
6
6
  * @alpha
7
7
  */
8
- declare const _default: () => _backstage_backend_plugin_api.BackendFeature;
8
+ declare const _default: _backstage_backend_plugin_api.BackendFeatureCompat;
9
9
 
10
10
  export { _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.0.0-nightly-20240616021858",
3
+ "version": "0.0.0-nightly-20240618021721",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -48,17 +48,17 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@backstage-community/plugin-explore-common": "^0.0.3",
51
- "@backstage/backend-common": "^0.0.0-nightly-20240616021858",
52
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240616021858",
53
- "@backstage/backend-tasks": "^0.0.0-nightly-20240616021858",
51
+ "@backstage/backend-common": "^0.0.0-nightly-20240618021721",
52
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240618021721",
53
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240618021721",
54
54
  "@backstage/config": "^1.2.0",
55
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240616021858",
56
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240616021858",
55
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240618021721",
56
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240618021721",
57
57
  "node-fetch": "^2.6.7"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240616021858",
61
- "@backstage/cli": "^0.0.0-nightly-20240616021858",
60
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240618021721",
61
+ "@backstage/cli": "^0.0.0-nightly-20240618021721",
62
62
  "msw": "^1.2.1"
63
63
  },
64
64
  "configSchema": "config.d.ts"