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

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,31 @@
1
1
  # @backstage/plugin-search-backend-module-stack-overflow-collator
2
2
 
3
+ ## 0.1.3-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 8472188: Added or fixed the `repository` field in `package.json`.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.0-next.3
10
+ - @backstage/backend-tasks@0.5.15-next.3
11
+ - @backstage/plugin-search-backend-node@1.2.14-next.3
12
+ - @backstage/backend-plugin-api@0.6.10-next.3
13
+ - @backstage/config@1.1.1
14
+ - @backstage/plugin-search-common@1.2.10
15
+
16
+ ## 0.1.3-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.0-next.2
23
+ - @backstage/backend-plugin-api@0.6.10-next.2
24
+ - @backstage/backend-tasks@0.5.15-next.2
25
+ - @backstage/plugin-search-backend-node@1.2.14-next.2
26
+ - @backstage/config@1.1.1
27
+ - @backstage/plugin-search-common@1.2.10
28
+
3
29
  ## 0.1.3-next.1
4
30
 
5
31
  ### Patch Changes
package/README.md CHANGED
@@ -73,7 +73,7 @@ Add the module package as a dependency:
73
73
 
74
74
  ```bash
75
75
  # From your Backstage root directory
76
- yarn add --cwd packages/backend @backstage/plugin-search-backend-module-stack-overflow-collator
76
+ yarn --cwd packages/backend add @backstage/plugin-search-backend-module-stack-overflow-collator
77
77
  ```
78
78
 
79
79
  Add the collator to your backend instance, along with the search plugin itself:
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.1.3-next.1",
4
+ "version": "0.1.3-next.3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -17,7 +17,7 @@
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "https://github.com/backstage/backstage",
20
- "directory": "plugins/search-backend-module-stack-overflow"
20
+ "directory": "plugins/search-backend-module-stack-overflow-collator"
21
21
  },
22
22
  "scripts": {
23
23
  "start": "backstage-cli package start",
@@ -29,19 +29,19 @@
29
29
  "clean": "backstage-cli package clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-common": "^0.21.0-next.1",
33
- "@backstage/backend-plugin-api": "^0.6.10-next.1",
34
- "@backstage/backend-tasks": "^0.5.15-next.1",
32
+ "@backstage/backend-common": "^0.21.0-next.3",
33
+ "@backstage/backend-plugin-api": "^0.6.10-next.3",
34
+ "@backstage/backend-tasks": "^0.5.15-next.3",
35
35
  "@backstage/config": "^1.1.1",
36
- "@backstage/plugin-search-backend-node": "^1.2.14-next.1",
36
+ "@backstage/plugin-search-backend-node": "^1.2.14-next.3",
37
37
  "@backstage/plugin-search-common": "^1.2.10",
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.3.0-next.1",
44
- "@backstage/cli": "^0.25.2-next.1",
43
+ "@backstage/backend-test-utils": "^0.3.0-next.3",
44
+ "@backstage/cli": "^0.25.2-next.3",
45
45
  "msw": "^1.2.1"
46
46
  },
47
47
  "files": [