@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20240509021548 → 0.0.0-nightly-20240511021250

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