@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240821021909

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 +14 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240821021909
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240821021909
9
+ - @backstage/backend-common@0.24.0
10
+ - @backstage/backend-plugin-api@0.8.0
11
+
12
+ ## 0.2.0
4
13
 
5
14
  ### Minor Changes
6
15
 
@@ -10,10 +19,10 @@
10
19
 
11
20
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
12
21
  - Updated dependencies
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240820021901
14
- - @backstage/backend-common@0.0.0-nightly-20240820021901
15
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240820021901
16
- - @backstage/plugin-search-common@0.0.0-nightly-20240820021901
22
+ - @backstage/backend-plugin-api@0.8.0
23
+ - @backstage/backend-common@0.24.0
24
+ - @backstage/plugin-search-backend-node@1.3.0
25
+ - @backstage/plugin-search-common@1.2.14
17
26
  - @backstage/config@1.2.0
18
27
 
19
28
  ## 0.1.16-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-20240820021901",
3
+ "version": "0.0.0-nightly-20240821021909",
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,17 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.0.0-nightly-20240820021901",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240820021901",
38
+ "@backstage/backend-common": "^0.24.0",
39
+ "@backstage/backend-plugin-api": "^0.8.0",
40
40
  "@backstage/config": "^1.2.0",
41
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240820021901",
42
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240820021901",
41
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240821021909",
42
+ "@backstage/plugin-search-common": "^1.2.14",
43
43
  "node-fetch": "^2.7.0",
44
44
  "qs": "^6.9.4"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240820021901",
48
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
47
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240821021909",
48
+ "@backstage/cli": "^0.27.0",
49
49
  "msw": "^1.2.1"
50
50
  },
51
51
  "configSchema": "config.d.ts"