@backstage/plugin-techdocs 1.7.1-next.1 → 1.7.1-next.2

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.
@@ -1,4 +1,4 @@
1
- export { c as TechDocsReaderLayout, b as TechDocsReaderPage } from './index-71d2c378.esm.js';
1
+ export { c as TechDocsReaderLayout, b as TechDocsReaderPage } from './index-683d6465.esm.js';
2
2
  import '@backstage/core-plugin-api';
3
3
  import '@backstage/errors';
4
4
  import 'event-source-polyfill';
@@ -34,4 +34,4 @@ import '@material-ui/icons/Share';
34
34
  import '@material-ui/styles';
35
35
  import '@material-ui/icons/Star';
36
36
  import '@material-ui/icons/StarBorder';
37
- //# sourceMappingURL=index-6fc556ea.esm.js.map
37
+ //# sourceMappingURL=index-715820dc.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-715820dc.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
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-71d2c378.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-683d6465.esm.js';
2
2
  import '@backstage/core-plugin-api';
3
3
  import '@backstage/errors';
4
4
  import 'event-source-polyfill';
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.1-next.1",
4
+ "version": "1.7.1-next.2",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,19 +45,19 @@
45
45
  "clean": "backstage-cli package clean"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/catalog-model": "^1.4.2",
49
- "@backstage/config": "^1.1.0",
50
- "@backstage/core-components": "^0.13.6-next.1",
51
- "@backstage/core-plugin-api": "^1.7.0-next.0",
52
- "@backstage/errors": "^1.2.2",
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",
57
- "@backstage/plugin-search-common": "^1.2.6",
58
- "@backstage/plugin-search-react": "^1.7.1-next.1",
59
- "@backstage/plugin-techdocs-react": "^1.1.12-next.1",
60
- "@backstage/theme": "^0.4.2",
48
+ "@backstage/catalog-model": "^1.4.3-next.0",
49
+ "@backstage/config": "^1.1.1-next.0",
50
+ "@backstage/core-components": "^0.13.6-next.2",
51
+ "@backstage/core-plugin-api": "^1.7.0-next.1",
52
+ "@backstage/errors": "^1.2.3-next.0",
53
+ "@backstage/frontend-plugin-api": "^0.2.0-next.2",
54
+ "@backstage/integration": "^1.7.1-next.1",
55
+ "@backstage/integration-react": "^1.1.20-next.2",
56
+ "@backstage/plugin-catalog-react": "^1.8.5-next.2",
57
+ "@backstage/plugin-search-common": "^1.2.7-next.0",
58
+ "@backstage/plugin-search-react": "^1.7.1-next.2",
59
+ "@backstage/plugin-techdocs-react": "^1.1.12-next.2",
60
+ "@backstage/theme": "^0.4.3-next.0",
61
61
  "@material-ui/core": "^4.12.2",
62
62
  "@material-ui/icons": "^4.9.1",
63
63
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -77,11 +77,11 @@
77
77
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
78
78
  },
79
79
  "devDependencies": {
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",
80
+ "@backstage/cli": "^0.23.0-next.2",
81
+ "@backstage/core-app-api": "^1.11.0-next.2",
82
+ "@backstage/dev-utils": "^1.0.22-next.2",
83
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.1-next.2",
84
+ "@backstage/test-utils": "^1.4.4-next.2",
85
85
  "@testing-library/dom": "^8.0.0",
86
86
  "@testing-library/jest-dom": "^5.10.1",
87
87
  "@testing-library/react": "^12.1.3",
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-6fc556ea.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}