@backstage/plugin-search-backend-module-techdocs 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 +37 -0
- package/README.md +1 -1
- package/alpha/package.json +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-module-techdocs
|
|
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/plugin-techdocs-node@1.11.2-next.2
|
|
14
|
+
- @backstage/plugin-catalog-node@1.6.2-next.2
|
|
15
|
+
- @backstage/config@1.1.1
|
|
16
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
17
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
18
|
+
- @backstage/plugin-catalog-common@1.0.21-next.0
|
|
19
|
+
- @backstage/plugin-permission-common@0.7.12
|
|
20
|
+
- @backstage/plugin-search-common@1.2.10
|
|
21
|
+
|
|
22
|
+
## 0.1.14-next.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
28
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
29
|
+
- @backstage/backend-plugin-api@0.6.10-next.1
|
|
30
|
+
- @backstage/backend-common@0.21.0-next.1
|
|
31
|
+
- @backstage/plugin-techdocs-node@1.11.2-next.1
|
|
32
|
+
- @backstage/backend-tasks@0.5.15-next.1
|
|
33
|
+
- @backstage/config@1.1.1
|
|
34
|
+
- @backstage/plugin-catalog-common@1.0.21-next.0
|
|
35
|
+
- @backstage/plugin-catalog-node@1.6.2-next.1
|
|
36
|
+
- @backstage/plugin-permission-common@0.7.12
|
|
37
|
+
- @backstage/plugin-search-backend-node@1.2.14-next.1
|
|
38
|
+
- @backstage/plugin-search-common@1.2.10
|
|
39
|
+
|
|
3
40
|
## 0.1.14-next.0
|
|
4
41
|
|
|
5
42
|
### 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
|
|
11
|
+
yarn --cwd packages/backend add @backstage/plugin-search-backend-module-techdocs
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
Add the collator to your backend instance, along with the search plugin itself:
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-module-techdocs",
|
|
3
3
|
"description": "A module for the search backend that exports techdocs modules",
|
|
4
|
-
"version": "0.1.14-next.
|
|
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,26 +40,26 @@
|
|
|
40
40
|
"clean": "backstage-cli package clean"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@backstage/backend-common": "^0.21.0-next.
|
|
44
|
-
"@backstage/backend-plugin-api": "^0.6.10-next.
|
|
45
|
-
"@backstage/backend-tasks": "^0.5.15-next.
|
|
46
|
-
"@backstage/catalog-client": "^1.6.0-next.
|
|
47
|
-
"@backstage/catalog-model": "^1.4.
|
|
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
|
+
"@backstage/catalog-client": "^1.6.0-next.1",
|
|
47
|
+
"@backstage/catalog-model": "^1.4.4-next.0",
|
|
48
48
|
"@backstage/config": "^1.1.1",
|
|
49
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
50
|
-
"@backstage/plugin-catalog-node": "^1.6.2-next.
|
|
49
|
+
"@backstage/plugin-catalog-common": "^1.0.21-next.0",
|
|
50
|
+
"@backstage/plugin-catalog-node": "^1.6.2-next.2",
|
|
51
51
|
"@backstage/plugin-permission-common": "^0.7.12",
|
|
52
|
-
"@backstage/plugin-search-backend-node": "^1.2.14-next.
|
|
52
|
+
"@backstage/plugin-search-backend-node": "^1.2.14-next.2",
|
|
53
53
|
"@backstage/plugin-search-common": "^1.2.10",
|
|
54
|
-
"@backstage/plugin-techdocs-node": "^1.11.2-next.
|
|
54
|
+
"@backstage/plugin-techdocs-node": "^1.11.2-next.2",
|
|
55
55
|
"lodash": "^4.17.21",
|
|
56
56
|
"node-fetch": "^2.6.7",
|
|
57
57
|
"p-limit": "^3.1.0",
|
|
58
58
|
"winston": "^3.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/backend-test-utils": "^0.3.0-next.
|
|
62
|
-
"@backstage/cli": "^0.25.2-next.
|
|
61
|
+
"@backstage/backend-test-utils": "^0.3.0-next.2",
|
|
62
|
+
"@backstage/cli": "^0.25.2-next.2",
|
|
63
63
|
"msw": "^1.0.0"
|
|
64
64
|
},
|
|
65
65
|
"files": [
|