@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20251117024228 → 0.0.0-nightly-20251122024148

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 +12 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20251117024228
3
+ ## 0.0.0-nightly-20251122024148
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20251117024228
9
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20251117024228
10
- - @backstage/config@0.0.0-nightly-20251117024228
11
- - @backstage/plugin-search-common@0.0.0-nightly-20251117024228
8
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20251122024148
9
+
10
+ ## 0.3.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/backend-plugin-api@1.5.0
16
+ - @backstage/plugin-search-backend-node@1.3.17
17
+ - @backstage/config@1.3.6
18
+ - @backstage/plugin-search-common@1.2.21
12
19
 
13
20
  ## 0.3.15-next.1
14
21
 
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-20251117024228",
3
+ "version": "0.0.0-nightly-20251122024148",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,15 +38,15 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251117024228",
42
- "@backstage/config": "0.0.0-nightly-20251117024228",
43
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20251117024228",
44
- "@backstage/plugin-search-common": "0.0.0-nightly-20251117024228",
41
+ "@backstage/backend-plugin-api": "1.5.0",
42
+ "@backstage/config": "1.3.6",
43
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20251122024148",
44
+ "@backstage/plugin-search-common": "1.2.21",
45
45
  "qs": "^6.9.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20251117024228",
49
- "@backstage/cli": "0.0.0-nightly-20251117024228",
48
+ "@backstage/backend-test-utils": "1.10.0",
49
+ "@backstage/cli": "0.34.5",
50
50
  "msw": "^1.2.1"
51
51
  },
52
52
  "configSchema": "config.d.ts",