@backstage/plugin-search-backend-module-stack-overflow-collator 0.3.1-next.2 → 0.3.2

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.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-backend-node@1.3.4
9
+ - @backstage/backend-plugin-api@1.0.1
10
+
11
+ ## 0.3.1
12
+
13
+ ### Patch Changes
14
+
15
+ - bc71718: Updated installation instructions in README to not include `/alpha`.
16
+ - 094eaa3: Remove references to in-repo backend-common
17
+ - Updated dependencies
18
+ - @backstage/plugin-search-backend-node@1.3.3
19
+ - @backstage/backend-plugin-api@1.0.1
20
+ - @backstage/config@1.2.0
21
+ - @backstage/plugin-search-common@1.2.14
22
+
3
23
  ## 0.3.1-next.2
4
24
 
5
25
  ### Patch Changes
package/README.md CHANGED
@@ -83,7 +83,7 @@ Add the collator to your backend instance, along with the search plugin itself:
83
83
  import { createBackend } from '@backstage/backend-defaults';
84
84
 
85
85
  const backend = createBackend();
86
- backend.add(import('@backstage/plugin-search-backend/alpha'));
86
+ backend.add(import('@backstage/plugin-search-backend'));
87
87
  backend.add(
88
88
  import('@backstage/plugin-search-backend-module-stack-overflow-collator'),
89
89
  );
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.1-next.2",
3
+ "version": "0.3.2",
4
4
  "description": "A module for the search backend that exports stack overflow modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,16 +36,16 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@backstage/backend-common": "^0.25.0",
39
- "@backstage/backend-plugin-api": "1.0.1-next.1",
40
- "@backstage/config": "1.2.0",
41
- "@backstage/plugin-search-backend-node": "1.3.3-next.2",
42
- "@backstage/plugin-search-common": "1.2.14",
39
+ "@backstage/backend-plugin-api": "^1.0.1",
40
+ "@backstage/config": "^1.2.0",
41
+ "@backstage/plugin-search-backend-node": "^1.3.4",
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": "1.0.1-next.2",
48
- "@backstage/cli": "0.28.0-next.2",
47
+ "@backstage/backend-test-utils": "^1.0.2",
48
+ "@backstage/cli": "^0.28.0",
49
49
  "msw": "^1.2.1"
50
50
  },
51
51
  "configSchema": "config.d.ts"