@backstage/plugin-search-backend-module-stack-overflow-collator 0.1.12-next.3 → 0.1.12

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.23.0
11
+ - @backstage/backend-plugin-api@0.6.19
12
+ - @backstage/backend-tasks@0.5.24
13
+ - @backstage/plugin-search-backend-node@1.2.24
14
+ - @backstage/plugin-search-common@1.2.12
15
+ - @backstage/config@1.2.0
16
+
3
17
  ## 0.1.12-next.3
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -60,6 +60,6 @@ declare class StackOverflowQuestionsCollatorFactory implements DocumentCollatorF
60
60
  * @public
61
61
  * Search backend module for the Stack Overflow index.
62
62
  */
63
- declare const searchStackOverflowCollatorModule: () => _backstage_backend_plugin_api.BackendFeature;
63
+ declare const searchStackOverflowCollatorModule: _backstage_backend_plugin_api.BackendFeatureCompat;
64
64
 
65
65
  export { type StackOverflowDocument, StackOverflowQuestionsCollatorFactory, type StackOverflowQuestionsCollatorFactoryOptions, type StackOverflowQuestionsRequestParams, searchStackOverflowCollatorModule as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-stack-overflow-collator",
3
- "version": "0.1.12-next.3",
3
+ "version": "0.1.12",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -35,18 +35,18 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.23.0-next.3",
39
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
40
- "@backstage/backend-tasks": "^0.5.24-next.3",
38
+ "@backstage/backend-common": "^0.23.0",
39
+ "@backstage/backend-plugin-api": "^0.6.19",
40
+ "@backstage/backend-tasks": "^0.5.24",
41
41
  "@backstage/config": "^1.2.0",
42
- "@backstage/plugin-search-backend-node": "^1.2.24-next.3",
43
- "@backstage/plugin-search-common": "^1.2.12-next.0",
42
+ "@backstage/plugin-search-backend-node": "^1.2.24",
43
+ "@backstage/plugin-search-common": "^1.2.12",
44
44
  "node-fetch": "^2.6.7",
45
45
  "qs": "^6.9.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.4.0-next.3",
49
- "@backstage/cli": "^0.26.7-next.3",
48
+ "@backstage/backend-test-utils": "^0.4.0",
49
+ "@backstage/cli": "^0.26.7",
50
50
  "msw": "^1.2.1"
51
51
  },
52
52
  "configSchema": "config.d.ts"