@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20250916023806 → 0.0.0-nightly-20250925023741

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 +23 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,32 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20250916023806
3
+ ## 0.0.0-nightly-20250925023741
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20250916023806
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250916023806
10
- - @backstage/config@1.3.3
11
- - @backstage/plugin-search-common@1.2.19
8
+ - @backstage/config@0.0.0-nightly-20250925023741
9
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20250925023741
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250925023741
11
+ - @backstage/plugin-search-common@0.0.0-nightly-20250925023741
12
+
13
+ ## 0.3.14-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/config@1.3.4-next.0
19
+ - @backstage/backend-plugin-api@1.4.4-next.0
20
+ - @backstage/plugin-search-backend-node@1.3.16-next.0
21
+ - @backstage/plugin-search-common@1.2.20-next.0
22
+
23
+ ## 0.3.13
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/backend-plugin-api@1.4.3
29
+ - @backstage/plugin-search-backend-node@1.3.15
12
30
 
13
31
  ## 0.3.13-next.0
14
32
 
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-20250916023806",
3
+ "version": "0.0.0-nightly-20250925023741",
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-20250916023806",
42
- "@backstage/config": "1.3.3",
43
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250916023806",
44
- "@backstage/plugin-search-common": "1.2.19",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250925023741",
42
+ "@backstage/config": "0.0.0-nightly-20250925023741",
43
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250925023741",
44
+ "@backstage/plugin-search-common": "0.0.0-nightly-20250925023741",
45
45
  "qs": "^6.9.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20250916023806",
49
- "@backstage/cli": "0.0.0-nightly-20250916023806",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250925023741",
49
+ "@backstage/cli": "0.0.0-nightly-20250925023741",
50
50
  "msw": "^1.2.1"
51
51
  },
52
52
  "configSchema": "config.d.ts",