@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20240423021331 → 0.0.0-nightly-20240425021252

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