@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20241215023758 → 0.0.0-nightly-20241217023754

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,15 +1,15 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20241215023758
3
+ ## 0.0.0-nightly-20241217023754
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5c9cc05: Use native fetch instead of node-fetch
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20241215023758
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241215023758
11
- - @backstage/config@0.0.0-nightly-20241215023758
12
- - @backstage/plugin-search-common@0.0.0-nightly-20241215023758
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241217023754
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241217023754
11
+ - @backstage/config@0.0.0-nightly-20241217023754
12
+ - @backstage/plugin-search-common@0.0.0-nightly-20241217023754
13
13
 
14
14
  ## 0.3.4-next.2
15
15
 
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-20241215023758",
3
+ "version": "0.0.0-nightly-20241217023754",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -35,15 +35,15 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241215023758",
39
- "@backstage/config": "0.0.0-nightly-20241215023758",
40
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241215023758",
41
- "@backstage/plugin-search-common": "0.0.0-nightly-20241215023758",
38
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241217023754",
39
+ "@backstage/config": "0.0.0-nightly-20241217023754",
40
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241217023754",
41
+ "@backstage/plugin-search-common": "0.0.0-nightly-20241217023754",
42
42
  "qs": "^6.9.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-test-utils": "0.0.0-nightly-20241215023758",
46
- "@backstage/cli": "0.0.0-nightly-20241215023758",
45
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241217023754",
46
+ "@backstage/cli": "0.0.0-nightly-20241217023754",
47
47
  "msw": "^1.2.1"
48
48
  },
49
49
  "configSchema": "config.d.ts",