@backstage/plugin-search-backend-module-explore 0.1.14-next.0 → 0.1.14-next.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,32 @@
1
1
  # @backstage/plugin-search-backend-module-explore
2
2
 
3
+ ## 0.1.14-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.0-next.2
10
+ - @backstage/backend-plugin-api@0.6.10-next.2
11
+ - @backstage/backend-tasks@0.5.15-next.2
12
+ - @backstage/plugin-search-backend-node@1.2.14-next.2
13
+ - @backstage/config@1.1.1
14
+ - @backstage/plugin-explore-common@0.0.2
15
+ - @backstage/plugin-search-common@1.2.10
16
+
17
+ ## 0.1.14-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.6.10-next.1
23
+ - @backstage/backend-common@0.21.0-next.1
24
+ - @backstage/backend-tasks@0.5.15-next.1
25
+ - @backstage/config@1.1.1
26
+ - @backstage/plugin-explore-common@0.0.2
27
+ - @backstage/plugin-search-backend-node@1.2.14-next.1
28
+ - @backstage/plugin-search-common@1.2.10
29
+
3
30
  ## 0.1.14-next.0
4
31
 
5
32
  ### Patch Changes
package/README.md CHANGED
@@ -8,7 +8,7 @@ Add the module package as a dependency:
8
8
 
9
9
  ```bash
10
10
  # From your Backstage root directory
11
- yarn add --cwd packages/backend @backstage/plugin-search-backend-module-explore
11
+ yarn --cwd packages/backend add @backstage/plugin-search-backend-module-explore
12
12
  ```
13
13
 
14
14
  Add the collator to your backend instance, along with the search plugin itself:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
- "version": "0.1.14-next.0",
3
+ "version": "0.1.14-next.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-explore",
3
3
  "description": "A module for the search backend that exports explore modules",
4
- "version": "0.1.14-next.0",
4
+ "version": "0.1.14-next.2",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,19 +40,19 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.21.0-next.0",
44
- "@backstage/backend-plugin-api": "^0.6.10-next.0",
45
- "@backstage/backend-tasks": "^0.5.15-next.0",
43
+ "@backstage/backend-common": "^0.21.0-next.2",
44
+ "@backstage/backend-plugin-api": "^0.6.10-next.2",
45
+ "@backstage/backend-tasks": "^0.5.15-next.2",
46
46
  "@backstage/config": "^1.1.1",
47
47
  "@backstage/plugin-explore-common": "^0.0.2",
48
- "@backstage/plugin-search-backend-node": "^1.2.14-next.0",
48
+ "@backstage/plugin-search-backend-node": "^1.2.14-next.2",
49
49
  "@backstage/plugin-search-common": "^1.2.10",
50
50
  "node-fetch": "^2.6.7",
51
51
  "winston": "^3.2.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "^0.3.0-next.0",
55
- "@backstage/cli": "^0.25.2-next.0",
54
+ "@backstage/backend-test-utils": "^0.3.0-next.2",
55
+ "@backstage/cli": "^0.25.2-next.2",
56
56
  "msw": "^1.2.1"
57
57
  },
58
58
  "files": [