@backstage/plugin-search-backend-module-techdocs 0.0.0-nightly-20231105021421 → 0.0.0-nightly-20231106021619

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,17 +1,17 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
- ## 0.0.0-nightly-20231105021421
3
+ ## 0.0.0-nightly-20231106021619
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c437253b7a00: 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).
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-node@0.0.0-nightly-20231105021421
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20231105021421
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20231105021421
12
- - @backstage/backend-common@0.0.0-nightly-20231105021421
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20231105021421
14
- - @backstage/backend-tasks@0.0.0-nightly-20231105021421
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20231106021619
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20231106021619
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20231106021619
12
+ - @backstage/backend-common@0.0.0-nightly-20231106021619
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231106021619
14
+ - @backstage/backend-tasks@0.0.0-nightly-20231106021619
15
15
  - @backstage/catalog-client@1.4.5
16
16
  - @backstage/catalog-model@1.4.3
17
17
  - @backstage/config@1.1.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.0.0-nightly-20231105021421",
3
+ "version": "0.0.0-nightly-20231106021619",
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.0.0-nightly-20231105021421",
4
+ "version": "0.0.0-nightly-20231106021619",
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.0.0-nightly-20231105021421",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231105021421",
45
- "@backstage/backend-tasks": "^0.0.0-nightly-20231105021421",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20231106021619",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231106021619",
45
+ "@backstage/backend-tasks": "^0.0.0-nightly-20231106021619",
46
46
  "@backstage/catalog-client": "^1.4.5",
47
47
  "@backstage/catalog-model": "^1.4.3",
48
48
  "@backstage/config": "^1.1.1",
49
49
  "@backstage/plugin-catalog-common": "^1.0.17",
50
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20231105021421",
50
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20231106021619",
51
51
  "@backstage/plugin-permission-common": "^0.7.9",
52
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20231105021421",
52
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20231106021619",
53
53
  "@backstage/plugin-search-common": "^1.2.7",
54
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20231105021421",
54
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20231106021619",
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.0.0-nightly-20231105021421",
62
- "@backstage/cli": "^0.0.0-nightly-20231105021421",
61
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231106021619",
62
+ "@backstage/cli": "^0.0.0-nightly-20231106021619",
63
63
  "msw": "^1.0.0"
64
64
  },
65
65
  "files": [