@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20240311021106 → 0.0.0-nightly-20240313022044

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 +19 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20240311021106
3
+ ## 0.0.0-nightly-20240313022044
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240311021106
9
- - @backstage/config@0.0.0-nightly-20240311021106
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240311021106
11
- - @backstage/plugin-search-common@0.0.0-nightly-20240311021106
12
- - @backstage/backend-tasks@0.0.0-nightly-20240311021106
13
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240311021106
8
+ - @backstage/backend-common@0.0.0-nightly-20240313022044
9
+ - @backstage/config@0.0.0-nightly-20240313022044
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240313022044
11
+ - @backstage/plugin-search-common@0.0.0-nightly-20240313022044
12
+ - @backstage/backend-tasks@0.0.0-nightly-20240313022044
13
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240313022044
14
+
15
+ ## 0.1.7-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.21.4-next.2
21
+ - @backstage/backend-plugin-api@0.6.14-next.2
22
+ - @backstage/backend-tasks@0.5.19-next.2
23
+ - @backstage/config@1.2.0-next.1
24
+ - @backstage/plugin-search-backend-node@1.2.18-next.2
25
+ - @backstage/plugin-search-common@1.2.11-next.1
14
26
 
15
27
  ## 0.1.7-next.1
16
28
 
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-20240311021106",
3
+ "version": "0.0.0-nightly-20240313022044",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -33,19 +33,19 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20240311021106",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240311021106",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20240311021106",
39
- "@backstage/config": "^0.0.0-nightly-20240311021106",
40
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240311021106",
41
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240311021106",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20240313022044",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240313022044",
38
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240313022044",
39
+ "@backstage/config": "^0.0.0-nightly-20240313022044",
40
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240313022044",
41
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240313022044",
42
42
  "node-fetch": "^2.6.7",
43
43
  "qs": "^6.9.4",
44
44
  "winston": "^3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240311021106",
48
- "@backstage/cli": "^0.0.0-nightly-20240311021106",
47
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240313022044",
48
+ "@backstage/cli": "^0.0.0-nightly-20240313022044",
49
49
  "msw": "^1.2.1"
50
50
  },
51
51
  "configSchema": "config.d.ts"