@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20241113023212 → 0.0.0-nightly-20241115023545

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20241113023212
3
+ ## 0.0.0-nightly-20241115023545
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 5d74716: Remove unused backend-common dependency
7
8
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20241113023212
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241115023545
9
10
  - @backstage/config@1.2.0
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241113023212
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241115023545
11
12
  - @backstage/plugin-search-common@1.2.14
12
13
 
13
14
  ## 0.3.3-next.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-stack-overflow-collator",
3
- "version": "0.0.0-nightly-20241113023212",
3
+ "version": "0.0.0-nightly-20241115023545",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -35,17 +35,16 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.25.0",
39
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241113023212",
38
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241115023545",
40
39
  "@backstage/config": "1.2.0",
41
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241113023212",
40
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241115023545",
42
41
  "@backstage/plugin-search-common": "1.2.14",
43
42
  "node-fetch": "^2.7.0",
44
43
  "qs": "^6.9.4"
45
44
  },
46
45
  "devDependencies": {
47
- "@backstage/backend-test-utils": "0.0.0-nightly-20241113023212",
48
- "@backstage/cli": "0.0.0-nightly-20241113023212",
46
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241115023545",
47
+ "@backstage/cli": "0.0.0-nightly-20241115023545",
49
48
  "msw": "^1.2.1"
50
49
  },
51
50
  "configSchema": "config.d.ts",