@backstage/plugin-search-backend-module-techdocs 0.1.11-next.2 → 0.1.12-next.0

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,42 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
+ ## 0.1.12-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.20.0-next.0
9
+ - @backstage/backend-tasks@0.5.13-next.0
10
+ - @backstage/plugin-techdocs-node@1.11.0-next.0
11
+ - @backstage/plugin-catalog-node@1.5.1-next.0
12
+ - @backstage/plugin-search-backend-node@1.2.12-next.0
13
+ - @backstage/backend-plugin-api@0.6.8-next.0
14
+ - @backstage/catalog-client@1.4.6
15
+ - @backstage/catalog-model@1.4.3
16
+ - @backstage/config@1.1.1
17
+ - @backstage/plugin-catalog-common@1.0.18
18
+ - @backstage/plugin-permission-common@0.7.10
19
+ - @backstage/plugin-search-common@1.2.8
20
+
21
+ ## 0.1.11
22
+
23
+ ### Patch Changes
24
+
25
+ - c437253b7a: The process of adding or modifying fields in the techdocs search index has been simplified. For more details, see [How to customize fields in the Software Catalog or TechDocs index](https://backstage.io/docs/features/search/how-to-guides.md#how-to-customize-fields-in-the-software-catalog-or-techdocs-index).
26
+ - Updated dependencies
27
+ - @backstage/plugin-catalog-node@1.5.0
28
+ - @backstage/plugin-techdocs-node@1.10.0
29
+ - @backstage/plugin-search-backend-node@1.2.11
30
+ - @backstage/backend-common@0.19.9
31
+ - @backstage/backend-plugin-api@0.6.7
32
+ - @backstage/backend-tasks@0.5.12
33
+ - @backstage/catalog-client@1.4.6
34
+ - @backstage/plugin-permission-common@0.7.10
35
+ - @backstage/catalog-model@1.4.3
36
+ - @backstage/config@1.1.1
37
+ - @backstage/plugin-catalog-common@1.0.18
38
+ - @backstage/plugin-search-common@1.2.8
39
+
3
40
  ## 0.1.11-next.2
4
41
 
5
42
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.1.11-next.2",
3
+ "version": "0.1.12-next.0",
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-techdocs",
3
3
  "description": "A module for the search backend that exports techdocs modules",
4
- "version": "0.1.11-next.2",
4
+ "version": "0.1.12-next.0",
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.19.9-next.2",
44
- "@backstage/backend-plugin-api": "^0.6.7-next.2",
45
- "@backstage/backend-tasks": "^0.5.12-next.2",
46
- "@backstage/catalog-client": "^1.4.5",
43
+ "@backstage/backend-common": "^0.20.0-next.0",
44
+ "@backstage/backend-plugin-api": "^0.6.8-next.0",
45
+ "@backstage/backend-tasks": "^0.5.13-next.0",
46
+ "@backstage/catalog-client": "^1.4.6",
47
47
  "@backstage/catalog-model": "^1.4.3",
48
48
  "@backstage/config": "^1.1.1",
49
- "@backstage/plugin-catalog-common": "^1.0.17",
50
- "@backstage/plugin-catalog-node": "^1.5.0-next.2",
51
- "@backstage/plugin-permission-common": "^0.7.9",
52
- "@backstage/plugin-search-backend-node": "^1.2.11-next.2",
53
- "@backstage/plugin-search-common": "^1.2.7",
54
- "@backstage/plugin-techdocs-node": "^1.10.0-next.2",
49
+ "@backstage/plugin-catalog-common": "^1.0.18",
50
+ "@backstage/plugin-catalog-node": "^1.5.1-next.0",
51
+ "@backstage/plugin-permission-common": "^0.7.10",
52
+ "@backstage/plugin-search-backend-node": "^1.2.12-next.0",
53
+ "@backstage/plugin-search-common": "^1.2.8",
54
+ "@backstage/plugin-techdocs-node": "^1.11.0-next.0",
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.2.8-next.2",
62
- "@backstage/cli": "^0.24.0-next.1",
61
+ "@backstage/backend-test-utils": "^0.2.9-next.0",
62
+ "@backstage/cli": "^0.24.1-next.0",
63
63
  "msw": "^1.0.0"
64
64
  },
65
65
  "files": [