@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20240318021018 → 0.0.0-nightly-20240319021037

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 +7 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20240318021018
3
+ ## 0.0.0-nightly-20240319021037
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240318021018
9
- - @backstage/config@0.0.0-nightly-20240318021018
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240318021018
11
- - @backstage/plugin-search-common@0.0.0-nightly-20240318021018
12
- - @backstage/backend-tasks@0.0.0-nightly-20240318021018
13
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240318021018
8
+ - @backstage/backend-common@0.0.0-nightly-20240319021037
9
+ - @backstage/config@0.0.0-nightly-20240319021037
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240319021037
11
+ - @backstage/plugin-search-common@0.0.0-nightly-20240319021037
12
+ - @backstage/backend-tasks@0.0.0-nightly-20240319021037
13
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240319021037
14
14
 
15
15
  ## 0.1.7-next.2
16
16
 
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-20240318021018",
3
+ "version": "0.0.0-nightly-20240319021037",
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-20240318021018",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240318021018",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20240318021018",
39
- "@backstage/config": "^0.0.0-nightly-20240318021018",
40
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240318021018",
41
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240318021018",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20240319021037",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240319021037",
38
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240319021037",
39
+ "@backstage/config": "^0.0.0-nightly-20240319021037",
40
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240319021037",
41
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240319021037",
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-20240318021018",
48
- "@backstage/cli": "^0.0.0-nightly-20240318021018",
47
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240319021037",
48
+ "@backstage/cli": "^0.0.0-nightly-20240319021037",
49
49
  "msw": "^1.2.1"
50
50
  },
51
51
  "configSchema": "config.d.ts"