@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20240910023018 → 0.0.0-nightly-20240912022955

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 +15 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20240910023018
3
+ ## 0.0.0-nightly-20240912022955
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,10 +13,21 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies
16
- - @backstage/backend-common@0.0.0-nightly-20240910023018
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20240910023018
16
+ - @backstage/backend-common@0.0.0-nightly-20240912022955
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240912022955
18
18
  - @backstage/config@1.2.0
19
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240910023018
19
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240912022955
20
+ - @backstage/plugin-search-common@1.2.14
21
+
22
+ ## 0.3.0-next.2
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.25.0-next.2
28
+ - @backstage/backend-plugin-api@1.0.0-next.2
29
+ - @backstage/config@1.2.0
30
+ - @backstage/plugin-search-backend-node@1.3.2-next.2
20
31
  - @backstage/plugin-search-common@1.2.14
21
32
 
22
33
  ## 0.3.0-next.1
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-20240910023018",
3
+ "version": "0.0.0-nightly-20240912022955",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -35,17 +35,17 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.0.0-nightly-20240910023018",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240910023018",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20240912022955",
39
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240912022955",
40
40
  "@backstage/config": "^1.2.0",
41
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240910023018",
41
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240912022955",
42
42
  "@backstage/plugin-search-common": "^1.2.14",
43
43
  "node-fetch": "^2.7.0",
44
44
  "qs": "^6.9.4"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240910023018",
48
- "@backstage/cli": "^0.0.0-nightly-20240910023018",
47
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240912022955",
48
+ "@backstage/cli": "^0.0.0-nightly-20240912022955",
49
49
  "msw": "^1.2.1"
50
50
  },
51
51
  "configSchema": "config.d.ts"