@backstage/plugin-search-backend-module-techdocs 0.1.12 → 0.1.13-next.1

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.13-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.20.1-next.1
9
+ - @backstage/config@1.1.1
10
+ - @backstage/backend-tasks@0.5.14-next.1
11
+ - @backstage/plugin-search-backend-node@1.2.13-next.1
12
+ - @backstage/plugin-techdocs-node@1.11.1-next.1
13
+ - @backstage/backend-plugin-api@0.6.9-next.1
14
+ - @backstage/catalog-client@1.5.2-next.0
15
+ - @backstage/catalog-model@1.4.3
16
+ - @backstage/plugin-catalog-common@1.0.19
17
+ - @backstage/plugin-catalog-node@1.6.1-next.1
18
+ - @backstage/plugin-permission-common@0.7.11
19
+ - @backstage/plugin-search-common@1.2.9
20
+
21
+ ## 0.1.13-next.0
22
+
23
+ ### Patch Changes
24
+
25
+ - 2e6c56b: Update wording to show that the backend system no longer is in alpha
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.20.1-next.0
28
+ - @backstage/catalog-client@1.5.2-next.0
29
+ - @backstage/plugin-catalog-node@1.6.1-next.0
30
+ - @backstage/backend-plugin-api@0.6.9-next.0
31
+ - @backstage/backend-tasks@0.5.14-next.0
32
+ - @backstage/catalog-model@1.4.3
33
+ - @backstage/config@1.1.1
34
+ - @backstage/plugin-catalog-common@1.0.19
35
+ - @backstage/plugin-permission-common@0.7.11
36
+ - @backstage/plugin-search-backend-node@1.2.13-next.0
37
+ - @backstage/plugin-search-common@1.2.9
38
+ - @backstage/plugin-techdocs-node@1.11.1-next.0
39
+
3
40
  ## 0.1.12
4
41
 
5
42
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # search-backend-module-techdocs
2
2
 
3
- > DISCLAIMER: The new backend system is in alpha, and so are the search backend module support for the new backend system. We don't recommend you to migrate your backend installations to the new system yet. But if you want to experiment, you can find getting started guides below.
4
-
5
3
  This package exports a module that extends the search backend to also index techdocs.
6
4
 
7
5
  ## Installation
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.1.12",
3
+ "version": "0.1.13-next.1",
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.12",
4
+ "version": "0.1.13-next.1",
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.20.0",
44
- "@backstage/backend-plugin-api": "^0.6.8",
45
- "@backstage/backend-tasks": "^0.5.13",
46
- "@backstage/catalog-client": "^1.5.0",
43
+ "@backstage/backend-common": "^0.20.1-next.1",
44
+ "@backstage/backend-plugin-api": "^0.6.9-next.1",
45
+ "@backstage/backend-tasks": "^0.5.14-next.1",
46
+ "@backstage/catalog-client": "^1.5.2-next.0",
47
47
  "@backstage/catalog-model": "^1.4.3",
48
48
  "@backstage/config": "^1.1.1",
49
49
  "@backstage/plugin-catalog-common": "^1.0.19",
50
- "@backstage/plugin-catalog-node": "^1.6.0",
50
+ "@backstage/plugin-catalog-node": "^1.6.1-next.1",
51
51
  "@backstage/plugin-permission-common": "^0.7.11",
52
- "@backstage/plugin-search-backend-node": "^1.2.12",
52
+ "@backstage/plugin-search-backend-node": "^1.2.13-next.1",
53
53
  "@backstage/plugin-search-common": "^1.2.9",
54
- "@backstage/plugin-techdocs-node": "^1.11.0",
54
+ "@backstage/plugin-techdocs-node": "^1.11.1-next.1",
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.9",
62
- "@backstage/cli": "^0.25.0",
61
+ "@backstage/backend-test-utils": "^0.2.10-next.1",
62
+ "@backstage/cli": "^0.25.1-next.1",
63
63
  "msw": "^1.0.0"
64
64
  },
65
65
  "files": [