@backstage/plugin-techdocs 1.7.0 → 1.7.1-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/dist/index.d.ts CHANGED
@@ -374,6 +374,7 @@ declare const EntityListDocsTable: {
374
374
  columns: {
375
375
  createNameColumn(): TableColumn<DocsTableRow>;
376
376
  createOwnerColumn(): TableColumn<DocsTableRow>;
377
+ createKindColumn(): TableColumn<DocsTableRow>;
377
378
  createTypeColumn(): TableColumn<DocsTableRow>;
378
379
  };
379
380
  actions: {
@@ -416,6 +417,7 @@ declare const DocsTable: {
416
417
  columns: {
417
418
  createNameColumn(): TableColumn<DocsTableRow>;
418
419
  createOwnerColumn(): TableColumn<DocsTableRow>;
420
+ createKindColumn(): TableColumn<DocsTableRow>;
419
421
  createTypeColumn(): TableColumn<DocsTableRow>;
420
422
  };
421
423
  actions: {
@@ -553,7 +555,7 @@ declare const techdocsPlugin: _backstage_core_plugin_api.BackstagePlugin<{
553
555
  namespace: string;
554
556
  }>;
555
557
  entityContent: _backstage_core_plugin_api.RouteRef<undefined>;
556
- }, {}, {}>;
558
+ }, {}>;
557
559
  /**
558
560
  * Routable extension used to render docs
559
561
  *
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- export { u as DefaultTechDocsHome, a as DocsCardGrid, D as DocsTable, y as EmbeddedDocsRouter, r as EntityListDocsGrid, s as EntityListDocsTable, E as EntityTechdocsContent, R as Reader, x as Router, k as TechDocsClient, d as TechDocsCustomHome, e as TechDocsIndexPage, T as TechDocsPageWrapper, v as TechDocsPicker, c as TechDocsReaderLayout, g as TechDocsReaderPage, o as TechDocsReaderPageContent, n as TechDocsReaderPageHeader, p as TechDocsReaderPageSubheader, m as TechDocsReaderProvider, q as TechDocsSearch, h as TechDocsSearchResultListItem, l as TechDocsStorageClient, f as TechdocsPage, w as isTechDocsAvailable, t as plugin, j as techdocsApiRef, t as techdocsPlugin, i as techdocsStorageApiRef } from './esm/index-f1c01785.esm.js';
1
+ export { u as DefaultTechDocsHome, a as DocsCardGrid, D as DocsTable, y as EmbeddedDocsRouter, r as EntityListDocsGrid, s as EntityListDocsTable, E as EntityTechdocsContent, R as Reader, x as Router, k as TechDocsClient, d as TechDocsCustomHome, e as TechDocsIndexPage, T as TechDocsPageWrapper, v as TechDocsPicker, c as TechDocsReaderLayout, g as TechDocsReaderPage, o as TechDocsReaderPageContent, n as TechDocsReaderPageHeader, p as TechDocsReaderPageSubheader, m as TechDocsReaderProvider, q as TechDocsSearch, h as TechDocsSearchResultListItem, l as TechDocsStorageClient, f as TechdocsPage, w as isTechDocsAvailable, t as plugin, j as techdocsApiRef, t as techdocsPlugin, i as techdocsStorageApiRef } from './esm/index-71d2c378.esm.js';
2
2
  import '@backstage/core-plugin-api';
3
3
  import '@backstage/errors';
4
4
  import 'event-source-polyfill';
@@ -10,6 +10,7 @@ import 'react-use/lib/useAsyncRetry';
10
10
  import '@backstage/core-components';
11
11
  import '@material-ui/core';
12
12
  import '@backstage/plugin-search-react';
13
+ import './esm/TechDocsSearchResultListItem-4736f829.esm.js';
13
14
  import '@material-ui/core/Typography';
14
15
  import '@material-ui/lab';
15
16
  import '@material-ui/icons/Close';
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,14 +1,25 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
3
  "description": "The Backstage plugin that renders technical documentation for your components",
4
- "version": "1.7.0",
5
- "main": "dist/index.esm.js",
6
- "types": "dist/index.d.ts",
4
+ "version": "1.7.1-next.1",
5
+ "main": "./dist/index.esm.js",
6
+ "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
8
8
  "publishConfig": {
9
- "access": "public",
10
- "main": "dist/index.esm.js",
11
- "types": "dist/index.d.ts"
9
+ "access": "public"
10
+ },
11
+ "exports": {
12
+ ".": {
13
+ "import": "./dist/index.esm.js",
14
+ "types": "./dist/index.d.ts",
15
+ "default": "./dist/index.esm.js"
16
+ },
17
+ "./alpha": {
18
+ "import": "./dist/alpha.esm.js",
19
+ "types": "./dist/alpha.d.ts",
20
+ "default": "./dist/alpha.esm.js"
21
+ },
22
+ "./package.json": "./package.json"
12
23
  },
13
24
  "backstage": {
14
25
  "role": "frontend-plugin"
@@ -36,15 +47,16 @@
36
47
  "dependencies": {
37
48
  "@backstage/catalog-model": "^1.4.2",
38
49
  "@backstage/config": "^1.1.0",
39
- "@backstage/core-components": "^0.13.5",
40
- "@backstage/core-plugin-api": "^1.6.0",
50
+ "@backstage/core-components": "^0.13.6-next.1",
51
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
41
52
  "@backstage/errors": "^1.2.2",
42
- "@backstage/integration": "^1.7.0",
43
- "@backstage/integration-react": "^1.1.19",
44
- "@backstage/plugin-catalog-react": "^1.8.4",
53
+ "@backstage/frontend-plugin-api": "^0.1.1-next.1",
54
+ "@backstage/integration": "^1.7.1-next.0",
55
+ "@backstage/integration-react": "^1.1.20-next.1",
56
+ "@backstage/plugin-catalog-react": "^1.8.5-next.1",
45
57
  "@backstage/plugin-search-common": "^1.2.6",
46
- "@backstage/plugin-search-react": "^1.7.0",
47
- "@backstage/plugin-techdocs-react": "^1.1.10",
58
+ "@backstage/plugin-search-react": "^1.7.1-next.1",
59
+ "@backstage/plugin-techdocs-react": "^1.1.12-next.1",
48
60
  "@backstage/theme": "^0.4.2",
49
61
  "@material-ui/core": "^4.12.2",
50
62
  "@material-ui/icons": "^4.9.1",
@@ -65,11 +77,11 @@
65
77
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
66
78
  },
67
79
  "devDependencies": {
68
- "@backstage/cli": "^0.22.13",
69
- "@backstage/core-app-api": "^1.10.0",
70
- "@backstage/dev-utils": "^1.0.21",
71
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.0",
72
- "@backstage/test-utils": "^1.4.3",
80
+ "@backstage/cli": "^0.23.0-next.1",
81
+ "@backstage/core-app-api": "^1.10.1-next.1",
82
+ "@backstage/dev-utils": "^1.0.22-next.1",
83
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.1-next.1",
84
+ "@backstage/test-utils": "^1.4.4-next.1",
73
85
  "@testing-library/dom": "^8.0.0",
74
86
  "@testing-library/jest-dom": "^5.10.1",
75
87
  "@testing-library/react": "^12.1.3",
@@ -83,7 +95,8 @@
83
95
  },
84
96
  "files": [
85
97
  "dist",
86
- "config.d.ts"
98
+ "config.d.ts",
99
+ "alpha"
87
100
  ],
88
101
  "configSchema": "config.d.ts",
89
102
  "module": "./dist/index.esm.js"
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-533d76b7.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}