@backstage/plugin-search-backend-module-techdocs 0.1.0-next.0 → 0.1.0-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,22 @@
1
1
  # @backstage/plugin-search-backend-module-techdocs
2
2
 
3
+ ## 0.1.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.4-next.2
9
+ - @backstage/catalog-client@1.4.1-next.0
10
+ - @backstage/backend-plugin-api@0.5.1-next.2
11
+ - @backstage/backend-tasks@0.5.1-next.2
12
+ - @backstage/catalog-model@1.2.1
13
+ - @backstage/config@1.0.7
14
+ - @backstage/plugin-catalog-common@1.0.13-next.0
15
+ - @backstage/plugin-permission-common@0.7.5-next.0
16
+ - @backstage/plugin-search-backend-node@1.2.0-next.2
17
+ - @backstage/plugin-search-common@1.2.3-next.0
18
+ - @backstage/plugin-techdocs-node@1.6.1-next.2
19
+
3
20
  ## 0.1.0-next.0
4
21
 
5
22
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-techdocs",
3
- "version": "0.1.0-next.0",
3
+ "version": "0.1.0-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -6,7 +6,7 @@ import { TechDocsCollatorFactoryOptions } from '@backstage/plugin-search-backend
6
6
  * @alpha
7
7
  * Options for {@link searchModuleTechDocsCollator}.
8
8
  */
9
- declare type SearchModuleTechDocsCollatorOptions = Omit<TechDocsCollatorFactoryOptions, 'logger' | 'discovery' | 'tokenManager'> & {
9
+ type SearchModuleTechDocsCollatorOptions = Omit<TechDocsCollatorFactoryOptions, 'logger' | 'discovery' | 'tokenManager'> & {
10
10
  schedule?: TaskScheduleDefinition;
11
11
  };
12
12
  /**
package/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ import { Logger } from 'winston';
12
12
  *
13
13
  * @public
14
14
  */
15
- declare type TechDocsCollatorFactoryOptions = {
15
+ type TechDocsCollatorFactoryOptions = {
16
16
  discovery: PluginEndpointDiscovery;
17
17
  logger: Logger;
18
18
  tokenManager: TokenManager;
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.0-next.0",
4
+ "version": "0.1.0-next.1",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,25 +34,25 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.18.4-next.1",
38
- "@backstage/backend-plugin-api": "^0.5.1-next.1",
39
- "@backstage/backend-tasks": "^0.5.1-next.1",
40
- "@backstage/catalog-client": "^1.4.0",
37
+ "@backstage/backend-common": "^0.18.4-next.2",
38
+ "@backstage/backend-plugin-api": "^0.5.1-next.2",
39
+ "@backstage/backend-tasks": "^0.5.1-next.2",
40
+ "@backstage/catalog-client": "^1.4.1-next.0",
41
41
  "@backstage/catalog-model": "^1.2.1",
42
42
  "@backstage/config": "^1.0.7",
43
43
  "@backstage/plugin-catalog-common": "^1.0.13-next.0",
44
44
  "@backstage/plugin-permission-common": "^0.7.5-next.0",
45
- "@backstage/plugin-search-backend-node": "^1.2.0-next.1",
45
+ "@backstage/plugin-search-backend-node": "^1.2.0-next.2",
46
46
  "@backstage/plugin-search-common": "^1.2.3-next.0",
47
- "@backstage/plugin-techdocs-node": "^1.6.1-next.1",
47
+ "@backstage/plugin-techdocs-node": "^1.6.1-next.2",
48
48
  "lodash": "^4.17.21",
49
49
  "node-fetch": "^2.6.7",
50
50
  "p-limit": "^3.1.0",
51
51
  "winston": "^3.2.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-test-utils": "^0.1.36-next.1",
55
- "@backstage/cli": "^0.22.6-next.1",
54
+ "@backstage/backend-test-utils": "^0.1.36-next.2",
55
+ "@backstage/cli": "^0.22.6-next.2",
56
56
  "msw": "^1.0.0"
57
57
  },
58
58
  "files": [