@backstage/plugin-search-backend-module-techdocs 0.1.24-next.2 → 0.1.24

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,44 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
+ ## 0.1.24
4
+
5
+ ### Patch Changes
6
+
7
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.23.0
11
+ - @backstage/backend-plugin-api@0.6.19
12
+ - @backstage/backend-tasks@0.5.24
13
+ - @backstage/plugin-techdocs-node@1.12.5
14
+ - @backstage/plugin-catalog-node@1.12.1
15
+ - @backstage/plugin-search-backend-node@1.2.24
16
+ - @backstage/plugin-permission-common@0.7.14
17
+ - @backstage/plugin-catalog-common@1.0.24
18
+ - @backstage/plugin-search-common@1.2.12
19
+ - @backstage/catalog-client@1.6.5
20
+ - @backstage/catalog-model@1.5.0
21
+ - @backstage/config@1.2.0
22
+
23
+ ## 0.1.24-next.3
24
+
25
+ ### Patch Changes
26
+
27
+ - d44a20a: Added additional plugin metadata to `package.json`.
28
+ - Updated dependencies
29
+ - @backstage/backend-plugin-api@0.6.19-next.3
30
+ - @backstage/plugin-search-backend-node@1.2.24-next.3
31
+ - @backstage/plugin-permission-common@0.7.14-next.0
32
+ - @backstage/plugin-catalog-common@1.0.24-next.0
33
+ - @backstage/plugin-search-common@1.2.12-next.0
34
+ - @backstage/plugin-techdocs-node@1.12.5-next.3
35
+ - @backstage/plugin-catalog-node@1.12.1-next.2
36
+ - @backstage/backend-tasks@0.5.24-next.3
37
+ - @backstage/backend-common@0.23.0-next.3
38
+ - @backstage/catalog-client@1.6.5
39
+ - @backstage/catalog-model@1.5.0
40
+ - @backstage/config@1.2.0
41
+
3
42
  ## 0.1.24-next.2
4
43
 
5
44
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.1.24-next.2",
3
+ "version": "0.1.24",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -15,6 +15,6 @@ declare const techdocsCollatorEntityTransformerExtensionPoint: _backstage_backen
15
15
  * @alpha
16
16
  * Search backend module for the TechDocs index.
17
17
  */
18
- declare const _default: () => _backstage_backend_plugin_api.BackendFeature;
18
+ declare const _default: _backstage_backend_plugin_api.BackendFeatureCompat;
19
19
 
20
20
  export { type TechDocsCollatorEntityTransformerExtensionPoint, _default as default, techdocsCollatorEntityTransformerExtensionPoint };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.1.24-next.2",
3
+ "version": "0.1.24",
4
4
  "description": "A module for the search backend that exports techdocs modules",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "search",
8
+ "pluginPackage": "@backstage/plugin-search-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public"
@@ -45,25 +47,25 @@
45
47
  "test": "backstage-cli package test"
46
48
  },
47
49
  "dependencies": {
48
- "@backstage/backend-common": "^0.23.0-next.2",
49
- "@backstage/backend-plugin-api": "^0.6.19-next.2",
50
- "@backstage/backend-tasks": "^0.5.24-next.2",
50
+ "@backstage/backend-common": "^0.23.0",
51
+ "@backstage/backend-plugin-api": "^0.6.19",
52
+ "@backstage/backend-tasks": "^0.5.24",
51
53
  "@backstage/catalog-client": "^1.6.5",
52
54
  "@backstage/catalog-model": "^1.5.0",
53
55
  "@backstage/config": "^1.2.0",
54
- "@backstage/plugin-catalog-common": "^1.0.23",
55
- "@backstage/plugin-catalog-node": "^1.12.1-next.1",
56
- "@backstage/plugin-permission-common": "^0.7.13",
57
- "@backstage/plugin-search-backend-node": "^1.2.24-next.2",
58
- "@backstage/plugin-search-common": "^1.2.11",
59
- "@backstage/plugin-techdocs-node": "^1.12.5-next.2",
56
+ "@backstage/plugin-catalog-common": "^1.0.24",
57
+ "@backstage/plugin-catalog-node": "^1.12.1",
58
+ "@backstage/plugin-permission-common": "^0.7.14",
59
+ "@backstage/plugin-search-backend-node": "^1.2.24",
60
+ "@backstage/plugin-search-common": "^1.2.12",
61
+ "@backstage/plugin-techdocs-node": "^1.12.5",
60
62
  "lodash": "^4.17.21",
61
63
  "node-fetch": "^2.6.7",
62
64
  "p-limit": "^3.1.0"
63
65
  },
64
66
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.4.0-next.2",
66
- "@backstage/cli": "^0.26.7-next.2",
67
+ "@backstage/backend-test-utils": "^0.4.0",
68
+ "@backstage/cli": "^0.26.7",
67
69
  "msw": "^1.0.0"
68
70
  },
69
71
  "configSchema": "config.d.ts"