@backstage/plugin-search-backend-module-explore 0.0.0-nightly-20240926023312 → 0.0.0-nightly-20240927023235

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,14 +1,14 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
- ## 0.0.0-nightly-20240926023312
3
+ ## 0.0.0-nightly-20240927023235
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 094eaa3: Remove references to in-repo backend-common
8
8
  - 2f88f88: Updated backend installation instructions.
9
9
  - Updated dependencies
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240926023312
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240926023312
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240927023235
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240927023235
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/plugin-search-common@1.2.14
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore__alpha",
3
- "version": "0.0.0-nightly-20240926023312",
3
+ "version": "0.0.0-nightly-20240927023235",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20240926023312",
3
+ "version": "0.0.0-nightly-20240927023235",
4
4
  "description": "A module for the search backend that exports explore modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,15 +50,15 @@
50
50
  "dependencies": {
51
51
  "@backstage-community/plugin-explore-common": "^0.0.5",
52
52
  "@backstage/backend-common": "^0.25.0",
53
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240926023312",
53
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240927023235",
54
54
  "@backstage/config": "^1.2.0",
55
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240926023312",
55
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240927023235",
56
56
  "@backstage/plugin-search-common": "^1.2.14",
57
57
  "node-fetch": "^2.7.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240926023312",
61
- "@backstage/cli": "^0.0.0-nightly-20240926023312",
60
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240927023235",
61
+ "@backstage/cli": "^0.0.0-nightly-20240927023235",
62
62
  "msw": "^1.2.1"
63
63
  },
64
64
  "configSchema": "config.d.ts"