@backstage/plugin-search-backend-module-stack-overflow-collator 0.3.15 → 0.3.16-next.1

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,25 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
+ ## 0.3.16-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.6.0-next.1
9
+ - @backstage/config@1.3.6
10
+ - @backstage/plugin-search-backend-node@1.4.0-next.1
11
+ - @backstage/plugin-search-common@1.2.21
12
+
13
+ ## 0.3.16-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/plugin-search-backend-node@1.4.0-next.0
19
+ - @backstage/backend-plugin-api@1.5.1-next.0
20
+ - @backstage/config@1.3.6
21
+ - @backstage/plugin-search-common@1.2.21
22
+
3
23
  ## 0.3.15
4
24
 
5
25
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -61,4 +61,5 @@ declare class StackOverflowQuestionsCollatorFactory implements DocumentCollatorF
61
61
  */
62
62
  declare const searchStackOverflowCollatorModule: _backstage_backend_plugin_api.BackendFeature;
63
63
 
64
- export { type StackOverflowDocument, StackOverflowQuestionsCollatorFactory, type StackOverflowQuestionsCollatorFactoryOptions, type StackOverflowQuestionsRequestParams, searchStackOverflowCollatorModule as default };
64
+ export { StackOverflowQuestionsCollatorFactory, searchStackOverflowCollatorModule as default };
65
+ export type { StackOverflowDocument, StackOverflowQuestionsCollatorFactoryOptions, StackOverflowQuestionsRequestParams };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-stack-overflow-collator",
3
- "version": "0.3.15",
3
+ "version": "0.3.16-next.1",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,15 +38,15 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "^1.5.0",
42
- "@backstage/config": "^1.3.6",
43
- "@backstage/plugin-search-backend-node": "^1.3.17",
44
- "@backstage/plugin-search-common": "^1.2.21",
41
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
42
+ "@backstage/config": "1.3.6",
43
+ "@backstage/plugin-search-backend-node": "1.4.0-next.1",
44
+ "@backstage/plugin-search-common": "1.2.21",
45
45
  "qs": "^6.9.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^1.10.0",
49
- "@backstage/cli": "^0.34.5",
48
+ "@backstage/backend-test-utils": "1.10.2-next.1",
49
+ "@backstage/cli": "0.35.0-next.2",
50
50
  "msw": "^1.2.1"
51
51
  },
52
52
  "configSchema": "config.d.ts",