@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20240811022228 → 0.0.0-nightly-20240814021923

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