@backstage/plugin-search-backend-module-stack-overflow-collator 0.0.0-nightly-20231205021627 → 0.0.0-nightly-20231207021614

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 +18 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,18 +1,31 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
- ## 0.0.0-nightly-20231205021627
3
+ ## 0.0.0-nightly-20231207021614
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - cc4228e: Switched module ID to use kebab-case.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20231205021627
10
- - @backstage/backend-tasks@0.0.0-nightly-20231205021627
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20231205021627
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20231205021627
9
+ - @backstage/backend-common@0.0.0-nightly-20231207021614
10
+ - @backstage/backend-tasks@0.0.0-nightly-20231207021614
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20231207021614
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231207021614
13
13
  - @backstage/config@1.1.1
14
14
  - @backstage/plugin-search-common@1.2.8
15
15
 
16
+ ## 0.1.1-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - cc4228e: Switched module ID to use kebab-case.
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.20.0-next.2
23
+ - @backstage/backend-plugin-api@0.6.8-next.2
24
+ - @backstage/backend-tasks@0.5.13-next.2
25
+ - @backstage/config@1.1.1
26
+ - @backstage/plugin-search-backend-node@1.2.12-next.2
27
+ - @backstage/plugin-search-common@1.2.8
28
+
16
29
  ## 0.1.1-next.1
17
30
 
18
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-stack-overflow-collator",
3
3
  "description": "A module for the search backend that exports stack overflow modules",
4
- "version": "0.0.0-nightly-20231205021627",
4
+ "version": "0.0.0-nightly-20231207021614",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,19 +29,19 @@
29
29
  "clean": "backstage-cli package clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-common": "^0.0.0-nightly-20231205021627",
33
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231205021627",
34
- "@backstage/backend-tasks": "^0.0.0-nightly-20231205021627",
32
+ "@backstage/backend-common": "^0.0.0-nightly-20231207021614",
33
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231207021614",
34
+ "@backstage/backend-tasks": "^0.0.0-nightly-20231207021614",
35
35
  "@backstage/config": "^1.1.1",
36
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20231205021627",
36
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20231207021614",
37
37
  "@backstage/plugin-search-common": "^1.2.8",
38
38
  "node-fetch": "^2.6.7",
39
39
  "qs": "^6.9.4",
40
40
  "winston": "^3.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231205021627",
44
- "@backstage/cli": "^0.0.0-nightly-20231205021627",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231207021614",
44
+ "@backstage/cli": "^0.0.0-nightly-20231207021614",
45
45
  "msw": "^1.2.1"
46
46
  },
47
47
  "files": [