@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20241209023914 → 0.0.0-nightly-20241210023835

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-20241209023914
3
+ ## 0.0.0-nightly-20241210023835
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-20241209023914
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241209023914
11
- - @backstage/config@0.0.0-nightly-20241209023914
12
- - @backstage/plugin-search-common@0.0.0-nightly-20241209023914
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241210023835
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241210023835
11
+ - @backstage/config@0.0.0-nightly-20241210023835
12
+ - @backstage/plugin-search-common@0.0.0-nightly-20241210023835
13
13
 
14
14
  ## 0.3.4-next.1
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-20241209023914",
3
+ "version": "0.0.0-nightly-20241210023835",
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-20241209023914",
39
- "@backstage/config": "0.0.0-nightly-20241209023914",
40
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241209023914",
41
- "@backstage/plugin-search-common": "0.0.0-nightly-20241209023914",
38
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241210023835",
39
+ "@backstage/config": "0.0.0-nightly-20241210023835",
40
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241210023835",
41
+ "@backstage/plugin-search-common": "0.0.0-nightly-20241210023835",
42
42
  "qs": "^6.9.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-test-utils": "0.0.0-nightly-20241209023914",
46
- "@backstage/cli": "0.0.0-nightly-20241209023914",
45
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241210023835",
46
+ "@backstage/cli": "0.0.0-nightly-20241210023835",
47
47
  "msw": "^1.2.1"
48
48
  },
49
49
  "configSchema": "config.d.ts",